products_batch_archive
Archive multiple HubSpot products at once by specifying their IDs to efficiently manage your product catalog and remove outdated items.
Instructions
Archive (delete) a batch of products by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"productIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"productIds"
],
"type": "object"
}