Replies: 1 comment 1 reply
-
You must use ItemCondition parameter instead Item_condition |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm struggling to get correct response in Product-API for get_item_offers().
here is my code.
res_product = Products(credentials=credentials, marketplace=Marketplaces.JP)
res = res_product.get_item_offers(asin='B07QBXMY2Z', item_condition='New')
it returns following message.
sp_api.base.exceptions.SellingApiBadRequestException: [{'message': 'Missing or invalid request parameters: [ItemCondition]', 'code': 'InvalidInput'}]
I've read documentation many times, but it seems my code is correct.
How do I solve it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions