OBJECT

ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextBasicInfo

User's basic information.

link GraphQL Schema definition

1type ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextBasicInfo {
2
3# The user's caller identifier.
4callerId: BigInt!
12
5# The user's channel identifier.
6channelId: BigInt!
12
7registerType: String!
12
8# The user identifier this session is acting upon.
9runAsId: BigInt!
12
10# The user's store identifier.
11storeId: BigInt!
13
14}