InitialData
An object defining initial settings for a new Vendure installation.
defaultLanguage
property
LanguageCodedefaultZone
property
stringroles
property
RoleDefinition[]countries
property
CountryDefinition[]taxRates
property
Array<{ name: string; percentage: number }>shippingMethods
property
Array<{ name: string; price: number; taxRate?: number }>paymentMethods
property
Array<{ name: string; handler: ConfigurableOperationInput }>collections
property
CollectionDefinition[]Was this chapter helpful?