Skip to main content
GET
/
2026-01
/
inventory
/
{inventoryId}
Get Inventory
curl --request GET \
  --url https://sandbox-api.shipbob.com/2026-01/inventory/{inventoryId} \
  --header 'Authorization: Bearer <token>'
{
  "barcode": "string",
  "dimensions": {
    "height": 0.1,
    "is_locked": true,
    "length": 0.1,
    "unit": "string",
    "validated": true,
    "width": 0.1
  },
  "inventory_id": 0,
  "is_case": true,
  "is_lot": true,
  "name": "string",
  "sku": "string",
  "user_id": 0,
  "variant": {
    "hazmat": {
      "is_hazmat": true,
      "validated": true
    },
    "is_active": true,
    "is_bundle": true,
    "is_digital": true
  },
  "weight": {
    "unit": "string",
    "value": 0.1
  }
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

inventoryId
string<int32>
required

Response

OK

barcode
string | null

Barcode associated with the inventory item

dimensions
object

Physical dimensions of the inventory item

inventory_id
integer<int32>

Unique identifier for the inventory item

is_case
boolean

Indicates if the inventory item is stored in cases

is_lot
boolean

Indicates if the inventory item is tracked by lot number

name
string | null

Name of the inventory item

sku
string | null

Stock keeping unit identifier

user_id
integer<int32>

User ID associated with this inventory item

variant
object

Variant details including active status and product characteristics

weight
object

Weight information of the inventory item