Skip to content

UpdateWishlist

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