# Shipment Search Criteria reference

Shipment Search Criteria are only supported by [Shipment Search (`ShipmentService::findShipments`)](https://doc.ibexa.co/en/latest/commerce/shipping_management/shipment_api/#get-multiple-shipments).

With these Criteria you can filter shipments by their shipment identifier, shipment creation date, shipment status, shipping method, and more.

## Shipment Search Criteria

| Search Criterion                                                                                                       | Search based on                                                                    |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [CreatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_createdat_criterion/index.md)            | Date and time when shipment was created                                            |
| [Currency](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_currency_criterion/index.md)              | Currency code                                                                      |
| [Id](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_id_criterion/index.md)                          | Shipment ID                                                                        |
| [Identifier](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_identifier_criterion/index.md)          | Shipment identifier                                                                |
| [LogicalAnd](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_logicaland_criterion/index.md)          | Logical AND criterion that matches if all the provided Criteria match              |
| [LogicalOr](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_logicalor_criterion/index.md)            | Logical OR criterion that matches if at least one of the provided Criteria matches |
| [Owner](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_owner_criterion/index.md)                    | Owner based on the user reference                                                  |
| [ShippingMethod](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_shipping_method_criterion/index.md) | Shipping method applied to the shipment                                            |
| [Status](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_status_criterion/index.md)                  | Status of the shipment                                                             |
| [UpdatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/shipment_updatedat_criterion/index.md)            | Date and time when status of the shipment was updated                              |
