Wishlist
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
Wishlist code. This needs to be unique within every user | |
name |
string |
Optional name of the wishlist. Free text field which can be filled by the customer max length 255 · min length 1 |
|
items |
array[WishlistItem] |
Example
Section titled “Example”{ "code": "default", "name": "Default Wish List", "items": [ { "productCode": "24001-1" } ]}
