Skip to main content

MeResponse

type MeResponse {
id: String
addedDate: Timestamp
email: String
name: String
partnerId: String
salesChannelId: String
scope: String
scopes: [AppScopeEnum!]
storeAppId: String
supportsMultipleInstallation: Boolean
}

Fields

addedDateTimestamp

The date the app was added.

emailString

The merchant staff's email address.

nameString
partnerIdString
salesChannelIdString

The id of the sales channel owned by the merchant.

scopeString

It keeps the information of the operations that this application can access and perform. For more information please review Scopes section.

storeAppIdString

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.