Logo
Ecartapi.com Public API Documentation

Get Order Fulfillments

GET https://api.ecartapi.com/api/v2/orders/:orderId/fulfillments

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "fulfillments": [ { "id": "1", "orderId": "1025038145", "shippingMethod": { "id": null, "service": "T" }, "tracking": { "number": "22498363", "url": "https://envia.com/rastreo?label=22498363", "company": "", "numbers": [], "urls": [] }, "status": { "id": null, "status": null, "shipment": null }, "location": { "id": null, "name": null, "country": {}, "state": {}, "postalCode": null }, "items": [], "packages": [], "dates": { "shippedAt": null } } ] }



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

ENDPOINTS