Skip to content

AddWishlist

Field Type Required Description
code string yes 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]
{
"code": "1-wedding",
"name": "Wedding gifts",
"items": [
{
"productCode": "24001-1",
"notes": "Really need this item",
"quantity": 10
}
]
}