Skip to main content

Merchant

The merchant business this data belongs to — the name, trade and reporting currency behind every order and product below.

type Merchant {
id: ID!
name: String!
sector: String!
currency: CurrencyCode!
}

Fields

Merchant.id ● ID! non-null scalar

The stable identifier of this merchant business, unique across the platform.

Merchant.name ● String! non-null scalar

The trading name of the business, as it appears to its customers.

Merchant.sector ● String! non-null scalar

The trade the business is in, in the merchant's own words — for example "Beauty and personal care". Not a classification code.

Merchant.currency ● CurrencyCode! non-null enum

The currency every amount this module reports for the merchant is denominated in.

Returned By

merchant query