-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect order shipments and items information #26
Comments
This is an example with Amazon's new |
Are you seeing this same issue on the order history page as well? I don't believe they've changed (as much) that page (yet), but just wanted to check. If so, could you upload the HTML of that page too? |
I got the error by directly querying this order. So, no order history is involved in this test case. However, initially I noticed the problem when the whole order history for the year was requested.
|
I have a fix for the order details page version of this, it should be available shortly. If you see a similar issue on order history, do please submit that as well so I can address (though it's possible my fix will address both). Thanks! |
Thank you. Will do.
|
This should now be resolved in |
confirmed working |
Acknowledgements
debug
mode and am attaching relevant console logs and HTML filesOperating System
Linux
Python Version
3.10.12
amazon-orders Version
3.2.0
Describe the Bug
The attached order generates incorrect shipment and items information:
[<Shipment: "[<Item: "Dxhycc Satin Pirate Sash Pirate Medieval Renaissance Large Sash Halloween Costume Waist Sash Belt, Red">, <Item: "The Crucible: A Play in Four Acts">]">]
[<Item: "Dxhycc Satin Pirate Sash Pirate Medieval Renaissance Large Sash Halloween Costume Waist Sash Belt, Red">, <Item: "The Crucible: A Play in Four Acts">]
The order should contain two shipments and four items total: three in the first shipment and one in the second.
order-details_0 - Copy.zip
Steps to Reproduce
See attached file
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: