# Shipment Identifier Criterion

The `Identifier` Search Criterion searches for shipments based on the shipment identifier.

## Arguments

- `identifier` - string that represents the shipment identifier

## Example

### PHP

```
$query = new ShipmentQuery(
    new \Ibexa\Contracts\Shipping\Shipment\Query\Criterion\Identifier('f1t7z-3rb3rt')
);
```
