Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CreateMyShoppingListParams

Parameters for the createMyShoppingList API endpoint

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

Properties

NameRequiredTypeDescription
currencyOptionalstringWishlist currency

Referenced Types

On this page