TaxJar integration (Finance, Data). Imported from open-connector.
https://api.taxjar.com/v2/taxes
| Param | Type | Required | Description |
|---|---|---|---|
| from_country | string | required | Origin country code, using ISO 3166-1 alpha-2 format. |
| from_zip | string | required | Origin ZIP or postal code. |
| from_state | string | required | Origin state or province. |
| from_city | string | optional | Origin city. |
| from_street | string | optional | Origin street address. |
| to_country | string | required | Destination country code, using ISO 3166-1 alpha-2 format. |
| to_zip | string | required | Destination ZIP or postal code. |
| to_state | string | required | Destination state or province. |
| to_city | string | optional | Destination city. |
| to_street | string | optional | Destination street address. |
| amount | number | required | Order amount excluding shipping. |
| shipping | number | required | Shipping cost for the order. |
| customer_id | string | optional | TaxJar customer identifier, if known. |
| exemption_type | string | optional | Exemption type for the order. |
| nexus_addresses | array | optional | Seller nexus addresses to consider for the tax calculation. |
| line_items | array | optional | Line items in the order. |
/rates/{zip}
| Param | Type | Required | Description |
|---|---|---|---|
| zip | string | required | ZIP or postal code for the location. |
| country | string | optional | Country code for the location, using ISO 3166-1 alpha-2 format. |
| state | string | optional | State or province for the location. |
| city | string | optional | City for the location. |
| street | string | optional | Street address for rooftop-level rates when available. |
/categories
/nexus/regions
/summary_rates
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to retrieve. |
| per_page | integer | optional | Number of customers per page. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | TaxJar customer identifier. |
| customerId | string | required | Path parameter: customerId |
/customers
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | TaxJar customer identifier. |
| exemption_type | string | required | Customer exemption type, such as wholesale, government, non_profit, or other. |
| name | string | required | Customer name. |
| country | string | optional | Customer country code, using ISO 3166-1 alpha-2 format. |
| state | string | optional | Customer state or province. |
| zip | string | optional | Customer ZIP or postal code. |
| city | string | optional | Customer city. |
| street | string | optional | Customer street address. |
| exempt_regions | array | optional | Customer exempt regions. |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | TaxJar customer identifier. |
| exemption_type | string | required | Customer exemption type, such as wholesale, government, non_profit, or other. |
| name | string | required | Customer name. |
| country | string | optional | Customer country code, using ISO 3166-1 alpha-2 format. |
| state | string | optional | Customer state or province. |
| zip | string | optional | Customer ZIP or postal code. |
| city | string | optional | Customer city. |
| street | string | optional | Customer street address. |
| exempt_regions | array | optional | Customer exempt regions. |
| customerId | string | required | Path parameter: customerId |
/customers/{customerId}
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | string | required | TaxJar customer identifier. |
| customerId | string | required | Path parameter: customerId |
/transactions/orders
| Param | Type | Required | Description |
|---|---|---|---|
| from_transaction_date | string | required | Start transaction date in YYYY-MM-DD format. |
| to_transaction_date | string | required | End transaction date in YYYY-MM-DD format. |
| provider | string | optional | Optional source provider filter used by TaxJar. |
/transactions/orders/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | TaxJar transaction identifier. |
| transactionId | string | required | Path parameter: transactionId |
/transactions/orders
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | Unique transaction identifier. |
| transaction_date | string | required | Transaction date in YYYY-MM-DD format. |
| provider | string | optional | Optional source provider name. |
| to_country | string | required | Destination country code, using ISO 3166-1 alpha-2 format. |
| to_zip | string | required | Destination ZIP or postal code. |
| to_state | string | required | Destination state or province. |
| to_city | string | optional | Destination city. |
| to_street | string | optional | Destination street address. |
| amount | number | required | Order total including shipping and excluding sales tax. |
| shipping | number | required | Shipping cost for the order. |
| sales_tax | number | optional | Sales tax collected for the order. |
| user_id | string | optional | Optional TaxJar user identifier. |
| exemption_type | string | optional | Exemption type applied to the order. |
| to_lat | number | optional | Destination latitude. |
| to_lng | number | optional | Destination longitude. |
| nexus_addresses | array | optional | Seller nexus addresses for the transaction. |
| line_items | array | optional | Order line items. |
/transactions/orders/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | Unique transaction identifier. |
| transaction_date | string | optional | Transaction date in YYYY-MM-DD format. |
| provider | string | optional | Optional source provider name. |
| to_country | string | optional | Destination country code, using ISO 3166-1 alpha-2 format. |
| to_zip | string | optional | Destination ZIP or postal code. |
| to_state | string | optional | Destination state or province. |
| to_city | string | optional | Destination city. |
| to_street | string | optional | Destination street address. |
| amount | number | optional | Order total including shipping and excluding sales tax. |
| shipping | number | optional | Shipping cost for the order. |
| sales_tax | number | optional | Sales tax collected for the order. |
| user_id | string | optional | Optional TaxJar user identifier. |
| exemption_type | string | optional | Exemption type applied to the order. |
| to_lat | number | optional | Destination latitude. |
| to_lng | number | optional | Destination longitude. |
| nexus_addresses | array | optional | Seller nexus addresses for the transaction. |
| line_items | array | optional | Order line items. |
| transactionId | string | required | Path parameter: transactionId |
/transactions/orders/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | TaxJar transaction identifier. |
| transactionId | string | required | Path parameter: transactionId |
/transactions/refunds
| Param | Type | Required | Description |
|---|---|---|---|
| from_transaction_date | string | required | Start transaction date in YYYY-MM-DD format. |
| to_transaction_date | string | required | End transaction date in YYYY-MM-DD format. |
| provider | string | optional | Optional source provider filter used by TaxJar. |
/transactions/refunds/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | TaxJar transaction identifier. |
| transactionId | string | required | Path parameter: transactionId |
/transactions/refunds
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | Unique refund transaction identifier. |
| transaction_date | string | required | Refund transaction date in YYYY-MM-DD format. |
| transaction_reference_id | string | required | Original order transaction identifier. |
| provider | string | optional | Optional source provider name. |
| to_country | string | required | Destination country code, using ISO 3166-1 alpha-2 format. |
| to_zip | string | required | Destination ZIP or postal code. |
| to_state | string | required | Destination state or province. |
| to_city | string | optional | Destination city. |
| to_street | string | optional | Destination street address. |
| amount | number | required | Refund amount excluding sales tax. |
| shipping | number | optional | Shipping amount refunded. |
| sales_tax | number | optional | Sales tax refunded. |
| line_items | array | optional | Refund line items. |
/transactions/refunds/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | Unique refund transaction identifier. |
| transaction_date | string | optional | Refund transaction date in YYYY-MM-DD format. |
| transaction_reference_id | string | optional | Original order transaction identifier. |
| provider | string | optional | Optional source provider name. |
| to_country | string | optional | Destination country code, using ISO 3166-1 alpha-2 format. |
| to_zip | string | optional | Destination ZIP or postal code. |
| to_state | string | optional | Destination state or province. |
| to_city | string | optional | Destination city. |
| to_street | string | optional | Destination street address. |
| amount | number | optional | Refund amount excluding sales tax. |
| shipping | number | optional | Shipping amount refunded. |
| sales_tax | number | optional | Sales tax refunded. |
| line_items | array | optional | Refund line items. |
| transactionId | string | required | Path parameter: transactionId |
/transactions/refunds/{transactionId}
| Param | Type | Required | Description |
|---|---|---|---|
| transaction_id | string | required | TaxJar transaction identifier. |
| transactionId | string | required | Path parameter: transactionId |
/validation
| Param | Type | Required | Description |
|---|---|---|---|
| vat_number | string | required | VAT identification number to validate. |