-
Hi, I have authorized the data from German market and successfully retrieve the Token. But I end up with the SellingApiForbiddenException. My code is: credentials = dict( ) The error message is: SellingApiForbiddenException: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}] Can anyone help to solve this issue? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try: from sp_api.base import Marketplaces |
Beta Was this translation helpful? Give feedback.
Try:
from sp_api.base import Marketplaces
ReportsV2(credentials=credentials, marketplace=Marketplaces.DE)