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

    Request parameters for createContentDocument operation in AplusContentApi.

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

    Properties

    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.