Request parameters for createContentDocument operation in AplusContentApi.

AplusContentApiCreateContentDocumentRequest

interface AplusContentApiCreateContentDocumentRequest {
    marketplaceId: string;
    postContentDocumentRequest: PostContentDocumentRequest;
}

Properties

marketplaceId: string

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

AplusContentApiCreateContentDocument

postContentDocumentRequest: PostContentDocumentRequest

The content document request details.

AplusContentApiCreateContentDocument