Store - Store Module Data Models Reference

This documentation provides a reference to the Store data model. It belongs to the Store Module.

idPrimaryKeyModifier<IdProperty>
The ID of the store.
nameTextProperty
The name of the store
supported_currenciesHasMany<StoreCurrency>
The associated supported_currencies.
default_sales_channel_idTextPropertyOptional
The ID of the store's default sales channel.
default_region_idTextPropertyOptional
The ID of the store's default region.
default_location_idTextPropertyOptional
The ID of the store's default stock location.
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
Was this page helpful?