For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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