cURL
curl --request GET \ --url https://api.example.com/vendor/inventory-items/{id}/location-levels/{location_id} \ --header 'Authorization: Bearer <token>'
Retrieves inventory level of the InventoryItem in the specified location
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the InventoryItem.
The ID of the Stock Location.
Inventory level