Logo
Ecartapi.com Public API Documentation

Get all order's fulfillments

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

Shows all of the order's fulfillments detailed.

Important information:

FILTERS

Filter Description
limit Limit size of the search
'createdAt[from]' Filter customers by date created from. When used createdAt[to]
'createdAt[to]' Filter customers by date created to. When used createdAt[from]
'updatedAt[from]' Filter customers by date updated from. When used createdAt[to]
'updatedAt[to]' Filter customers by date updated to. When used createdAt[from]

 

Body PARAM

Key Datatype Required Description 
limit
string limit results per page Max 50
page
string Pagination position number



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "fulfillments": [] }



Curl
curl -X GET 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments?limit=Max. 250&page=Ex. 1, 2, 3' -H 'Authorization: access_token'

ENDPOINTS