curl --request GET \
--url https://api.skulabs.com/item/get_locations \
--header 'Authorization: Bearer <token>'[
{
"_id": "<string>",
"name": "<string>",
"warehouse_id": "<string>",
"items": [
{
"element_id": "<string>",
"item_id": "<string>",
"on_hand": 123,
"alert": 123,
"inbound": 123
}
]
}
]Retrieve warehouse locations assigned to an item.
curl --request GET \
--url https://api.skulabs.com/item/get_locations \
--header 'Authorization: Bearer <token>'[
{
"_id": "<string>",
"name": "<string>",
"warehouse_id": "<string>",
"items": [
{
"element_id": "<string>",
"item_id": "<string>",
"on_hand": 123,
"alert": 123,
"inbound": 123
}
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Item ID
"507f1f77bcf86cd799439011"