GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}
Shows a selected order fulfillment with detail. Important information:
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"fulfillment": {
"id": "1",
"tracking":{
"number": "987654321",
"url": "https://shipping.xyz/track.php?num=123456789",
"company": "FedEx",
},
"status": null,
"dates": {
"createdAt": "2019-05-24 22:09:41",
"updatedAt": "2019-05-24 22:09:41"
}
}
} |
ENDPOINTS