Alokai

PlaceOrderProps

Properties for creating a new order.

interface PlaceOrderProps extends BaseProps, BaseUserId {
	cartId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringUnique identifier of a cart to create an order from. Cart code for logged-in user, cart guid for anonymous user, current for the last modified cart.

Referenced Types

On this page