Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Implement bulk versions of order operations
These new methods can bulk add, update, and delete order lines in a much more efficient way than calling the single version multiple times. This is because they only need to perform the expensive order fetch & price adjustment a single time.
- Loading branch information