RemoveFromMyShoppingListParams
Parameters for the removeFromMyShoppingList API endpoint
interface RemoveFromMyShoppingListParams {
id: string;
products: LineItemIdentifier[];
version: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Wishlist ID |
products | Required | LineItemIdentifier[] | Array of products IDs |
version | Required | string |