post https://{accountName}.{environment}.com.br/api/catalog_system/pvt/specification/group
Create a specification group.
Request body example
{
"CategoryId": 11,
"Name": "Test"
}
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Group ID |
CategoryId | integer | Category ID |
Name | string | Group Name |
Position | integer | The current Specification Group’s position in comparison to the others |
Response body example
{
"CategoryId": 11,
"Id": 7,
"Name": "Test",
"Position": 3
}