Inventory
XtraKit's Inventory API allows you to programmatically handle items data. Items management may be easily integrated into your applications by using it to retrieve, add, change, or manage items.
List Items GET
Retrieve a list of all items and you can also filter your results.
Fetch Item GET
Retrieve a specific item using the item code. To retrieve complete item details.
Add Item POST
Allows you to add a new item record such as a product or service.
Edit Item PUT
Modify an existing item's information. In an unfinalized item, this endpoint can be used to change pricing, status, or quantities.
Last updated