Alokai
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

NameRequiredTypeDescription
cartIdRequiredApiCreateMyOrderFromCartParams["id"]ID of the cart to create the order from.
cartVersionRequiredApiCreateMyOrderFromCartParams["version"]Version of the cart to create the order from.

Referenced Types

On this page