Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

InventoryEntryUpdateAction

export type InventoryEntryUpdateAction = {
    addQuantity?: InputMaybe<AddInventoryEntryQuantity>;
    changeQuantity?: InputMaybe<ChangeInventoryEntryQuantity>;
    removeQuantity?: InputMaybe<RemoveInventoryEntryQuantity>;
    setRestockableInDays?: InputMaybe<SetInventoryEntryRestockableInDays>;
    setExpectedDelivery?: InputMaybe<SetInventoryEntryExpectedDelivery>;
    setSupplyChannel?: InputMaybe<SetInventoryEntrySupplyChannel>;
    setCustomType?: InputMaybe<SetInventoryEntryCustomType>;
    setCustomField?: InputMaybe<SetInventoryEntryCustomField>;
};

Referenced Types

On this page