The request body to import Inventories. Contains data for InventoryEntries to be created or updated in a commercetools Project.

interface InventoryImportRequest {
    resources: InventoryImport[];
    type: "inventory";
}

Properties

Properties

resources: InventoryImport[]

The inventory import resources of this request.

type: "inventory"