You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: