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
curl --request POST \ --url https://live.nocnocstore.com/api/v2/orders/{order_id}/cancellation \ --header 'X-Api-Key: <x-api-key>'
{}
Submits a cancellation request for a specific order.
curl -X POST https://live.nocnocstore.com/api/v2/orders/ORD-123456/cancellation \ -H "X-Api-Key: YOUR_SELLER_KEY"