Skip to main content

Batch Create Deals

POST 

/v1/deals/batch

Creates multiple deals in a single request (up to 100). Each deal follows the same rules as the single create endpoint.

Atomicity: This operation is all-or-nothing. If any deal in the array fails validation or creation, the entire request returns an error. Deals that were processed before the failure may have already been written; on error, check for partial side effects.

Request

Responses

Deals created successfully