curl --request POST \
--url https://api.skulabs.com/inventory/get_on_hand_location_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{}Retrieve on-hand inventory quantities broken down by warehouse location.
curl --request POST \
--url https://api.skulabs.com/inventory/get_on_hand_location_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query data object
On-hand inventory by location map. Keys are location IDs, values are objects mapping item IDs to on-hand quantities.
Show child attributes