Types > ShopSettingsFeatures
Commerce APITypesShopSettingsFeatures
ShopSettingsFeatures

Description

Fields

analytics: Boolean!

Whether "analytics" feature is enabled or not

Example: false


analytics_items_cache: Boolean!

Whether "analytics_items_cache" feature is enabled or not

Example: false


avalara: Boolean!

Whether "avalara" feature is enabled or not

Example: false


gateways: Boolean!

Whether "gateways" feature is enabled or not

Example: false


quickbooks: Boolean!

Whether "quickbooks" feature is enabled or not

Example: false


taxjar: Boolean!

Whether "taxjar" feature is enabled or not

Example: false


workflows: Boolean!

Whether "workflows" feature is enabled or not

Example: false


xero: Boolean!

Whether "xero" feature is enabled or not

Example: false


Used By

Types

ShopSettings

Preview (typescript)

interface ShopSettingsFeatures {
analytics: boolean
analytics_items_cache: boolean
avalara: boolean
gateways: boolean
quickbooks: boolean
taxjar: boolean
workflows: boolean
xero: boolean
}