Replies: 1 comment 3 replies
-
You have to import Marketplaces and use
for the uk marketplace. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All: Just trying to get the API to work for the first time. Trying to retrieve orders using only the basic default code. Getting an error AttributeError: 'tuple' object has no attribute 'endpoint' . I guess I am missing something in the specification of the marketplace attribute?
I'm new to AWS. I found this guide on service endpoints https://docs.aws.amazon.com/general/latest/gr/rande.html
and I see this "protocol://service-code.region-code.amazonaws.com"
which looks similar to the URL string in the marketplace attribute, but I can't find a permutation that works
Please help Thank you!
My code:
Here's the error msg in full:
Beta Was this translation helpful? Give feedback.
All reactions