Provide units going to the warehouse.

CustomPlacementInput

interface CustomPlacementInput {
    items: ItemInput[];
    warehouseId: string;
}

Properties

Properties

items: ItemInput[]

Items included while creating Inbound Plan.

CustomPlacementInput

warehouseId: string

Warehouse Id.

CustomPlacementInput