You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
CreateMyOrderFromCartParams
Parameters for creating an order from cart.
export interface CreateMyOrderFromCartParams {
cartId: ApiCreateMyOrderFromCartParams["id"];
cartVersion: ApiCreateMyOrderFromCartParams["version"];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | ApiCreateMyOrderFromCartParams["id"] | ID of the cart to create the order from. |
cartVersion | Required | ApiCreateMyOrderFromCartParams["version"] | Version of the cart to create the order from. |