CreateMyShoppingListParams
Parameters for the createMyShoppingList API endpoint
interface CreateMyShoppingListParams extends Omit<MyShoppingListDraft, "currency"> {
currency?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string | Wishlist currency |