Skip to main content
GET
List Performance Reports by Brand

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date-time>
required

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

end
string<date-time>
required

Date in ISO Format without offset (UTC): YYYY-MM-DDTHH:mm:ss.SSSZ

marketplaces
string

Comma-delimited list of marketplaces to include. Defaults to all marketplaces.

brandIds
string

Comma-delimited list of UUIDs representing an array

productIds
string

Filter by product primary ID (ASIN, Walmart Item ID, or Shopify Variant ID)

creatorIds
string

Comma-delimited list of UUIDs representing an array

limit
number
default:25

The maximum number of items to return

Required range: 1 <= x <= 100
cursor
string

The cursor returned from the last request, if omitted the first page will be returned

Maximum string length: 512

Response

Success

rows
object[]
required
cursor
string | null
required

The cursor to use for the next request, if empty there are no more items to return