post https://{accountName}.{environment}.com.br/api/catalog/pvt/subcollection//category
Associates a SubCollection to a single Category
Request object has the following properties:
Attribute | Type | Description |
---|---|---|
CategoryId | integer | Category ID |
Request body example:
{
"CategoryId": 4
}
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
SubCollectionId | integer | SubCollection ID |
CategoryId | integer | Category ID |
Response body example:
{
"SubCollectionId": 13,
"CategoryId": 4
}