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

    Interface AplusContentApiValidateContentDocumentAsinRelationsRequest

    Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.

    interface AplusContentApiValidateContentDocumentAsinRelationsRequest {
        asinSet?: Set<string>;
        marketplaceId: string;
        postContentDocumentRequest: PostContentDocumentRequest;
    }
    Index
    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.