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
Key | Datatype | Required | Description |
Authorization
|
string |