post https://api.rainex.io/projects//product-families
Creates a product family
Error codes:
AlreadyExist | A product family with such name already exists |
Responses
Creates a product family
Error codes:
AlreadyExist | A product family with such name already exists |
xxxxxxxxxx
10curl --request POST \
--url https://api.rainex.io/projects/your-site-name-1/product-families \
--header 'accept: text/plain' \
--header 'content-type: application/json' \
--data '
{
"channel": "Web",
"includeVat": true
}
'