Logo
Ecartapi.com Public API Documentation

Cancel fulfillment

POST https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}/cancel

Cancels an order's fulfillment.

Important information:

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true }



Curl
curl -X POST 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments/id/cancel' -H 'Authorization: access_token'

ENDPOINTS