Skip to main content

Catalog Reporting API (0.0.1)

Download OpenAPI specification:Download

Catalog Reporting API

Get catalog report

Get catalog report

Authorizations:
newStoreAccessToken
query Parameters
fromToken
string

Opaque value, without any further meaning than providing pointer to next page. It is ok to omit it for first request. For next requests please provide token from previous response otherwise returned values will be always same.

Responses

Response samples

Content type
application/json
{
  • "page": [
    ],
  • "nextToken": "string"
}