# ST26 - Validate shipments as ready to pick up Limited to 1000 shipments at a timeCall FrequencyRecommended usage: On each shipment ready to pick upMaximum usage: On each shipment ready to pick up Endpoint: PUT /api/shipments/ready_for_pick_up ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Request fields (application/json): - `shipments` (array, required) Shipment ids - `shipments.id` (string, required) Shipment id ## Response 200 fields (application/json): - `shipment_errors` (array) Shipment workflow update errors - `shipment_errors.id` (string) Shipment id - `shipment_errors.message` (string) Error message - `shipment_success` (array) Shipment workflow update success