Documentation > Search > Shipment Search Criteria > Currency This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version. Shipment Currency Criterion¶ The Currency Search Criterion searches for shipments based on the currency code. Arguments¶ currency - an array of string currency codes Example¶ PHP¶ 1 2 3$query = new ShipmentQuery( new \Ibexa\Contracts\Shipping\Shipment\Query\Criterion\Currency('USD', 'CZK') ); 📋 Copy for LLM 📄 View as Markdown