curl --request GET \
--url https://api.shipbob.com/Experimental/inventories \
--header 'Authorization: Bearer <token>'{
"first": "<string>",
"items": [
{
"barcode": "<string>",
"dimensions": {
"height": 123,
"is_locked": true,
"length": 123,
"unit": "<string>",
"validated": true,
"width": 123
},
"inventory_id": 123,
"is_case": true,
"is_lot": true,
"name": "<string>",
"sku": "<string>",
"user_id": 123,
"variant": {
"hazmat": {
"is_hazmat": true,
"validated": true
},
"is_active": true,
"is_bundle": true,
"is_digital": true
},
"weight": {
"unit": "<string>",
"value": 123
}
}
],
"last": "<string>",
"next": "<string>",
"prev": "<string>"
}curl --request GET \
--url https://api.shipbob.com/Experimental/inventories \
--header 'Authorization: Bearer <token>'{
"first": "<string>",
"items": [
{
"barcode": "<string>",
"dimensions": {
"height": 123,
"is_locked": true,
"length": 123,
"unit": "<string>",
"validated": true,
"width": 123
},
"inventory_id": 123,
"is_case": true,
"is_lot": true,
"name": "<string>",
"sku": "<string>",
"user_id": 123,
"variant": {
"hazmat": {
"is_hazmat": true,
"validated": true
},
"is_active": true,
"is_bundle": true,
"is_digital": true
},
"weight": {
"unit": "<string>",
"value": 123
}
}
],
"last": "<string>",
"next": "<string>",
"prev": "<string>"
}Authentication using Personal Access Token (PAT) token
OK
Show child attributes
Was this page helpful?