Catalogue search issue #1251
Unanswered
michalaleksandrowicz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am lost searchng Amazon catalogue through the api, really realy stuck. This is what I have:
search_client = CatalogItems(Marketplaces.DE, version=CatalogItemsVersion.V_2022_04_01)
response = search_client.search_catalog_items(keywords='5908226973083', identifiersType='EAN',includedData='attributes,identifiers,summaries,productTypes')
And I am getting this all the time:
[{'code': 'InvalidInput', 'message': "Invalid 'identifiersType' parameter provided with 'keywords'.",
'details': ''}]
Would anyone know what is it that I am doing wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions