curl --request POST \
--url https://api.skulabs.com/inventory/get_items_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{}Retrieve a map of item inventory quantities keyed by item ID and warehouse.
curl --request POST \
--url https://api.skulabs.com/inventory/get_items_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
Items inventory map. Keys are item IDs, values contain on_hand, reserved, and free quantities.
Show child attributes