Documentation > Search > Shipment Search Criteria > Id 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 Id Criterion¶ The Id Search Criterion searches for shipments based on the shipment ID. Arguments¶ id - integer that represents the shipment ID Example¶ PHP¶ 1 2 3$query = new ShipmentQuery( new \Ibexa\Contracts\Shipping\Shipment\Query\Criterion\Id(2) ); 📋 Copy for LLM 📄 View as Markdown