Get a fulfillment
GET https://api.ecartapi.com/api/v2/orders/{{orderId}}/fulfillments/{{id}}
Fetch order fulfillments information.
More information about the ecommerce's resource.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"fulfillment":{"shipment_id":"12","shipment_timestamp":"1636071628","comments":null,"status":"P","order_id":"100","order_timestamp":"1635993682","s_firstname":"Enrique","s_lastname":"Carreon","firstname":"Enrique","lastname":"Carreon","company":"","user_id":"11","shipping_id":"1","shipping":"Custom shipping method","tracking_number":"12345","carrier":"Fedex","products":{"2212294583":"1"},"group_key":0,"carrier_info":{"name":"FedEx","tracking_url":"https://www.fedex.com/apps/fedextrack/?action=track\u0026trackingnumber=12345"},"one_full":true}}