AppGroupSummary
A joined group in the Rewards Wallet
type AppGroupSummary {
uuid: String!
name: String!
shopDomain: String!
logoUrl: String
promotionCount: Int!
hasNewPromotions: Boolean!
gid: String!
}
Fields
AppGroupSummary.uuid ● String! non-null scalar
UUID of the group account
AppGroupSummary.name ● String! non-null scalar
Name of the group
AppGroupSummary.shopDomain ● String! non-null scalar
Shopify shop domain
AppGroupSummary.logoUrl ● String scalar
URL of the group's logo
AppGroupSummary.promotionCount ● Int! non-null scalar
Number of active promotions
AppGroupSummary.hasNewPromotions ● Boolean! non-null scalar
Whether the group has any new promotions
AppGroupSummary.gid ● String! non-null scalar
GID of the primary merchant venue
Member Of
WalletPromotionsResult object