client.vendor.deleteOffer()
Withdraw one listing.
deleteOffer(sku: string, scope?: VendorScope): Promise<APIResponse<{ removed: boolean }>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
Your own SKU for the offer
- Example
- string
Which of your shops to act for. Required only when one key is named by more than one shop;
GET /v1/vendor/shopslists them- Max length
- 64
- Example
- object
The response payload.
- boolean
Always true: the SKU is not listed once this returns, whether or not it was before.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Minimum tier
- Enterprise
- Monthly quota
- 1,000,000/mo
- Rate limit
- 300/min
- Daily cap
- 50,000
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.