Skip to main content
GET
/experimental/retail-media/catalog/merchants/{merchant-id}/ingestion/reports

Authorizations

Authorization
string
header
required

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

Path Parameters

merchant-id
string
required

Identifies the merchant whose catalog ingestions are reported.

Query Parameters

limit
integer<int32>
default:25

Maximum number of ingestion reports returned in the page.

Required range: 1 <= x <= 100
offset
integer<int32>
default:0

Index of the first ingestion report of the page, used to page through the collection.

Response

200 - application/json
object | null

The page of catalog ingestion reports.

Paginated response holding the catalog ingestion reports of a merchant.

data
(object | null)[] | null
required

Resource holding the basic information of a catalog ingestion.

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

Pagination applied to the returned collection.

warnings
object[] | null
read-only