Skip to main content
curl --request POST \
     --url https://api.criteo.com/preview/retail-media/catalog/products/batch \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
{
  "operationToken" : "eyJhbGciOiJub25lIn0.eyJwYXJ0bmVySWQiOjEyMywib3BlcmF0aW9uSWQiOiIxNzE2YzExNC1mZThjLTRiZmYtOGFiNC0zYzM5YTQwY2M1ZGMiLCJleHAiOjE2MTYxNDIwMDJ9."
}
1

Send a batch request

Send a product batch request using the POST BATCH endpoint.
2

Get the operationToken from the response

A successful BATCH request will return an operationToken.