Typescript SDK Type Docs
    Preparing search index...

    Interface OrderImportRequest

    The request body to import Orders. Contains data for Orders to be created in a Project.

    interface OrderImportRequest {
        resources: OrderImport[];
        type: "order";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: OrderImport[]

    The order import resources of this request.

    type: "order"

    The resource type that can be imported.