Fetch Item
Retrieves the full details of a specific item based on the item's unique ID(item_code). This is useful when you need in-depth information on a particular item, including its name, category and others.
Endpoint
GET
https://app.xtrakit.com/api/v1/inventory/items/{item_code}
Headers
Authorization: Bearer API_KEY
Path Parameters
Parameters
Type
Description
item_code
string
Required
The unique ID of the item to retrieve a single item. Should be passed through the URL. (eg: Jce84a50)
Sample Requests
Sample Response
Last updated