-
Hi,
i am trying to exchange the LWA code i get from a seller following [Step 3. Amazon sends you the authorization information](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/dev…
-
To get complete order information now I need to make these request:
/orders/v0/orders
foreach (var order in orders)
{
/orders/v0/orders/{orderId}/orderItems
/orders/v0/orders/{orderId}/address to…
-
I try to get all shipping data of my orders in Amazon.
If I call
`orders/v0/orders/$amazon_order_id`
I receive all data, but for BuyerInfo nothing and for ShippingAddress only some data. For examp…
-
Hello,
I've been struggling for 2 days with the following [orders-api](https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md#operations)
![image](https://u…
-
Hello,
I am register as a developer. My app has been approved and published, but my developer ID is inactive and third party sellers cannot authorize access for my app on their Seller Accounts. The …
-
Hello,
I followed the documentation to use SP-API, but each time I got the error :
{
"errors": [
{
"message": "Access to requested resource is denied.",
"code": "Unauthorized",…
-
Below are some concise answers to questions multiple developers have been inquiring about, obtained directly from Seller Support. This is also a request to have better explanations in the documentatio…
-
is any one else having authorization issues with this endpoint (res status code 403)?
I am using the sellingpartnerapi-eu.amazon.com host
I'm passing authorization on all the other end points i ha…
-
I tested two authentication strategies to make calls to the sandbox:
1. Using STS (as documented)
2. Using a user permission
In the second approach give the user permission to use the documented …
-
I have been trying to use Amazon SP-API recently but somehow I am getting Unauthorized message.
Confirmed that
- my AWS IAM role has access policy for `execute-api`
- I'm able to get the `x-amz…