Closed cagataysayg closed 3 years ago
Hello,
I think you probably have the wrong repository for this request, as it looks like you are trying to access the Selling Partners API? If so, please try starting at https://developer.amazonservices.com/support.
Thx,
Ian
Hello, I'm developing with sp-api but I did all the requierments, authorization and kind of stuffs. That's the sign of request below. I'm trying to solve this problems for days. And I'm developing with nodejs.
{ path: '/catalog/v0/items?MarketplaceId=ATVPDKIKX0DER&Query=toys', method: 'GET', host: 'sellingpartnerapi-na.amazon.com', region: 'us-east-1', service: 'execute-api', headers: { 'User-Agent': 'MyAmazonApp/1.0 (Language=JavaScript;)', 'x-amz-access-token': 'Atza|I*', Host: 'sellingpartnerapi-na.amazon.com', 'X-Amz-Security-Token': 'Fw***, 'X-Amz-Date': '20210315T115020Z', Authorization: 'AWS4-HMAC-SHA256 Credential=ASIASEECTM3DPLDT46EP/20210315/us-east-1/execute-api/aws4_request, SignedHeaders=host;x-amz-access-token;x-amz-date;x-amz-security-token, Signature=da2*****' } }