InventoryTotes
Update Tote
Update a tote by ID
Authorization
api_key x-access-token<token>
In: header
Path Parameters
tote_id*string
The ID of the tote to be updated
Request Body
application/json
The new values for the tote
The new values for the tote
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://example.com/shipos/totes/string" \ -H "Content-Type: application/json" \ -d '{}'{ "on_hand": 0.1, "is_empty": true, "barcode": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "location_type_id": "string", "parent_location_name": "string", "parent_location_id": "string", "location_kind": "STATIC", "warehouse_id": "string", "name": "string", "team_id": "string", "id": "string", "parent_location": { "barcode": "string", "team_id": "string", "parent_location_name": "string", "parent_location_id": "string", "warehouse_name": "string", "warehouse_id": "string", "location_type_name": "string", "location_type_id": "string", "location_kind": "STATIC", "on_hand": 0.1, "flagged_for_review": true, "is_empty": true, "is_hospital": true, "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "priority": 0.1, "sellable": true, "pickable": true, "name": "string", "id": "string" }, "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" } ]}