Merchant
The merchant, including company status, address, and formatting preferences.
Type Definition
type Merchant {
isOnTrial: Boolean
address: Address
isCompany: Boolean
dateFormat: String
timeFormat: String
datetimeFormat: String
timeZone: String
}Fields
Relationships
The Merchant type contains a relationship to the Address type through the address field, which returns the merchant’s address information including location and contact details.
Example
{
merchant {
isOnTrial
isCompany
dateFormat
timeFormat
datetimeFormat
timeZone
address {
city
country
}
}
}Implements
This type does not implement any interfaces.