| accountId |
This will filter the request by account ID. |
GET ordersearch?filter=accountid~{operator}~{value} |
| companyName |
This will filter the request by company name. |
GET ordersearch?filter=companyname~{operator}~{value} |
| countryCode |
This will filter the request by country code. |
GET ordersearch?filter=countrycode~{operator}~{value} |
| email |
This will filter the request by email. |
GET ordersearch?filter=email~{operator}~{value} |
| externalId |
This will filter the request by external ID. |
GET ordersearch?filter=externalid~{operator}~{value} |
| lastName |
This will filter the request by last name. |
GET ordersearch?filter=lastname~{operator}~{value} |
| orderDate |
This will filter the request by order date. |
GET ordersearch?filter=orderdate~{operator}~{value} |
| orderStateId |
This will filter the request by order state ID. |
GET ordersearch?filter=orderstateid~{operator}~{value} |
| portalId |
This will filter the request by portal ID. |
GET ordersearch?filter=portalid~{operator}~{value} |
| postalCode |
This will filter the request by postal code. |
GET ordersearch?filter=postalcode~{operator}~{value} |
| purchaseOrderNumber |
This will filter the request by purchase order number. |
GET ordersearch?filter=purchaseordernumber~{operator}~{value} |
| stateCode |
This will filter the request by state code. |
GET ordersearch?filter=statecode~{operator}~{value} |
| total |
This will filter the request by total. |
GET ordersearch?filter=total~{operator}~{value} |
| trackingNumber |
This will filter the request by tracking number. |
GET ordersearch?filter=trackingnumber~{operator}~{value} |
| transactionId |
This will filter the request by transaction ID. |
GET ordersearch?filter=transactionid~{operator}~{value} |