Skip to main content
POST
Retrieve advertising performance by channel

Authorizations

x-api-key
string
header
required

Body

application/json

Advertising by channels criteria

Criteria to view advertising performance by channel

reportOptions
object
required

Common reporting options that determine the reporting and comparison ranges

Example:
currentCurrency
string
required

3-letter currency code for the current view (e.g. USD, AUD). Used for exchange conversion.

Example:

"USD"

includeTax
boolean

Whether tax should be included in sales figures

Example:

false

vendorRevenueType
enum<string>

Determine whether the revenue type of a vendor should be retrieved by ordered or shipped revenue

Available options:
orderedRevenue,
shippedRevenue
Example:

"orderedRevenue"

orderBy
string

The field to sort by (defaults to 'impressions')

Example:

"impressions"

pageIndex
integer

Zero-based page index (defaults to 0)

Example:

0

pageSize
integer

The number of results to return per page (max 100) (defaults to 10)

Example:

10

filter
object

Optional filters applied when selecting stores to include in the report

searchText
string

Optional text to match store names or marketplace identifiers when selecting stores

Example:

"Amazon US"

Response

Successful operation

Paginated advertising performance by channel

status
enum<string>
Available options:
success,
error
data
object
error
string