FulfillmentPicking Sessions

Create picking session

Create Picking Session

Automatically finds and batches multiple eligible orders for batch picking. The system applies the configured picking-session order strategy and batch-optimization settings.

POST
/shipos/v1/picking-sessions/multi-item
x-access-token<token>

In: header

Request Body

application/json

Input for the dedicated /multi-item-batch route Does not include type since the route itself defines it

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/shipos/v1/picking-sessions/multi-item" \  -H "Content-Type: application/json" \  -d '{    "warehouse_id": "string",    "bins": 0.1  }'
{  "id": "string",  "status": "UNASSIGNED",  "creation_mode": "DIRECT"}