Alokai

GetOrderByCartParameters

Definition of get order by cart request parameters

interface GetOrderByCartParameters {
	cartId: string;
	customerId?: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringThe cart ID of the order.
customerIdOptionalstringCustomer ID.

On this page