Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface AplusContentApiPostContentDocumentAsinRelationsRequest

    Request parameters for postContentDocumentAsinRelations operation in AplusContentApi.

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

    Properties

    contentReferenceKey: string

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

    marketplaceId: string

    The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    postContentDocumentAsinRelationsRequest: PostContentDocumentAsinRelationsRequest

    The request details for the content document ASIN relations.