Logo
Ecartapi.com Public API Documentation

Order's fulfillment Update

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Authorization
string




RESPONSES

status





Curl
curl -X PUT 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments/orderId' -H 'Content-Type: application/json' -H 'Authorization: access_token' -d '{"fulfillment":{"tracking":{"number":"123456789"}}}'

ENDPOINTS