Alokai

CreateCartParams

Parameters for the createCart API endpoint

interface CreateCartParams extends Omit<CartDraft, "currency"> {
	currency?: string;
}

Properties

NameRequiredTypeDescription
currencyOptionalstringCart currency

Referenced Types

On this page