Skip to main content

WalletMerchant

A merchant in the Rewards Wallet

type WalletMerchant {
uuid: String!
name: String!
shopDomain: String!
logoUrl: String
promotionCount: Int!
hasNewPromotions: Boolean!
gid: String!
}

Fields

WalletMerchant.uuid ● String! non-null scalar

UUID of the merchant account

WalletMerchant.name ● String! non-null scalar

Name of the merchant

WalletMerchant.shopDomain ● String! non-null scalar

Shopify shop domain

WalletMerchant.logoUrl ● String scalar

URL of the merchant's logo

WalletMerchant.promotionCount ● Int! non-null scalar

Number of active promotions

WalletMerchant.hasNewPromotions ● Boolean! non-null scalar

Whether the merchant has any new promotions

WalletMerchant.gid ● String! non-null scalar

GID of the merchant

Member Of

WalletPromotionsResult object