- Documentation >
- Search >
- Shipment Search Criteria >
- Currency
Shipment Currency Criterion
The Currency
Search Criterion searches for shipments based on the currency code.
Arguments
currency
- an array of string currency codes
Example
| $query = new ShipmentQuery(
new \Ibexa\Contracts\Shipping\Shipment\Query\Criterion\Currency('USD', 'CZK')
);
|