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