Postman AWS Signature for SP-API not working

935 Views Asked by At

I am trying out SP-API catalog items API from postman. Trying to signing request using AWS Signature provided in postman. But getting the following error.
enter image description here

Headers used enter image description here

Getting the following error

{
"errors": [
    {
        "message": "Credential should be scoped to correct service: 'execute-api'. ",
        "code": "InvalidSignature"
    }
]

}

3

There are 3 best solutions below

0
Jiga On

Try to set "Service name" to "execute-api"

0
Mayur Pathak On

You have entered wrong data in [Service Name]

Set execute-api in Service Name

enter image description here

0
Gil13 On

Set your your SecretKey = awsSecretAccessKey you recieved when you authorized the app.