OBJECT
ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextEntitlement
User's entitlement information.
link GraphQL Schema definition
1 type ComIbmCommerceRestMemberHandlerUserContextHandlerUserContextEntitlement { 2 3 # The user's active organization identifier. 4 : BigInt! 13 5 # The user's trading agreement identifiers. 6 : [BigInt] 13 7 # The user's eligible trading agreement identifiers. 8 : [BigInt] 13 9 # The user's hosting contract identifier. 10 : BigInt 13 11 # The user's session trading agreement identifiers. 12 : [BigInt] 14 15 }