Skip to main content

InitialData

An object defining initial settings for a new Vendure installation.

Signature

defaultLanguage

propertyLanguageCode

defaultZone

propertystring

roles

propertyRoleDefinition[]

countries

propertyCountryDefinition[]

taxRates

propertyArray<{ name: string; percentage: number }>

shippingMethods

propertyArray<{ name: string; price: number; taxRate?: number }>

paymentMethods

propertyArray<{ name: string; handler: ConfigurableOperationInput }>

collections

propertyCollectionDefinition[]
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page