Skip to content

MarketData

The MarketData object includes data on a given market, which is identified using the Market enum.

type MarketData {
identifier: Market!
postalCodes: [String!]!
}
FieldTypeDescription
identifierMarket!The market’s identifier represented by the Market enum.
postalCodes[String!]!The string list of postal codes in this market where we provide our services.