Shop Object
Represents a shop resource containing general shop data and configuration.
Fields
#
builderKey
This will be removed on October 29, 2024
None if shop does not use Builder, otherwise this contains Builder public api key.
currencies
[ String !]!
This field will be removed on November 1, 2024.
Non-null
List of available currencies.
defaultCurrency
String !
This field will be removed on November 1, 2024.
Non-null
Shop's default currency.
displayGrossPrices
Boolean !
This will be removed on November 22, 2024. Use the includeTaxesInPrices setting instead.
Non-null
Display prices with tax in store.
languages
[ LanguageDisplay !]!
This will be removed on October 29, 2024
Non-null
List of the shops's supported languages.
loginForProducts
This will be removed on November 22, 2024. Use the loginForPrice setting instead.
Is authenticated user required to view product listings.
navigation
Fetch menus using the `menu` query with `slug` parameter. This will be removed on October 29, 2024.
Shop's navigation.
Usages
#
References
#
- Field shop from Query
- Field shop from ShopDomainUpdate
- Field shop from ShopSettingsUpdate