Skip to main content

StorefrontAnalyticsSettingsUpdateInput

The input type for creating or updating StorefrontAnalyticsSettings

input StorefrontAnalyticsSettingsUpdateInput {
allowedOrigins: [String!]
storefrontId: ID!
}

Fields

StorefrontAnalyticsSettingsUpdateInput.allowedOrigins ● [String!] list scalar

The origins (domains) that are allowed to ingest analytics data. Should be in the same format as you would for CORS. (https://domain.com:port) Localhost and "*" are allowed.

StorefrontAnalyticsSettingsUpdateInput.storefrontId ● ID! non-null scalar

The Storefront that these settings belong to

Member of

createOrUpdateStorefrontAnalyticsSettings mutation