Skip to main content

Merchant

A merchant for a link.

type Merchant {
brands: [Brand!]!
department: String!
heroImage: String
id: ID!
name: String!
products(
currency: Currency
first: Int!
): [Link!]!
website: String!
}

Fields​

Merchant.brands ● [Brand!]! non-null object​

Brands owned by this merchant

Merchant.department ● String! non-null scalar​

Merchant's department

Merchant.heroImage ● String scalar​

Merchant's hero image URL

Merchant.id ● ID! non-null scalar​

Merchant's ID

Merchant.name ● String! non-null scalar​

Merchant's name

A list of the merchant's product links, max: 8

Merchant.products.currency ● Currency enum​
Merchant.products.first ● Int! non-null scalar​

The number of product links to return

Merchant.website ● String! non-null scalar​

Merchant's Website

Member of​

Brand object ● Giftcard object ● Intent object ● LabelPromotion object ● Link object ● Location object ● WeeklySummary object