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