Releases: alexdlaird/amazon-orders
Releases · alexdlaird/amazon-orders
3.2.15
3.2.14
Added
Order.free_shipping
field.
Fixed
- Duplicate currency symbol in CLI output for Order details.
3.2.13
Fixed
- Broken parsing when
Transaction.order_number
is not selected from<a>
tag. - Parsing issue with
Transaction.seller
in pending Transactions.
3.2.12
Fixed
Order.coupon_savings
andOrder.promotion_applied
may have multiple values, sum if so.
3.2.11
Added
Order.coupon_savings
field, which is now parsed alongside other subtotals.
3.2.10
Fixed
- When
full_details=True
is set and an Order's details page can't be parsed, the partial Order will still be returned (along with a warning that it's not fully populated). - Broken parsing when Amazon renders a completely empty Transaction div.
3.2.9
Added
- Further support for Amazon's new
data-component
tag on order ID and order date.
3.2.8
Added
- Dependency and documentation improvements (including fixing links to BeautifulSoup entities).
3.2.7
Added
- Fixes for parsing Amazon Fresh and Whole Foods Market orders, so they no longer need to be skipped (but their Items and Shipments will still be empty).
3.2.6
Added
- Add generic integration tests for Transactions, now in weekly run.
- Other test improvements.
Fixed
- Broken parsing when Transaction is pending.