Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'http://localhost:9000/vendor/products/prod_01HXYZ/cancel' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>' \ -H 'Content-Type: application/json' \ -d '{}'
{ "product_change": { "id": "prodch_01HXYZ", "product_id": "prod_01HXYZ", "status": "canceled", "canceled_by": "sel_01HXYZ", "canceled_at": "2026-07-03T12:00:00.000Z" } }
Cancel the seller’s pending change request for a product.
404
Show properties
canceled