Shipping API V2/V1 #4023
Unanswered
melbin2827
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get tracking information for a particular order through the API call
https://sandbox.sellingpartnerapi-eu.amazon.com/shipping/v2/tracking?trackingId={trackingId}&carrierId={carrierId}
I tried running this on Postman with the right trackingId, CarrierId and passing the Access Token in header as
x-amz-access-token .....
But I end up getting this error
{
"errors": [
{
"code": "Unauthorized",
"message": "Access to requested resource is denied.",
"details": ""
}
]
}
Even though the values are right. What might be going wrong, Any and all help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions