You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access UK marketplace API and I am getting the below error. sp_api.base.exceptions.SellingApiForbiddenException: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}]
I am registered as a developer on the Amazon US marketplace and UK marketplace. US marketplace is working fine. I am using the same AWS role for both marketplaces. Below I am providing the credentials that I am using for both marketplaces.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @saleweaver,
I am trying to access UK marketplace API and I am getting the below error.
sp_api.base.exceptions.SellingApiForbiddenException: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}]
I am registered as a developer on the Amazon US marketplace and UK marketplace. US marketplace is working fine. I am using the same AWS role for both marketplaces. Below I am providing the credentials that I am using for both marketplaces.
US Marketplace:
lwa_app_id : us_lwa_client_id
lwa_client_secrtet: us_lwa_secret_key
refresh_token: us_lwa_refresh_token
aws_secret_key: aws_secret_key
aws_access_key : aws_access_key
role_arn: aws_role_arn
UK Marketplace:
lwa_app_id : uk_lwa_client_id
lwa_client_secrtet: uk_lwa_secret_key
refresh_token: uk_lwa_refresh_token
aws_secret_key: aws_secret_key
aws_access_key : aws_access_key
role_arn: aws_role_arn
Beta Was this translation helpful? Give feedback.
All reactions