Replies: 1 comment
-
Ok, that was a dummy question and I just figured it out by looking closer at the docs, so for anyone else stuck with this here's the code: res = Catalog(credentials=credentials).get_item('B000XXXXXXX', MarketplaceId='ATVPDKIKX0DER,includedData='identifiers'') .get_item method includes only summaries by deafult, I needed to changed includedData to show identifiers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried get_catalog_item and get.item but neither of them returns a product's upc code, does anyone know if that's possible?
Beta Was this translation helpful? Give feedback.
All reactions