GlobalSettings
Stores global settings for the whole application
-
Extends:
VendureEntity -
Implements: HasCustomFields
constructor
method
(input?: DeepPartial<GlobalSettings>) => GlobalSettingsavailableLanguages
property
LanguageCode[]trackInventory
property
booleanSpecifies the default value for inventory tracking for ProductVariants. Can be overridden per ProductVariant, but this value determines the default if not otherwise specified.
outOfStockThreshold
property
numberSpecifies the value of stockOnHand at which a given ProductVariant is considered out of stock.
customFields
property
CustomGlobalSettingsFieldsWas this chapter helpful?