post https://{accountName}.{environment}.com.br/api/catalog/pvt/subcollection//stockkeepingunit
Associates a SubCollection to a single SKU
Request object has the following properties:
Attribute | Type | Description |
---|---|---|
SkuId | integer | Unique identifier of an SKU |
Request body example:
{
"SkuId": 7
}
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
SubCollectionId | integer | SubCollection ID |
SkuId | integer | Unique identifier of an SKU |
Response body example:
{
"SubCollectionId": 13,
"SkuId": 7
}