Loading...
Was this page helpful?
This documentation provides a reference to the adjustInventoryLevelsStep
. It belongs to the @medusajs/medusa/core-flows
package.
This step adjusts the stocked quantity of one or more inventory levels. You can
pass a positive value in adjustment
to add to the stocked quantity, or a negative value to
subtract from the stocked quantity.
AdjustInventoryLevelsStepInput
AdjustInventoryLevelsStepInputinventory_item_id
stringlocation_id
stringadjustment
BigNumberInputInventoryLevelDTO[]
InventoryLevelDTO[]id
stringinventory_item_id
stringlocation_id
stringstocked_quantity
numberreserved_quantity
numberincoming_quantity
numberavailable_quantity
numbermetadata
null | Record<string, unknown>created_at
string | Dateupdated_at
string | Datedeleted_at
null | string | Date