user profile
Sign in
user profile

Error when trying to call both buyer and shipping information (SP-API)

by Seller_q2GEzRhGRfGlh

Hello - we have this restricted access granted to us, so in theory it should be working, but it’s not. Does anyone know why? They recently denied our tax use application. This is on the SP-API.

When I use a restricted token to make the call to orders (requesting buyer and shipping information) I’m still getting the following:

{

“errors”: [

{

“message”: “Access to requested resource is denied.”,

“code”: “Unauthorized”,

“details”: “”

}

]

}

Does anyone have any suggestions?

Tags: Pricing
00
50 views
3 replies
Reply
3 replies
Quick filters
Sort by
user profile
Seller_a8169BduAGvq6
In reply to: Seller_q2GEzRhGRfGlh's post

You need to provide more information about your request. Which call are you trying to make? From my test I received the same error whenever I requested the token using the following payload

{
  "restrictedResources": [
    {
      "method": "GET",
      "path": "/orders/v0/orders/"
    }
  ]
}

The only way I got results was when the token was requested with the order number.

{
  "restrictedResources": [
    {
      "method": "GET",
      "path": "/orders/v0/orders/123-AMAZON-ORDER"
    }
  ]
}
Reply
00
There are no more posts to display
Go to original post

Similar Discussions