Skip to main content

AppStorefrontIntegration

Represents a storefront integration for an App.

type AppStorefrontIntegration implements Node {
id: ID!
componentUrl: String!
context: AppStorefrontIntegrationContextEnum!
params: String!
app: App
}

Fields

AppStorefrontIntegration.id ● ID! non-null scalar

The Globally Unique ID of this object

AppStorefrontIntegration.componentUrl ● String! non-null scalar

AppStorefrontIntegration.context ● AppStorefrontIntegrationContextEnum! non-null enum

The context where this integration appears

AppStorefrontIntegration.params ● String! non-null scalar

JSON parameters for the integration

AppStorefrontIntegration.app ● App object

The app this integration belongs to

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

App object ● AppStorefrontIntegrationCreate object ● AppStorefrontIntegrationDelete object ● Shop object

Was this page helpful?