Skip to main content

AuthorizedApp

type AuthorizedApp {
id: ID!
addedDate: Timestamp!
partnerId: String!
salesChannelId: String
scope: String!
storeAppId: String!
supportsMultipleInstallation: Boolean
}

Fields

idID!required
addedDateTimestamp!required

The date the app was added.

partnerIdString!required
salesChannelIdString

The id of the sales channel owned by the merchant.

scopeString!required
storeAppIdString!required

The application's id in the store.

supportsMultipleInstallationBoolean

It keeps the information that a merchant cn install more than one application. If true, merchant can add more than one application.