POST
request to create Multiple
groups for the item.ApiKey: ********************
[
{
"name": "Mobiles",
"parent_id": 1
},
{
"name": "Gaming Consoles",
"parent_id": 2
}
]
curl --location --request POST 'https://app.hisabkitab.co/third-party/batch/item-groups' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '[
{
"name": "Mobiles",
"parent_id": 1
},
{
"name": "Gaming Consoles",
"parent_id": 2
}
]'
{
"success": true,
"message": "Item Groups Created Successfully."
}