# Shipment Sort Clauses

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

By using Sort Clauses you can sort shipments by specific attributes, for example, creation date or status.

| Sort Clause                                                                                                        | Sorting based on                               |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| [Id](https://doc.ibexa.co/en/latest/search/sort_clause_reference/shipment_id_sort_clause/index.md)                 | Shipment ID                                    |
| [Identifier](https://doc.ibexa.co/en/latest/search/sort_clause_reference/shipment_identifier_sort_clause/index.md) | Shipment identifier                            |
| [CreatedAt](https://doc.ibexa.co/en/latest/search/sort_clause_reference/shipment_createdat_sort_clause/index.md)   | Date and time when shipment was created        |
| [UpdatedAt](https://doc.ibexa.co/en/latest/search/sort_clause_reference/shipment_updatedat_sort_clause/index.md)   | Date and time when shipment status was updated |
| [Status](https://doc.ibexa.co/en/latest/search/sort_clause_reference/shipment_status_sort_clause/index.md)         | Shipment status                                |
