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