Typescript SDK Type Docs
    Preparing search index...

    Interface InventoryImportRequest

    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)

    Index

    Properties

    Properties

    resources: InventoryImport[]

    The inventory import resources of this request.

    type: "inventory"

    The resource type that can be imported.