Home > @vsf-enterprise/commercetools-types > InventoryEntryUpdateAction
# InventoryEntryUpdateAction type
Signature:
export declare 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>;
};
References: InputMaybe, AddInventoryEntryQuantity, ChangeInventoryEntryQuantity, RemoveInventoryEntryQuantity, SetInventoryEntryRestockableInDays, SetInventoryEntryExpectedDelivery, SetInventoryEntrySupplyChannel, SetInventoryEntryCustomType, SetInventoryEntryCustomField