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
- 200
- 400
- 401
- 404
- 500
Deals updated successfully
Invalid request parameters
Invalid or missing API key
One or more deals not found
Internal server error