Request parameters for searchContentPublishRecords operation in AplusContentApi.

Export

AplusContentApiSearchContentPublishRecordsRequest

interface AplusContentApiSearchContentPublishRecordsRequest {
    asin: string;
    marketplaceId: string;
    pageToken?: string;
}

Properties

asin: string

The Amazon Standard Identification Number (ASIN).

Memberof

AplusContentApiSearchContentPublishRecords

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

Memberof

AplusContentApiSearchContentPublishRecords

pageToken?: string

A page token from the nextPageToken response element returned by your previous call to this operation. nextPageToken is returned when the results of a call exceed the page size. To get the next page of results, call the operation and include pageToken as the only parameter. Specifying pageToken with any other parameter will cause the request to fail. When no nextPageToken value is returned there are no more pages to return. A pageToken value is not usable across different operations.

Memberof

AplusContentApiSearchContentPublishRecords