Logo
Ecartapi.com Public API Documentation

Fullfilment

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X POST 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments' -H 'Authorization: access_token' -d '{"fulfillment":{"tracking":{"number":"987654321","company":"Envia","url":"https://shipping.xyz/track.php?num=123456789"},"items":[{"id":"3796176371756","quantity":"14"}],"fulfillmentOrderId":"This ID is Found only in SHOPIFY in the single order request under the locations array","phone":"8662137199","shippingDate":"2021-12-08","package":{"dimensions":{"length":"5","width":"5","height":"5","weight":"1000"},"units":{"length":"cm","width":"cm","height":"cm","weight":"kg"}}}}'

ENDPOINTS