Skip to main content

RechargeIntegration

No description

type RechargeIntegration implements Integration {
createdAt: DateTime!
fullStoreDomain: String!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
storeDomain: String!
storeName: String!
uid: String
updatedAt: DateTime!
}

Fields

RechargeIntegration.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

RechargeIntegration.fullStoreDomain ● String! non-null scalar common

The full store domain.

RechargeIntegration.id ● ID! non-null scalar common

RechargeIntegration.legacyId ● String! non-null scalar common

The Groove legacy API ID.

RechargeIntegration.provider ● IntegrationProvider! non-null enum common

The integration provider.

RechargeIntegration.settings ● IntegrationSettings! non-null object common

The global settings for all integrations of this provider type.

RechargeIntegration.storeDomain ● String! non-null scalar common

The shop domain.

RechargeIntegration.storeName ● String! non-null scalar common

The shop name.

RechargeIntegration.uid ● String scalar common

The integration UID.

RechargeIntegration.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

Integration interface common

An object with timestamp fields for when it was created and last updated.