Postman AWS Signature for SP-API not working

917 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
On

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

0
On

You have entered wrong data in [Service Name]

Set execute-api in Service Name

enter image description here

0
On

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