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

Inbound Logistic

Webhook for inbound logistic events

Webhooks

Inbound Logistic CompleteWebhook

Request

This webhook is triggered when the Receive Inbound Logistic operation is completed.

Bodyapplication/jsonrequired
Outletstringnon-emptyrequired

Origin outlet of the supplier delivery

Numberstringnon-emptyrequired

Origin Number of the supplier delivery

Datestring(date-time)non-emptyrequired

Date of the supplier delivery

Supplierobjectrequired
Supplier.​Namestringnon-emptyrequired

Name of the supplier

Supplier.​Titlestring

Title on behalf of the supplier

Supplier.​FirstNamestringnon-emptyrequired

First Name of the supplier

Supplier.​LastNamestringnon-emptyrequired

Last Name of the supplier

Supplier.​Phonestringnon-emptyrequired

Phone number of the supplier

Supplier.​Emailstringnon-emptyrequired

Email of the supplier

Supplier.​Codestringnon-emptyrequired

Member Code of the supplier

Supplier.​Addressstringnon-emptyrequired

Address of the supplier

Supplier.​Genderstringnon-emptyrequired

Gender of the supplier

CreatorIDstringnon-emptyrequired

Unique creator ID of the supplier delivery

Createdstring(date-time)non-emptyrequired

Created date of the supplier 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[].​Discountnumberrequired

Discount percentage of the product variant

Variants[].​DiscountAmountnumberrequired

Discount amount of the product variant

Variants[].​NettPricenumberrequired

Total amount of the supplier delivery

Variants[].​Notestring

Note of the product variant

application/json
{ "Outlet": "Outlet1", "Number": "20.09.00003", "Date": "2020-09-02T00:00:00", "Supplier": { "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" }

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