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
| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string | Wishlist currency |