Webhook that triggers when a new product is created
Webhook that triggers when a new product is created
{ "ID": "0ce13b18-bd2d-466a-8cc1-fde2191655e9", "Category": "Top", "Name": "Flanel", "SupplierName": "PT SENANG SEKALI", "BrandName": "TEGUH Clothing", "Code": "8008", "Discontinued": false, "Description": "New Arrival", "Storage": "Rack1", "Tags": [ "Cloth" ], "ImageURL": "/media/0ce13b18-bd2d-466a-8cc1-fde2191655e9/", "Variants": [ { … }, { … }, { … } ] }
{ "status": "success" }
The name of the category that will be used. You can also create a new category (e.g., "Food/Snack/Pastries" will create 3 levels).
{ "ID": "0ce13b18-bd2d-466a-8cc1-fde2191655e9", "Category": "Top", "Name": "Flanel", "SupplierName": "PT Sehat Sejahtera", "BrandName": "Adodis", "Code": "8008", "Discontinued": false, "Description": "New Arrival", "Storage": "Rack1", "Tags": [ "Cloth" ], "ImageURL": "/media/0ce13b18-bd2d-466a-8cc1-fde2191655e9/", "Variants": [ { … }, { … }, { … } ] }
{ "status": "success" }
URL for the image of the product.
Variants associated with the product.
{ "ID": "0ce13b18-bd2d-466a-8cc1-fde2191655e9", "Category": "Top", "Name": "Flanel", "SupplierName": null, "BrandName": null, "Code": "8008", "Discontinued": false, "Description": "New Arrival", "Storage": "Rack1", "Tags": [ "Cloth" ], "ImageURL": "/media/0ce13b18-bd2d-466a-8cc1-fde2191655e9/", "Variants": [ { … }, { … }, { … } ] }
{ "status": "success" }
{ "Example 1": { "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": [ … ] } }
{ "status": "success" }
{ "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": [ { … } ] }
{ "status": "success" }