{
"name": "Premium Salt",
"description": "Rich, aromatic coffee blend for daily use",
"itemCategoryId": "cate64b7b3681e576f463",
"reorderLevel": 5,
"vatStatus": 1,
"salesType": 0,
"productType": 1,
"selectedLocationOutlets": { "outlet_id": 88, "location_id": 8 },
"itemVariants": [
{
"displayMeasurement": "1b537599ed948c508f280b6471bf4ba0",
"sku": "SKU-005",
"barcode": "777754999",
"variants": [
{ "type": "vty7a37cd6ec0e1ef0725", "value": "vvl1bea000ec123c206f2" }
],
"priceVariations": [
{
"id":1,
"rate": "3000",
"measurementId": "1b537599ed948c508f280b6471bf4ba0",
"qty": "1"
},
{
"id":2,
"rate": "6000",
"measurementId": "a6ead7e9ce4a9c3889495aeb22644428",
"qty": "2"
}
]
},
{
"displayMeasurement": "a6ead7e9ce4a9c3889495aeb22644428",
"sku": "SKU-006",
"barcode": "888856090",
"variants": [
{ "type": "vty7a37cd6ec0e1ef0725", "value": "vvl1bea000ec123c206f2" }
],
"priceVariations": [
{
"id":1,
"rate": "9000",
"measurementId": "1b537599ed948c508f280b6471bf4ba0",
"qty": "4"
},
{
"id":2,
"rate": "18000",
"measurementId": "a6ead7e9ce4a9c3889495aeb22644428",
"qty": "8"
}
]
}
],
"itemTaxes":["taxwduyayysd"]
}
curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/product' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Premium Salt",
"description": "Rich, aromatic coffee blend for daily use",
"itemCategoryId": "cate64b7b3681e576f463",
"reorderLevel": 5,
"vatStatus": 1,
"salesType": 0,
"productType": 1,
"selectedLocationOutlets": { "outlet_id": 88, "location_id": 8 },
"itemVariants": [
{
"displayMeasurement": "1b537599ed948c508f280b6471bf4ba0",
"sku": "SKU-005",
"barcode": "777754999",
"variants": [
{ "type": "vty7a37cd6ec0e1ef0725", "value": "vvl1bea000ec123c206f2" }
],
"priceVariations": [
{
"id":1,
"rate": "3000",
"measurementId": "1b537599ed948c508f280b6471bf4ba0",
"qty": "1"
},
{
"id":2,
"rate": "6000",
"measurementId": "a6ead7e9ce4a9c3889495aeb22644428",
"qty": "2"
}
]
},
{
"displayMeasurement": "a6ead7e9ce4a9c3889495aeb22644428",
"sku": "SKU-006",
"barcode": "888856090",
"variants": [
{ "type": "vty7a37cd6ec0e1ef0725", "value": "vvl1bea000ec123c206f2" }
],
"priceVariations": [
{
"id":1,
"rate": "9000",
"measurementId": "1b537599ed948c508f280b6471bf4ba0",
"qty": "4"
},
{
"id":2,
"rate": "18000",
"measurementId": "a6ead7e9ce4a9c3889495aeb22644428",
"qty": "8"
}
]
}
],
"itemTaxes":["taxwduyayysd"]
}'{}