Product Webhook API (1.0.0)

Webhook that triggers when a new product is created

Download OpenAPI description
Languages
Servers
Production Server
https://{subdomain}/api/v3/

Product

Webhooks

Invoice

Webhooks

Customer

Webhooks

Supplier

Webhooks

Bill

Webhooks

Transfer Order

Webhooks

Outbound Logistic

Webhooks

Inbound Logistic

Webhooks

Adjustment

Webhooks

Invoice Payment

Webhooks

Bill Payment

Webhooks

Shift

Webhooks

Loyalty Point

Webhooks

Outlet

Webhooks

Outlet CreatedWebhook

Request

This webhook is triggered when a new outlet is created in the Outlets menu.

Bodyapplication/jsonrequired
Namestringnon-emptyrequired

Outlet name created

Codestringnon-emptyrequired

Outlet code

Suspendedbooleanrequired

Suspend state/status of the outlet

application/json
{ "Name": "Outlet5", "Code": "OTL5", "Suspended": false }

Responses

Outlet creation acknowledged successfully.

Bodyapplication/json
Response
application/json
{ "message": "Outlet created successfully" }