Sales | Orders
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
Filter the orders by one or more customer ids or names.
Filter the orders created after the specified date.
Filter the orders created before the specified date.
Sort the results by a given criterion (customer|date).
dateSort the results in a given order (asc|desc).
descSpecifies the index of the first result to return
0Specifies the maximum number of results to return (min: 1; max: 1000)
100OK: List of orders.
Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.
The identifier of the sales order.
OK: The requested sales order.
Status of an order / order item
Note the customer can add to their order in a html format.
The identifier of the order is also the order number.
2324576Order reference number from the customer
RQ12345Unique reference number of the sales order.
4321The date and time when the order was placed. (ISO 8601 format)
2021-06-08T11:34:30Bad request: See response message for details.
Unauthorized: Invalid api key or expired access token.
Forbidden: Resource access denied.
Last updated
Was this helpful?