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
}
}
]
} |
ENDPOINTS