Wishlists Items
Delete Wishlist Item
DELETE https://api.bigcommerce.com/stores/{store_hash}/v3/wishlists/{wishlist_id}/items/{item_id}Request
Deletes a wishlist item.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- wishlist_id in path - integerrequiredID of the Wishlist.
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- item_id in path - integerrequired
example
Response
Body
object | application/json
dataobject
example
Add Wishlist Item
POST https://api.bigcommerce.com/stores/{store_hash}/v3/wishlists/{wishlist_id}/itemsRequest
Adds a wishlist item. More than one item can be added at a time.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- wishlist_id in path - integerrequiredID of the Wishlist.
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
Body
object | application/json
itemsarray[object]
example
Response
Body
object | application/json
dataobject
example
Did you find what you were looking for?