entityValidateAddress

Graphql fields and variables for the entityValidateAddress mutation

Replaces a company address with a validated address

Scope required: admin:write

mutation entityValidateAddress ($entityId: ID!) {
  entityValidateAddress (entityId: $entityId) {
      entity {
        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

{
  "entityId": "456123"
}
Name
Type
Description

entityId

ID

Response

Name
Type
Description

entity

Last updated

Was this helpful?