StockLocation
A StockLocation represents a physical location where stock is held. For example, a warehouse or a shop.
When the stock of a ProductVariant is adjusted, the adjustment is applied to a specific StockLocation, and the stockOnHand of that ProductVariant is updated accordingly. When there are multiple StockLocations configured, the StockLocationStrategy is used to determine which StockLocation should be used for a given operation.
-
Extends:
VendureEntity -
Implements: HasCustomFields,
ChannelAware
constructor
method
(input: DeepPartial<StockLocation>) => StockLocationname
property
stringdescription
property
stringcustomFields
property
CustomStockLocationFieldschannels
property
Channel[]stockMovements
property
StockMovement[]Was this chapter helpful?