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

    Interface AplusContentApiListContentDocumentAsinRelationsRequest

    Request parameters for listContentDocumentAsinRelations operation in AplusContentApi.

    interface AplusContentApiListContentDocumentAsinRelationsRequest {
        asinSet?: Set<string>;
        contentReferenceKey: string;
        includedDataSet?: Set<"METADATA">;
        marketplaceId: string;
        pageToken?: string;
    }
    Index

    Properties

    asinSet?: Set<string>

    The set of ASINs.

    contentReferenceKey: string

    The unique reference key for the A+ Content document. A content reference key cannot form a permalink and might change in the future. A content reference key is not guaranteed to match any A+ Content identifier.

    includedDataSet?: Set<"METADATA">

    The set of A+ Content data types to include in the response. If you don&#39;t include this parameter, the operation returns the related ASINs without metadata.

    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.