Unauthrorized error when using Catalog API #95
jonathan-villanueva
started this conversation in
General
Replies: 1 comment 2 replies
-
Can you please, check in Seller Central what access has been granted to your credentials? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I get the error: sp_api.base.exceptions.SellingApiForbiddenException: [{'message': 'Access to requested resource is denied.', 'code': 'Unauthorized', 'details': ''}]
when I use the Catalog endpoint:
resp = Catalog(credentials=credentials).list_items(MarketplaceId=Marketplaces.US.marketplace_id, UPC='885909918164')
However I am using the same credentials and I do not have any problems using the Fees module.
Beta Was this translation helpful? Give feedback.
All reactions