Skip to main content
POST
/
inventory
/
get_items_and_kits_map
Inventory - Get Items And Kits Map
curl --request POST \
  --url https://api.skulabs.com/inventory/get_items_and_kits_map \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {}
}'
{
  "kits": {},
  "items": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
data
object
required

Query data object

Response

Combined items and kits inventory map.

kits
object
required

Map of kit IDs to kit inventory (on_hand, free)

items
object

Map of item IDs to item inventory including all items across kits