Skip to main content
POST
/
preview
/
retail-media
/
catalog
/
products
/
batch
/preview/retail-media/catalog/products/batch
curl --request POST \
  --url https://api.criteo.com/preview/retail-media/catalog/products/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entries": [
    {
      "merchantId": 123,
      "batchId": 123,
      "feedId": "<string>",
      "itemGroupId": "<string>",
      "productId": "<string>"
    }
  ]
}
'
{
  "operationToken": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Defines a batch of operations.

entries
object[]
required

The request entries to be processed in the batch.

Response

202 - application/json

Batch accepted. The status of the operation can be tracked using the report endpoint and the operationToken.

A batch was accepted. The report can be accessed using the reporting endpoint.

operationToken
string
required