Batch
Archive a batch of commerce payments by ID
Archive a batch of commerce payments by their IDs. This operation moves the specified payments to the archive, making them inactive in the system.
post/crm/objects/2026-03/commerce_payments/batch/archive
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content