Inventory system management
Create Inventory System
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "Success.",
"data": {
"inventory_system_id": "3d40a24e-d570-4598-ae68-e20687edd1f9",
"inventory_system_details": {
"name": "Inventario mipOS"
}
}
}{
"message": [
"You do not have the permissions to access this resource.",
"The Inventory System already exists."
],
"data": null
}{
"name": [
"The name field is required."
]
}Webhooks
Manage Webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Webhook(Type 1 - Receive POS items)
Content Body
JSON received example
Expected response
Webhook(Type 2 - Receive POS stock updates)
Content Body
JSON received example
Expected response
Send stock updates from your inventory system to the POS
Send update of stock of an item
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Body example
Last updated
Was this helpful?