For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
  • GraphQL
    • Overview
      • Playground
      • Explorer
          • QUERYsite
          • QUERYchannel
          • QUERYcustomer
          • QUERYnode
          • QUERYlocations
          • QUERYshopperPreferences
          • QUERYstore
          • QUERYcountries
  • MCP
    • Overview
Dev Portal
LogoLogo
GraphQLStorefrontQueries

shopperPreferences

Example Query
1query ExampleQuery {
2 shopperPreferences {
3 locale {
4 resolved
5 }
6 }
7}
Example response
1{
2 "data": {
3 "shopperPreferences": {
4 "locale": {
5 "resolved": "example"
6 }
7 }
8 }
9}
Shopper preferences.
Was this page helpful?
Previous

locations

Next

store

Built with

Returns

a ShopperPreferences
localeShopperLocale
Shopper locale.