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)

Properties

Properties

patches: OrderPatchImport[]

The order patches of this request

type: "order-patch"

The resource types that can be imported.