Warehouses
In the realm of Tamio, a warehouse signifies a physical location of your business that dispatches products to your customers. Incorporating the warehouse functionality with the Products API provides you with granular control over your inventory management. It allows you to specify from which location your physical goods are shipped, the areas that your warehouse caters to, and the available stock at a given site.
One of the critical aspects of warehouse management in Tamio is its intelligent stock control system. When customers try to purchase physical items from your store, the system ensures they can only proceed with the order if there's sufficient stock across all warehouses designated to serve them. This automated check helps prevent overselling and guarantees a seamless customer experience.
Description | Method | URL |
---|---|---|
POST | /v2/warehouses/create | |
GET | /v2/warehouses/retrieve/:id | |
POST | /v2/warehouses/update/:id | |
POST | /v2/warehouses/duplicate/:id | |
DELETE | /v2/warehouses/:id | |
GET | /v2/warehouses/list |
There are three webhook notification events associated with the Warehouses API.
- warehouse-created
- warehouse-updated
- warehouse-removed
You can see examples of notification events here:
Whether managing teammates or creating API developer keys, you can customise permissions when accessing Warehouse API resources. The default set of Warehouse permissions are view, edit, create and remove.