Logo
Ecartapi.com Public API Documentation

Gets all order's fulfillments

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

 

Body PARAM

Key Datatype Required Description 
page
string Pagination is numbered or by token(only when response includes page object)
limit
string Max amount of documents to be returned in the response.
createdAt[from]
string Filter orders by range. Requires createdAt[to]. Set the lower treshold.
createdAt[to]
string Filter orders by range. Requires createdAt[from]. Set the upper treshold.
updatedAt[from]
string Filter orders by range. Requires updatedAt[to]. Set the lower treshold.
updatedAt[to]
string Filter orders by range. Requires updatedAt[from]. Set the upper treshold.



HEADERS

Curl
curl -X GET 'https://api.ecartapi.com/api/v2/orders/orderId/fulfillments?page=String || Integer&limit=Integer&createdAt[from]=Date. [YYYY-MM-DD]&createdAt[to]=Date. [YYYY-MM-DD]&updatedAt[from]=Date. [YYYY-MM-DD]&updatedAt[to]=Date. [YYYY-MM-DD]' -H 'Authorization: access_token'

ENDPOINTS

    Key Datatype Required Description 
    Authorization
    string