v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Batch

Archive a batch of products by ID

Archive multiple products at once by providing their IDs. This operation moves the specified products to the recycling bin, effectively removing them from active use without permanently deleting them.

post/crm/objects/2026-03/products/batch/archive

Request body

Example request

{
  "inputs": [
    {
      "id": "430001"
    }
  ]
}

Response

No content