Skip to main content
POST
/
preview
/
retail-media
/
line-items
/
{line-item-id}
/
products
/
unpause
/preview/retail-media/line-items/{line-item-id}/products/unpause
curl --request POST \
  --url https://api.criteo.com/preview/retail-media/line-items/{line-item-id}/products/unpause \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    {
      "attributes": {
        "bidOverride": 123,
        "id": "<string>"
      },
      "id": "<string>",
      "type": "<string>"
    }
  ]
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

line-item-id
string
required

ID of the line item

Body

application/json

Request body whose {data} contains an array of promoted products.

Request object containing promoted products to be appended, deleted, paused or unpaused.

data
object[]

Response

204

Promoted products un-paused