FulfillmentPicking Sessions

Duplicate picking session

Duplicate Picking Session

Creates a new picking session with the same configuration as an existing one. Only works for MULTI_ITEM_BATCH sessions. The new session will attempt to find new eligible orders with the same parameters (bins, merchant filter, unit constraints).

POST
/shipos/v1/picking-sessions/{picking_session_id}/duplicate
x-access-token<token>

In: header

Path Parameters

picking_session_id*string

The ID of the picking session to duplicate

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/string/duplicate"
{  "id": "string",  "status": "UNASSIGNED",  "creation_mode": "DIRECT"}