Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Avalara] Don't break out order items #2102

Closed
brent-hoover opened this issue Apr 11, 2017 · 2 comments
Closed

[Avalara] Don't break out order items #2102

brent-hoover opened this issue Apr 11, 2017 · 2 comments
Assignees

Comments

@brent-hoover
Copy link
Collaborator

Currently the order items (not cart items) are "exploded" out, adding a new line item for every quantity (e.g. 30 X Item = 30 line items with a quantity of 1).

We want to change the behavior so that order items are kept as an aggregate until they are operated upon, e.g. split-shipped/returned etc. Then they should be broken out.

This change should be made in a backwards-compatible way so that people with existing orders don't experience any issues.

@brent-hoover brent-hoover self-assigned this Apr 11, 2017
@brent-hoover brent-hoover added this to the v1.2.x milestone Apr 11, 2017
@brent-hoover brent-hoover changed the title Don't break out order items [Avalara] Don't break out order items Apr 11, 2017
@brent-hoover
Copy link
Collaborator Author

I have this working but I don't know this is going to work with people who have existing orders. Trying to figure out a migration strategy.

@brent-hoover
Copy link
Collaborator Author

Closed via #2119

@ghost ghost removed the review label Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant