curl --request GET \
--url https://api.skulabs.com/inventory/get_reserved_map \
--header 'Authorization: Bearer <token>'{
"reserved_map": {}
}Retrieve a map of reserved inventory quantities per item across warehouses.
curl --request GET \
--url https://api.skulabs.com/inventory/get_reserved_map \
--header 'Authorization: Bearer <token>'{
"reserved_map": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by store IDs
Listing link objects to filter by
Reserved inventory map keyed by SKU
Map of SKU to reserved inventory data
Show child attributes