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

Outbound Logistic CompleteWebhook

Request

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

Bodyapplication/jsonrequired
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
{ "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

Webhooks

Adjustment

Webhooks

Invoice Payment

Webhooks

Bill Payment

Webhooks

Shift

Webhooks

Loyalty Point

Webhooks

Outlet

Webhooks