Skip to main content

Batch Update Deals

PATCH 

/v1/deals/batch

Partially updates multiple deals in a single request (up to 100). Each item must include an id field identifying the deal to update. Only the fields provided will be modified.

Atomicity: This operation is all-or-nothing. If any deal in the array fails (e.g. deal not found, invalid field), the entire request returns an error.

Request

Responses

Deals updated successfully