Marks multiple picked incoming orders as shipped.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Up to 100 incoming orders can be shipped in a single request. Each entry must include id or control_number to identify the order — when both are provided, id is used.
Every order must be in PICKED status. If any order in the request is invalid — duplicate identifier, unknown order, not yet picked, or already in SENT status — none of the orders are shipped and the response lists every problem under orders. After shipping, each order moves to SENT status.
400One or more orders are invalid (for example, duplicate identifiers, unknown order, an order not yet picked, or an order already in SENT). Failures are returned under orders and no orders are shipped.
403The user does not have permission to ship incoming orders.
404An incoming order referenced in the request was not found.
409One or more orders are currently being processed by another request. Try again shortly.
