Logo
Ecartapi.com Public API Documentation

Delete fulfillment

POST localhost:3000/api/v1/orders/{{orderId}}/fulfillments/{{id}}/cancel

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'localhost:3000/api/v1/orders/orderId/fulfillments/orderId/cancel' -H 'Authorization: access_token' -H 'Content-Type: application/json'

ENDPOINTS