Wishlists / Wished Items
Set Wished Item Quantity
This endpoint sets the wished item quantity.
PATCH
/
api
/
v2
/
storefront
/
wishlists
/
{token}
/
set_item_quantity
/
{item_id}
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
token
string
requiredThe token is a unique string used to identify the target resource.
item_id
string
requiredThe wished item id
Body
application/vnd.api+json
quantity
number
requiredSet the quantity value to an integer greater than 0
Response
200 - application/vnd.api+json
data
object
requiredincluded
object[]
Was this page helpful?