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://api.launchmystore.io/api/v1/fulfillments/{fulfillment_id}/cancel.json \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "ful_abc123", "status": "cancelled", "cancelled_at": "2024-01-21T10:00:00Z" } }
Cancel a fulfillment