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

Webhook for product events

Webhooks

Invoice

Webhook for invoice events

Webhooks

Customer

Webhook for customer events

Webhooks

Supplier

Webhook for supplier events

Webhooks

Bill

Webhook for bill events

Webhooks

Transfer Order

Webhook for transfer order events

Webhooks

Outbound Logistic

Webhook for outbound logistic events

Webhooks

Outbound Logistic CompleteWebhook

Request

This webhook is triggered when the Send Outbound Logistic operation is completed.

Bodyapplication/jsonrequired
IDstring(guid)

ID of Outbound Logistic

Outletstringnon-emptyrequired

Origin outlet of the customer delivery

Numberstringnon-emptyrequired

Origin Number of the customer delivery

Datestring(date-time)non-emptyrequired

Date of the customer delivery

Customerobjectrequired
Customer.​Namestringnon-emptyrequired

Name of the customer

Customer.​Titlestring

Title on behalf of the customer

Customer.​FirstNamestringnon-emptyrequired

First Name of the customer

Customer.​LastNamestringnon-emptyrequired

Last Name of the customer

Customer.​Phonestringnon-emptyrequired

Phone number of the customer

Customer.​Emailstringnon-emptyrequired

Email of the customer

Customer.​Codestringnon-emptyrequired

Member Code of the customer

Customer.​Addressstringnon-emptyrequired

Address of the customer

Customer.​Genderstringnon-emptyrequired

Gender of the customer

CreatorIDstringnon-emptyrequired

Unique creator ID of the customer delivery

Createdstring(date-time)non-emptyrequired

Created date of the customer delivery

VariantsArray of objectsnon-emptyuniquerequired
Variants[].​VariantIDstringnon-emptyrequired

Unique ID of the variant

Variants[].​Namestringnon-emptyrequired

Name of the product variant

Variants[].​Codestringnon-emptyrequired

Code of the product variant

Variants[].​Quantitynumberrequired

Total quantity of the product variant

Variants[].​Pricenumberrequired

Unit selling price of the product variant

Variants[].​PriceOriginalnumberrequired

Original unit selling price of the product variant

Variants[].​Discountnumberrequired

Discount percentage of the product variant

Variants[].​DiscountAmountnumberrequired

Discount amount of the product variant

Variants[].​NettPricenumberrequired

Total amount of the customer delivery

Variants[].​Notestring

Note of the product variant

application/json
{ "ID": "e0211b45-358e-4d5c-bf5b-8a31404b125e", "Outlet": "Outlet1", "Number": "20.09.00003", "Date": "2020-09-02T00:00:00", "Customer": { "Name": "Hendry", "Title": "MR", "FirstName": "Hendry", "LastName": "Wijaya", "Phone": "0215865894", "Email": "Hendry@dealpos.com", "Code": "HW001", "Address": "Jl. Muara Karang P3T No.30", "Gender": "Male" }, "CreatorID": "71e6e3df-257e-4a56-90ad-f6214b267aee", "Created": "2020-09-02T15:10:31.733", "Variants": [ { … } ] }

Responses

Webhook received successfully

Bodyapplication/json
statusstring
Example: "success"
Response
application/json
{ "status": "success" }

Inbound Logistic

Webhook for inbound logistic events

Webhooks

Adjustment

Webhook for adjustment events

Webhooks

Invoice Payment

Webhook for invoice payment events

Webhooks

Bill Payment

Webhook for bill payment events

Webhooks

Shift

Webhook for shift events

Webhooks

Outlet

Webhook for outlet events

Webhooks

Sales Order

Webhook for sales order events

Webhooks

Loyalty Provider

Use this section to integrate external coupon provider to DealPOS

Go to Developer Menu -> Tab Promotion Coupon Provider then click button Add and fill with your endpoint. Loyalty Image

Webhooks