OfferMessage objects and registers all of them in a single API call, returning an array of offer references. Use this endpoint to reduce round-trips when presenting multiple products at once.
Endpoint
Request Body
An array ofOfferMessage objects. Each element has the same structure as the single offer endpoint — a product_click object and a product_info object.
Example Request
Response
Returns HTTP 201 Created with an array ofOfferReference or MessageAck objects — one entry per input offer, in the same order as the request array.
Error Responses
| Status | Description |
|---|---|
422 Unprocessable Entity | Validation error in one or more offer objects. |