# Order Search Criteria reference

Order Search Criteria are only supported by [Order Search (`OrderService::findOrders`)](https://doc.ibexa.co/en/latest/commerce/order_management/order_management_api/#get-multiple-orders).

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](https://doc.ibexa.co/en/latest/search/criteria_reference/order_company_name_criterion/index.md)               | Name of the company                       |
| [CreatedAtCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_created_criterion/index.md)                      | Date and time when order was created      |
| [CurrencyCodeCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_currency_code_criterion/index.md)             | Currency code                             |
| [CustomerNameCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_customer_name_criterion/index.md)             | Customer's user name                      |
| [IdentifierCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_identifier_criterion/index.md)                  | Order identifier                          |
| [IsCompanyAssociatedCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_company_associated_criterion/index.md) | Whether the customer represents a company |
| [OwnerCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_owner_criterion/index.md)                            | Owner based on the user reference         |
| [PriceCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_price_criterion/index.md)                            | Total value of the order                  |
| [SourceCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_source_criterion/index.md)                          | Source of the order                       |
| [StatusCriterion](https://doc.ibexa.co/en/latest/search/criteria_reference/order_status_criterion/index.md)                          | Status of the order                       |
