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

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

Properties

Properties

patches: OrderPatchImport[]

The order patches of this request

type: "order-patch"