MeResponse
type MeResponse {
id: String
addedDate: Timestamp
email: String
name: String
partnerId: String
salesChannelId: String
scope: String
scopes: [AppScopeEnum!]
storeAppId: String
supportsMultipleInstallation: Boolean
}
Fields
idStringaddedDateTimestampThe date the app was added.
emailStringThe merchant staff's email address.
nameStringpartnerIdStringsalesChannelIdStringThe id of the sales channel owned by the merchant.
scopeStringscopes[AppScopeEnum!]It keeps the information of the operations that this application can access and perform. For more information please review Scopes section.
storeAppIdStringThe 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.