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
Path parameters
Without a
variantId, the product is removed regardless of which variant was saved — so a shopper who hearted a specific variant can un-heart it with the plain /wishlist/{productId} route.Request examples
Remove product (all saved 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
Identifier of the wishlist item to remove — a product, food, or service id. Without a variantId, removes the product regardless of the saved variant.

