Skip to main content
GET
/2025-04/retail-media/line-items/{line-item-id}/products

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.

Query Parameters

fields
string

A comma separated list of attribute names from the response model to compute and return. Valid values are status and bidOverride in any order. Defaults to status.

limit
integer<int32>

Maximum page size to fetch. Defaults to 500.

offset
integer<int32>

Offset of the first item to fetch. Defaults to zero.

Response

200 - application/json

Promoted products associated with the line item

Outcome object containing promoted products.

data
object[] | null
errors
object[] | null
read-only
meta
object | null

Metadata about the response. Used for pagination.

warnings
object[] | null
read-only