Closed Daniell-Green closed 2 months ago
Hi @Daniell-Green,
thanks for reaching out!
Please note that marketplaceIds
needs to be submitted in the query parameters and not in the body. In your case you have to explicitly provide marketplaceId
in the put_listings_item
call. Hope that helps!
Thanks,
Marc
Selling Partner Developer Services
Thank you, that worked :)
resolved!
Hello everyone!
I'm working on integrating the Amazon SP API to update item dimensions for a specific SKU. However, I'm encountering an error that states "invalid marketplaceIds provided" with no details.
I have verified that I'm passing the correct marketplace ID, but the error persists. Below is the minimal code I'm using to reproduce the issue:
Details:
Request_body:
Response:
Error updating item dimensions: [{'code': 'InvalidInput', 'message': "Invalid 'marketplaceIds' provided.", 'details': ''}]
What could be causing this error, and how can I resolve it? Any help would be greatly appreciated!