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

    Interface AplusContentApiValidateContentDocumentAsinRelationsRequest

    Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.

    interface AplusContentApiValidateContentDocumentAsinRelationsRequest {
        asinSet?: Set<string>;
        marketplaceId: string;
        postContentDocumentRequest: PostContentDocumentRequest;
    }
    Index

    Properties

    asinSet?: Set<string>

    The set of ASINs.

    marketplaceId: string

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

    postContentDocumentRequest: PostContentDocumentRequest

    The content document request details.