Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.

AplusContentApiValidateContentDocumentAsinRelationsRequest

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

Properties

asinSet?: Set<string>

The set of ASINs.

AplusContentApiValidateContentDocumentAsinRelations

marketplaceId: string

The identifier for the marketplace where the A+ Content is published.

AplusContentApiValidateContentDocumentAsinRelations

postContentDocumentRequest: PostContentDocumentRequest

The content document request details.

AplusContentApiValidateContentDocumentAsinRelations