AvaTax

Version v2
APConfigSetting
Accounts
Addresses
AvaFileForms
Batches
CertExpressInvites
Certificates
Clerk
CommunicationCertificates
Companies
Compliance
Contacts
CostCenter
Customers
DataSources
Definitions
DistanceThresholds
DomainControlVerification
ECommerceToken
EcmEventNotifications
EcoNexusThreshold
FirmClientLinkages
FormTypeMapping
FundingRequests
GLAccount
Items
ItemsReverseSync
Jobs
JurisdictionOverrides
Locations
MultiDocument
Nexus
Notices
Notifications
Provisioning
Registrar
Reports
Settings
Subscriptions
TaxCodes
TaxContent
TaxRules
Transactions
Upcs
UserDefinedFields
Users
Utilities
VendorCertificates
Vendors

AddressesModel

Information about all the addresses involved in this transaction.

For a physical in-person transaction at a retail point-of-sale location, please specify only one address using the singleLocation field.

For a transaction that was shipped, delivered, or provided from an origin location such as a warehouse to a destination location such as a customer, please specify the shipFrom and shipTo addresses.

In the United States, some jurisdictions recognize the address types pointOfOrderOrigin and pointOfOrderAcceptance. These address types affect the sourcing models of some transactions.

VAT transactions support a goodsPlaceOrServiceRendered address, which indicates where goods are located or where services are rendered. VAT transactions also support an import address, which specifies the address of the buyer importing a good from another country.

India GST transactions support a billTo address, which specifies where invoices and other billing-related information are sent to the buyer.

If latitude and longitude information is provided for any of these addresses along with line, city, region, country and postal code information, we will be using only latitude and longitude and will discard line, city, region, country and postal code information for the transaction. Please ensure that you have the correct latitude/longitude information for the addresses prior to using the API. If you provide either latitude or longitude information but not both, we will be using the line, city, region, country and postal code information for the addresses.

Parameters
singleLocationOptional
AddressLocationInfo

If this transaction occurred at a retail point-of-sale location, provide that single address here and leave all other address types null.

shipFromOptional
AddressLocationInfo

The origination address where the products were shipped from, or from where the services originated.

shipToOptional
AddressLocationInfo

The destination address where the products were shipped to, or where the services were delivered.

pointOfOrderOriginOptional
AddressLocationInfo

The place of business where you receive the customer's order. This address type is valid in the United States only and only applies to tangible personal property.

pointOfOrderAcceptanceOptional
AddressLocationInfo

The place of business where you accept/approve the customer’s order, thereby becoming contractually obligated to make the sale. This address type is valid in the United States only and only applies to tangible personal property.

goodsPlaceOrServiceRenderedOptional
AddressLocationInfo

The address where the goods are located or where services are rendered. This address type is valid only for VAT transactions.

importOptional
AddressLocationInfo

The address of the buyer importing a good from another country. This address type is valid only for VAT transactions.

billToOptional
AddressLocationInfo

The address where invoices and other billing-related information are sent to the buyer. This address type is only for India GST transactions.