Typescript SDK Type Docs
    Preparing search index...

    Interface ProductDraftImportRequest

    The request body to import ProductDrafts. Contains data for Products to be created or updated in a Project.

    interface ProductDraftImportRequest {
        resources: ProductDraftImport[];
        type: "product-draft";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: ProductDraftImport[]

    The product draft import resources of this request.

    type: "product-draft"

    The resource type that can be imported.