Request parameters for postContentDocumentAsinRelations operation in AplusContentApi.

Export

AplusContentApiPostContentDocumentAsinRelationsRequest

interface AplusContentApiPostContentDocumentAsinRelationsRequest {
    contentReferenceKey: string;
    marketplaceId: string;
    postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest;
}

Properties

contentReferenceKey: string

The unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.

Memberof

AplusContentApiPostContentDocumentAsinRelations

marketplaceId: string

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

Memberof

AplusContentApiPostContentDocumentAsinRelations

postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest

The content document ASIN relations request details.

Memberof

AplusContentApiPostContentDocumentAsinRelations