FulfillmentPicking Sessions
Create for one order
Create Picking Session for One Order
Creates a picking session for a single fulfillment order. This is the simplest session type for picking individual orders.
Authorization
api_key x-access-token<token>
In: header
Request Body
application/json
Input for the dedicated /single-order 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/single-order" \ -H "Content-Type: application/json" \ -d '{ "warehouse_id": "string", "fulfillment_order_id": "string" }'{ "id": "string", "status": "UNASSIGNED", "creation_mode": "DIRECT"}