OBJECT
SiteConfig
Site configuration properties, particularly for properties that affect more than just one page
link GraphQL Schema definition
- type SiteConfig {
- AccountSettings! :
- # True if advanced remittances is enabled.
- Boolean! :
- # True if advert automap is enabled.
- Boolean! :
- # True if brand logo should be visible on an advert
- Boolean! :
- AdvertSettings! :
- AdvertTileImageFormatEnum! :
- AdvertTileImageRatioEnum! :
- # List of available columns that can be included in the advert spreadsheet
- # download
- String!]! : [
- # True if beta remittances is enabled.
- Boolean! @deprecated( reason: "Value is now accessible via the advancedRemittancesEnabled field. This will be removed no earlier than 2024-01-10." ) :
- # True if checkout is enabled for this site
- Boolean! :
- # Contact details
- ContactDetails! :
- # Contact us link
- TextLink :
- # Site's country info
- SiteCountry! :
- CustomisationSettings! :
- # True if favourite store is enabled for the marketplace
- Boolean! :
- ExternalAccountSettings! :
- # Id of the favourite store of the current user
- Int :
- FinanceSettings! :
- # Google Analytics (Universal Analytics) account IDs relevant to the current
- # Vertical (and MStore, when in use)
- GoogleAnalyticsTracker!] : [
- # Google Maps credentials
- GoogleMapsCredentials :
- # Google reCAPTCHA credentials
- GoogleRecaptchaCredentials :
- # Google Tag Manager account ID
- String :
- # GTag Debug Mode
- Boolean! @deprecated( reason: "We do not collect analytics data anymore. This field will be removed no earlier than 2024-04-01." ) :
- # GTag Stream Measurement ID
- String @deprecated( reason: "We do not collect analytics data anymore. This field will be removed no earlier than 2024-04-01." ) :
- # True if seller name should not be visible on adverts
- Boolean! :
- ID! :
- # Other countries with this marketplace (if exist)
- SiteCountry!] : [
- # Current vertical's locale
- String! :
- MarketfacerPagesEnabled :
- MemberSettings! :
- # The current site's official business name
- String! :
- # True if on production environment
- Boolean! :
- SearchSettings! :
- # Are sellers allowed to set up multi-factor authentication?
- Boolean! @deprecated( reason: "feature in development, subject to change without warning" ) :
- # Are sellers required to have multi-factor authentication set up?
- Boolean! @deprecated( reason: "feature in development, subject to change without warning" ) :
- # Always false
- Boolean! @deprecated( reason: "Bazaar Voice integration has been removed. This field will be removed no earlier than 2024-01-01." ) :
- # True if retailer address can be shown
- Boolean! :
- # The current site's presentational email
- String! :
- # The current site's presentational name
- String! :
- # The current site's presentational phone
- String! :
- # A promotion suitable for use across all pages
- Promotion :
- # Promotions suitable for use across all pages
- Promotion!]! : [
- # True if sending emails to consumers is skipped
- Boolean! :
- # Social links (Facebook, Twitter, etc.)
- SocialLink!] : [
- # True if the current site is a storefront
- Boolean! :
- # Store newsletter link
- TextLink :
- # True if marketplace has enabled twilio verification
- Boolean! :
- # Internal site name
- String! :
- VerticalLogo! :
- # True if wishlist is enabled for this site
- Boolean! :
- YotpoSettingsSiteConfig! :
- }