GET
/
receiving
/
{id}
/
boxes
curl --request GET \
  --url https://api.shipbob.com/2.0/receiving/{id}/boxes \
  --header 'Authorization: Bearer <token>'
[
  {
    "arrived_date": "2019-08-24T14:15:22Z",
    "box_id": 0,
    "box_items": [
      {
        "inventory_id": 0,
        "lot_date": "2019-08-24T14:15:22Z",
        "lot_number": "string",
        "quantity": 0,
        "received_quantity": 0,
        "stowed_quantity": 0
      }
    ],
    "box_number": 0,
    "box_status": "Awaiting",
    "counting_started_date": "2019-08-24T14:15:22Z",
    "received_date": "2019-08-24T14:15:22Z",
    "tracking_number": "860C8CDC8F0B4FC7AB69AC86C20539EC"
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string
required

Id of the receiving order

Response

200
application/json

Success

The response is of type object[].