Unwatch a variant
Removes a variant from the authenticated customer's watched item lists.
delete
Authorizations
AuthorizationstringRequired
Your storefront (public) token, sent as Authorization: Bearer STOREFRONT_TOKEN. Generate one in Auction Plus under Settings > API, in the Storefront API section, by clicking Generate Public Token. Required on every request.
Query parameters
externalVariantIdintegerRequired
The Shopify external variant ID to unwatch.
Responses
204
No content
No content
401
The provided user does not have access to this resource.
application/vnd.api+json
422
Validation error
application/vnd.api+json
delete/watched-items
DELETE /storefront/v1/watched-items?externalVariantId=1 HTTP/1.1
Host: api.auctionplusapp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated