Request
Body Params application/json
{
"name": "Premium Ground Coffee",
"description": "Rich, aromatic coffee blend for daily use",
"category": "beverages",
"barcode": "8945632189345",
"incomeAccount": "Sales",
"sku": "COF-001",
"gst": "5",
"productType": 1,
"lowQty": 10,
"currency": "NGN",
"displayedMeasurement": "bag",
"outlet": "main-store",
"variations": [
{
"id":1,
"rate": "3000",
"measurementId": "500g",
"qty": "1"
},
{
"id":2,
"rate": "5500",
"measurementId": "1kg",
"qty": "1"
}
]
}
Request Code Samples
curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Premium Ground Coffee",
"description": "Rich, aromatic coffee blend for daily use",
"category": "beverages",
"barcode": "8945632189345",
"incomeAccount": "Sales",
"sku": "COF-001",
"gst": "5",
"productType": 1,
"lowQty": 10,
"currency": "NGN",
"displayedMeasurement": "bag",
"outlet": "main-store",
"variations": [
{
"id":1,
"rate": "3000",
"measurementId": "500g",
"qty": "1"
},
{
"id":2,
"rate": "5500",
"measurementId": "1kg",
"qty": "1"
}
]
}'
Responses
application/json Modified at 2025-11-19 15:52:13