Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface AplusContentApiUpdateContentDocumentRequest

    Request parameters for updateContentDocument operation in AplusContentApi.

    interface AplusContentApiUpdateContentDocumentRequest {
        contentReferenceKey: string;
        marketplaceId: string;
        postContentDocumentRequest: PostContentDocumentRequest;
    }
    Index
    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.

    postContentDocumentRequest: PostContentDocumentRequest

    The content document request details.