This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
    
Order Search Criteria reference¶
Order Search Criteria are only supported by Order Search (OrderService::findOrders).
With these Criteria you can filter orders, for example, by their order identifier, order creation date, order status, customer name, or customer status.
Order Search Criteria¶
| Search Criterion | Search based on | 
|---|---|
| CompanyNameCriterion | Name of the company | 
| CreatedAtCriterion | Date and time when order was created | 
| CurrencyCodeCriterion | Currency code | 
| CustomerNameCriterion | Customer's user name | 
| IdentifierCriterion | Order identifier | 
| IsCompanyAssociatedCriterion | Whether the customer represents a company | 
| OwnerCriterion | Owner based on the user reference | 
| PriceCriterion | Total value of the order | 
| SourceCriterion | Source of the order | 
| StatusCriterion | Status of the order |