Logo
Ecartapi.com Public API Documentation

Get a single order fulfillment

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

Returns the shipment information for an existing shipment.

Important information:

  • The order's ID must exist

  • The fulfillment order's ID must exist

More information about the ecommerce's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string




RESPONSES

status





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

ENDPOINTS