Batch
Update a batch of carts
Update a batch of carts using their internal IDs or unique property values.
post/crm/objects/2026-03/carts/batch/update
Request body
Example request
{
"inputs": [
{
"idProperty": "my_unique_property_name"
}
]
}Response
successful operation