post https://{accountName}.{environment}.com.br/api/catalog/pvt/collection//stockkeepingunit/importexclude
Removes products from a collection from the request body file. The file must be an imported template
Due to an issue in our documentation platform, the file upload will not work in the
Try it
button. But you can still use thecURL
code generated to test it.
The file must be an XLS file.
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
TotalItemProcessed | integer | Total of items removed from the Collection |
TotalErrorsProcessed | integer | Total of items with error in the Collection |
TotalProductsProcessed | integer | Total of products removed from the Collection |
Errors | array | Errors during the request |
Response body example:
{
"TotalItemProcessed": 4,
"TotalErrorsProcessed": 0,
"TotalProductsProcessed": 0,
"Errors": []
}