Alokai

CreateMyShoppingListParams

Parameters for the createMyShoppingList API endpoint

interface CreateMyShoppingListParams extends Omit<MyShoppingListDraft, "currency"> {
	currency?: string;
}

Properties

NameRequiredTypeDescription
currencyOptionalstringWishlist currency

Referenced Types

On this page