GET
/
inventory-level
/
{inventoryId}
curl --request GET \
  --url https://api.shipbob.com/2.0/inventory-level/{inventoryId} \
  --header 'Authorization: <api-key>'
{
  "inventory_id": 0,
  "name": "string",
  "sku": "string",
  "total_awaiting_quantity": 0,
  "total_backordered_quantity": 0,
  "total_committed_quantity": 0,
  "total_exception_quantity": 0,
  "total_fulfillable_quantity": 0,
  "total_internal_transfer_quantity": 0,
  "total_on_hand_quantity": 0,
  "total_sellable_quantity": 0
}

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

inventoryId
string
required

Response

200
application/json
OK
inventory_id
integer
name
string | null
sku
string | null
total_awaiting_quantity
integer
total_backordered_quantity
integer
total_committed_quantity
integer
total_exception_quantity
integer
total_fulfillable_quantity
integer
total_internal_transfer_quantity
integer
total_on_hand_quantity
integer
total_sellable_quantity
integer