entity
Graphql fields and variables for the entity query
Scope required: admin:read
For a complete list of possible response fields see the Entity type.
query entity ($id: ID, $code: String, $format: String) {
entity (id: $id, code: $code, format: $format) {
abbreviation
accentColor
baseCurrencyId
billingCity
billingCountry
billingState
billingStreet
billingZip
brandColor
createdAt
customerServiceEmail
emailSenderName
emailTemplate
fax
fiscalYearStartMonth
id
invoiceNumberPrefix
invoiceNumberSeq
invoicesImageUrl
isDefault
name
phone
privacyUrl
quoteNumberPrefix
quoteNumberSeq
quotesImageUrl
refundPolicyUrl
taxId
termsUrl
timezone
topNavImageUrl
tzIdentifier
tzOffset
updatedAt
website
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?