Typescript SDK Type Docs
    Preparing search index...

    Interface OrderPatchImportRequest

    The request body to import OrderPatches. The data to be imported are represented by OrderPatchImport.

    interface OrderPatchImportRequest {
        patches: OrderPatchImport[];
        type: "order-patch";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    patches: OrderPatchImport[]

    The order patches of this request

    type: "order-patch"

    The resource type that can be imported.