v4
latestOpenAPI 3.0.12026-07-13113470.7 KBBatch
Read a batch of commerce payments by internal ID, or unique property values
Retrieve records by record ID or include the idProperty parameter to retrieve records by a custom unique value property.
post/crm/objects/2026-09/{objectType}/batch/read
Path parameters
objectTypestring required
The CRM object type corresponding to the data objects being read. This is COMMERCE_PAYMENT or 0-101
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation