Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for searchContentPublishRecords operation in AplusContentApi.

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

    Properties

    asin: string

    The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.

    marketplaceId: string

    The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    pageToken?: string

    A token that you use to fetch a specific page when there are multiple pages of results.