Skip to content

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

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