Remove item from wishlist
Wishlist
Remove item from wishlist
Remove a product or specific variant from the authenticated shopper’s wishlist.
DELETE
Remove item from wishlist
Request
Headers
| Header | Type | Description |
|---|---|---|
Authorization | string | Provide the customer token as Bearer <jwt>. |
x-shop-id | string | Identify the shop that owns the wishlist. |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
productId | string | Yes | Product identifier to remove from wishlist. |
variantId | string | No | Variant identifier. Include as /wishlist/{productId}/{variantId} to remove a specific variant. |
Request examples
Remove product (all variants)
Remove specific variant
Successful response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Product identifier to remove from wishlist.

