Last update:
July 26, 2024
StoreResponseType object¶
This type represents the response data for a store, including its basic information and configuration.
Fields¶
Field | Description |
---|---|
storeId String! |
The Id for the store. |
storeName String! |
The name of the store. |
catalogId String! |
The Id for the store's catalog. |
storeUrl String |
The URL of the store. |
defaultLanguage LanguageType! |
The default language used in the store. |
availableLanguages [LanguageType!]! |
An array of available languages for the store. |
defaultCurrency CurrencyType! |
The default currency used in the store. |
availableCurrencies [CurrencyType!]! |
An array of available currencies for the store. |
settings StoreSettingsType! |
The settings configuration for the store. |
graphQLSettings GraphQLSettingsType! |
The GraphQL settings configuration for the store. |