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