Request parameters for validateContentDocumentAsinRelations operation in AplusContentApi.

Export

AplusContentApiValidateContentDocumentAsinRelationsRequest

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

Properties

asinSet?: Set<string>

The set of ASINs.

Memberof

AplusContentApiValidateContentDocumentAsinRelations

marketplaceId: string

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

Memberof

AplusContentApiValidateContentDocumentAsinRelations

postContentDocumentRequest: PostContentDocumentRequest

The content document request details.

Memberof

AplusContentApiValidateContentDocumentAsinRelations