Skip to main content
GET
/
2025-07
/
receiving
/
{id}
/
distributions
Get Inventory Distributions by WRO Id
curl --request GET \
  --url https://api.shipbob.com/2025-07/receiving/{id}/distributions \
  --header 'Authorization: Bearer <token>'
{
  "distributions": [
    {
      "expected_quantity": 0,
      "fulfillment_center_abbreviation": "string",
      "fulfillment_center_id": 0,
      "inventory_id": 0,
      "lot_date": "2019-08-24T14:15:22Z",
      "lot_number": "string",
      "product_sku": "string",
      "received_quantity": 0,
      "status": "NotStarted",
      "stowed_quantity": 0
    }
  ],
  "id": 0,
  "status": "Awaiting"
}
Retrieves the distribution details for a specific receiving order within ShipBob’s Inventory Placement Program (IPP).
This endpoint is available only to accounts enrolled in ShipBob’s Inventory Placement Program (IPP).

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string<int32>
required

Id of the receiving order

Response

Success

distributions
object[] | null

List of distribution items, for a combination of InventoryId, Lot Number, Lot Date and Destination Fulfillment Center Id

id
integer

Id of the receiving order

status
enum<string>
Available options:
Awaiting,
Processing,
Completed,
Cancelled,
Incomplete,
Arrived,
PartiallyArrived,
PartiallyArrivedAtHub,
ArrivedAtHub,
ProcessingAtHub,
InternalTransfer