FulfillmentPicking Sessions

Get picking session

Get Picking Session

Retrieves details of a specific picking session including all orders, line items, and allocations.

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

In: header

Path Parameters

picking_session_id*string

The ID of the picking session to retrieve

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/v1/picking-sessions/string"
{  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "status": "UNASSIGNED",  "completion_outcome": "FULLY_PICKED",  "max_units_per_order": 0,  "bins": 0.1,  "warehouse_id": "string",  "merchant_team_id": [    "string"  ],  "started_at": "2019-08-24T14:15:22Z",  "closed_at": "2019-08-24T14:15:22Z",  "id": "string",  "min_units_per_order": 0,  "team_id": "string",  "type": "SINGLE_ITEM_BATCH",  "creation_mode": "DIRECT",  "picked_by_user_id": "string",  "picked_by_user_name": "string",  "session_number": "string",  "total_units_count": 0.1,  "unique_items_count": 0.1,  "remaining_units_to_pick": 0.1,  "picking_session_fulfillment_orders": [    {      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "status": "PENDING",      "fulfillment_order_id": "string",      "tote_id": "string",      "tote_name": "string",      "picking_session_id": "string",      "order_number": "string",      "packing_started_at": "2019-08-24T14:15:22Z",      "packing_completed_at": "2019-08-24T14:15:22Z",      "packed_by_user_id": "string",      "packed_by_user_name": "string"    }  ],  "metrics": {    "total_time_to_pick": 0.1,    "total_time_to_pick_formatted": "string",    "orders_per_hour": 0,    "lines_per_hour": 0,    "eaches_per_hour": 0,    "total_items_picked": 0.1,    "total_orders": 0.1,    "total_lines": 0.1,    "started_at": "2019-08-24T14:15:22Z",    "closed_at": "2019-08-24T14:15:22Z"  }}