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/admin/product-changes/prodch_01HXYZABCDEF/cancel' \ -H 'Authorization: Bearer <token>' \ -H 'Content-Type: application/json' \ -d '{}'
{ "product_change": { "id": "prodch_01HXYZABCDEF", "product_id": "prod_01HXYZABCDEF", "status": "canceled", "canceled_by": "user_01HXYZABCDEF", "canceled_at": "2026-06-02T09:00:00.000Z", "actions": [ { "id": "prodchact_01HXYZABCDEF", "action": "update_product", "ordering": 0, "details": { "title": "Linen Shirt v2" }, "applied": false } ] } }
Cancel a pending product change without applying it.
Show properties
action
ordering
details
applied