POS sync inventory
Synchronize POS item information with your inventory system
Sync inventory
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "Synchronization data was sent to the inventory system.",
"data": null
}{
"message": [
"You don't have this store available.",
"The third_party_id does not have an Inventory System role or does not exist.",
"No integration record was found between this user store and the third party system.",
"External id not found for this store in the inventory system.",
"The item must have a name.",
"The item must have an external id.",
"The item must have an purchase unit external id.",
"The item must have an consumption unit external id.",
"The item must have a supplier external id.",
"The item must have a cost.",
"The item must have a stock.",
"The unit must have a name.",
"The unit must have a short name.",
"The unit must have an external id.",
"The supplier must have a name.",
"The supplier must have an external id.",
"Item purchase unit external id (____) not found in units array",
"The item purchase unit external id must be a string.",
"The item consumption unit external id must be a string.",
"Item supplier external id (____) not found in suppliers array",
"The item cost must be a string.",
"The item stock must be a string."
],
"data": null
}Body example
Send update of stock of an item
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Body example
Webhooks
Manage Webhook
Headers
Name
Type
Description
Request Body
Name
Type
Description
Webhook(Type 3 - Receive stock update item)
Content Body
JSON received example
Expected response
Last updated
Was this helpful?