Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface AplusContentApiSearchContentDocumentsRequest

    Request parameters for searchContentDocuments operation in AplusContentApi.

    interface AplusContentApiSearchContentDocumentsRequest {
        marketplaceId: string;
        pageToken?: string;
    }
    Index
    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.