Webhook that triggers when a new product is created
/
Product Deleted
Product Webhook API (1.0.0)
Download OpenAPI description
Languages
Servers
Production Server
https://{subdomain}/api/v3/
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/productCreated
application/json
{ "ID": "020f279d-e6ba-408c-b944-57bed320dc22", "Category": "Accessories", "Name": "Gorgeous Dress", "SupplierName": "PT Berkah", "Brand": "123", "BrandName": "123", "Code": "DRXS129", "Discontinued": false, "Description": "Step into elegance with the Gorgeous Dress, tailored for those who desire a blend of classic charm and modern sophistication. Its delicate fabric gracefully drapes over the body, ensuring both comfort and style. This dress features a flattering silhouette that complements any occasion, from a casual brunch to an elegant evening event. Available in a variety of colors, it promises versatility and timeless appeal in your wardrobe. Make a statement and turn heads with every step in the Gorgeous Dress.", "Storage": [ { … }, { … } ], "Tags": [ "123" ], "ImageURL": "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ThumbnailURL": "https://cdn.dealpos.app/cdn-cgi/image/width=80,quality=100/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ExtraImageURL": [ "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/A10092200400_3.jpg" ], "Variants": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/productUpdated
application/json
{ "ID": "020f279d-e6ba-408c-b944-57bed320dc22", "Category": "Accessories", "Name": "Gorgeous Dress NEW Collection", "SupplierName": "PT Berkah", "Brand": "123", "BrandName": "123", "Code": "DRXS129", "Discontinued": false, "Description": "Step into elegance with the Gorgeous Dress, tailored for those who desire a blend of classic charm and modern sophistication. Its delicate fabric gracefully drapes over the body, ensuring both comfort and style. This dress features a flattering silhouette that complements any occasion, from a casual brunch to an elegant evening event. Available in a variety of colors, it promises versatility and timeless appeal in your wardrobe. Make a statement and turn heads with every step in the Gorgeous Dress.", "Storage": [ { … }, { … } ], "Tags": [ "123" ], "ImageURL": "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ThumbnailURL": "https://cdn.dealpos.app/cdn-cgi/image/width=80,quality=100/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ExtraImageURL": [ "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/A10092200400_3.jpg" ], "Variants": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/productDeleted
application/json
{ "ID": "020f279d-e6ba-408c-b944-57bed320dc22", "Category": "Accessories", "Name": "Gorgeous Dress NEW Collection", "SupplierName": "PT Berkah", "Brand": "123", "BrandName": "123", "Code": "DRXS129", "Discontinued": false, "Description": "Step into elegance with the Gorgeous Dress, tailored for those who desire a blend of classic charm and modern sophistication. Its delicate fabric gracefully drapes over the body, ensuring both comfort and style. This dress features a flattering silhouette that complements any occasion, from a casual brunch to an elegant evening event. Available in a variety of colors, it promises versatility and timeless appeal in your wardrobe. Make a statement and turn heads with every step in the Gorgeous Dress.", "Storage": [ { … }, { … } ], "Tags": [ "123" ], "ImageURL": "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ThumbnailURL": "https://cdn.dealpos.app/cdn-cgi/image/width=80,quality=100/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/aa65e037-setelan-satu-warna-ala-kimono.jpeg", "ExtraImageURL": [ "https://cdn.dealpos.app/com/starterretail/Product/020f279d-e6ba-408c-b944-57bed320dc22/A10092200400_3.jpg" ], "Variants": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/productVariantCreated
application/json
{ "ID": "dc3c01f1-6af5-4a86-9e31-ffaaca8051df", "Category": "123", "Product": "Tupperware", "Variant": "XL", "Name": "Tupperware - TPW (XL)", "Code": "TPW-XL", "Weight": 0, "Type": "Standard", "OrderPrice": 0, "UnitCost": 125000, "UnitPrice": 250000, "Taxable": true, "LoyaltyPoint": true, "Discontinued": false, "Components": [ { … } ], "OutletPrice": [ { … } ] }
Response
application/json
{ "status": "success" }
- Production Serverhttps://nelsenlim.dealpos.net/api/v3/productVariantUpdated
application/json
{ "ID": "dc3c01f1-6af5-4a86-9e31-ffaaca8051df", "Category": "123", "Product": "Tupperware", "Variant": "XL", "Name": "Tupperware - TPW (XL)", "Code": "TPW-XL", "Weight": 0, "Type": "Standard", "OrderPrice": 0, "UnitCost": 125000, "UnitPrice": 250000, "Taxable": true, "LoyaltyPoint": true, "Discontinued": false, "Components": [ { … } ], "OutletPrice": [ { … } ] }
Response
application/json
{ "status": "success" }
