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";
}

Hierarchy (View Summary)

Properties

Properties

resources: InventoryImport[]

The inventory import resources of this request.

type: "inventory"

The resource types that can be imported.