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

Incorrect order shipments and items information #26

Closed
4 tasks done
mkhazhinsky opened this issue Nov 8, 2024 · 7 comments
Closed
4 tasks done

Incorrect order shipments and items information #26

mkhazhinsky opened this issue Nov 8, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@mkhazhinsky
Copy link

Acknowledgements

  • I have written a descriptive issue title
  • I have searched Issues to see if the bug has already been reported
  • I have searched Stack Overflow to ensure the issue I'm experiencing has not already been discussed
  • If possible, I have enabled debug mode and am attaching relevant console logs and HTML files

Operating 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

@mkhazhinsky mkhazhinsky added the bug Something isn't working label Nov 8, 2024
@alexdlaird
Copy link
Owner

This is an example with Amazon's new data-component fields, which I've recently added support for, and am trying to troubleshoot (they just added it a couple weeks ago). So thanks so much for this example, it'll help greatly!

@alexdlaird
Copy link
Owner

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?

@mkhazhinsky
Copy link
Author

mkhazhinsky commented Nov 8, 2024 via email

@alexdlaird
Copy link
Owner

alexdlaird commented Nov 8, 2024

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!

@mkhazhinsky
Copy link
Author

mkhazhinsky commented Nov 8, 2024 via email

@alexdlaird
Copy link
Owner

This should now be resolved in 3.2.1. Thanks!

@mkhazhinsky
Copy link
Author

confirmed working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants