Get all order fulfillments
GET localhost:3000/api/v2/orders/{{orderId}}/fulfillments
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] |
Key | Datatype | Required | Description |
---|
Authorization | string | | |