Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.36 KB

StoreDataStoreConfigInterface.md

File metadata and controls

29 lines (23 loc) · 1.36 KB

# StoreDataStoreConfigInterface

Interface for store config

Properties

Name Type Description Notes
Id int32 Store id
Code string Store code
WebsiteId int32 Website id of the store
Locale string Store locale
BaseCurrencyCode string Base currency code
DefaultDisplayCurrencyCode string Default display currency code
Timezone string Timezone of the store
WeightUnit string The unit of weight
BaseUrl string Base URL for the store
BaseLinkUrl string Base link URL for the store
BaseStaticUrl string Base static URL for the store
BaseMediaUrl string Base media URL for the store
SecureBaseUrl string Secure base URL for the store
SecureBaseLinkUrl string Secure base link URL for the store
SecureBaseStaticUrl string Secure base static URL for the store
SecureBaseMediaUrl string Secure base media URL for the store
ExtensionAttributes map[string]interface{} ExtensionInterface class for @see \Magento\Store\Api\Data\StoreConfigInterface [optional]

[Back to Model list] [Back to API list] [Back to README]