Creates a new order transaction in TaxJar for sales tax reporting and compliance. This action records order transactions that will appear in the TaxJar dashboard for tax filing purposes. The transaction includes customer location, order amounts, shipping costs, and sales tax col…
amountRequirednumberTotal amount of the order including shipping, excluding sales tax. If line_items are provided, must equal sum of (quantity * unit_price - discount) for all items plus shipping.
to_latnumberLatitude of the destination address
to_lngnumberLongitude of the destination address
to_zipRequiredstringPostal code of the order destination
to_citystringCity of the order destination
user_idstringIdentifier of the user associated with the transaction
shippingRequirednumberTotal shipping amount for the order
to_stateRequiredstringTwo-letter state code for the order destination
sales_taxnumberSales tax collected for the order
to_streetstringStreet address of the order destination
line_itemsarrayLine items in the order. If provided, sum of (quantity * unit_price - discount) must equal amount minus shipping.
to_countryRequiredstringTwo-letter ISO country code of the order destination
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.