Export

PostContentDocumentAsinRelationsRequest

interface PostContentDocumentAsinRelationsRequest {
    asinSet: Set<string>;
}

Properties

Properties

asinSet: Set<string>

The set of ASINs.

Memberof

PostContentDocumentAsinRelationsRequest