Name | Description | Type | Additional information |
---|---|---|---|
FromDate |
Return orders modified on or later than this date/time |
date |
Required |
ToDate |
Return orders modified before this date/time |
date |
Required |
OrderType |
The type of orders to return. The ChannelID, see api/Sales/Channels |
integer |
Required |
IncludeCustomerDetails |
If only the Eskimo Customer ID is required, then pass false, otherwise pass true and more information about the customer will be included in the CustomerInfo field. |
boolean |
Required |
CustomerID |
Optional. The unique ID of the customer. This is in the format 000-000000 where the first three digits represent the Shop/Showroom code. |
string |
Matching regular expression pattern: \d{3}[-]\d{6} String length: inclusive between 10 and 10 |
StoreNumber |
Optional. The Code of the shop the order is assigned to. See api/Shops/All |
string |
String length: inclusive between 0 and 3 |
OrderNumber |
Optional. The Order Number |
integer |
None. |
ExternalIdentifier |
Optional. The external Order Number |
string |
None. |