amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
534 stars 722 forks source link

GET orders/v0/orders with RDT token doesn't return buyerInfo and shipping address #3954

Closed AntonD1990 closed 4 weeks ago

AntonD1990 commented 4 weeks ago

Hello! I've the following issue and need help:

  1. I've successfully received RDT for buyerInfo and shippingAddress { "restrictedResources": [ { "method": "GET", "path": "/orders/v0/orders", "dataElements": "buyerInfo" }, { "method": "GET", "path": "/orders/v0/orders/", "dataElements": "shippingAddress" }, { "method": "GET", "path": "/orders/v0/orders", "dataElements": "buyerTaxInformation" } ] }
  2. Using this RDT in x-amz-access-token header I tried to call GET /orders/v0/orders and GET /orders/v0/orders/{OrderID}/buyerInfo methods.
  3. In the response there is only BuyerEmail and there are no Address 1 data
  4. All mandatory roles are enabled (Direct-to-Customer shipping, Tax Remittance, Tax Invoicing). Could you please tell me what is wrong?
harguph commented 4 weeks ago

Hello @AntonD1990 ,

If you are looking for shipping address please refer to getOrderAddress

In-case if this does not answer your query, please reach out to developer support so that we can better help you with issues related to SP API. Note: SP API related issues / troubleshooting support is managed by a different team. We can help if the issue is related to the content published on this repo.

Regards