v4

latestOpenAPI 3.0.12026-07-131437115.5 KB
Batch

Archive a batch of orders by ID

Archive a batch of orders identified by their IDs.

post/crm/objects/2026-09/{objectType}/batch/archive

Path parameters

objectTypestring required

The type of object to be archived in the batch operation.

Request body

Example request

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

Response

No content