GetOrderByCartParameters
Definition of get order by cart request parameters
interface GetOrderByCartParameters {
cartId: string;
customerId?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | string | The cart ID of the order. |
customerId | Optional | string | Customer ID. |