reactioncommerce / reaction

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
https://mailchimp.com/developer/open-commerce/
GNU General Public License v3.0
12.35k stars 2.17k forks source link

Avalara tax reporting #1704

Closed aaronjudd closed 7 years ago

aaronjudd commented 7 years ago

Implement Avalara Tax reporting.

Currently we've implemented rate look up, the next part of the process is reporting the rates when an order has been completed. TaxCodes (assignment on the PDP, and submission during lookup) are also a requirement for implementation.

Documentation: http://developer.avalara.com/avatax/

Related to #1692 and #1699.

brent-hoover commented 7 years ago

Should reporting be something that you have an option to turn on/off or just happens automatically when you are using this API?

aaronjudd commented 7 years ago

Good question, I guess it would be nice to have it as an option that could be disabled. I can see just wanting to use the tax rate lookups, and nothing else.

brent-hoover commented 7 years ago

Closed via #1733 . Next stage in #1793