AuthorizedApp
type AuthorizedApp {
id: ID!
addedDate: Timestamp!
partnerId: String!
salesChannelId: String
scope: String!
storeAppId: String!
supportsMultipleInstallation: Boolean
}
Fields
The date the app was added.
salesChannelIdStringThe id of the sales channel owned by the merchant.
The application's id in the store.
supportsMultipleInstallationBooleanIt keeps the information that a merchant cn install more than one application. If true, merchant can add more than one application.