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

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

Webhooks

Invoice Payment

Webhooks

Bill Payment

Webhooks

Shift

Webhooks

Loyalty Point

Webhooks

Outlet

Webhooks