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
618 stars 741 forks source link

Endpoint to get customer order billing information #1610

Closed ferrarinim closed 2 years ago

ferrarinim commented 3 years ago

I'm using Amazon Selling Partner API to import orders in my application. I'm using orders/v0/orders to get the orders list and foreach order returned I call

/orders/v0/orders/{orderId}/address to get shipping address /orders/v0/orders/{orderId}/orderItems to get items in order /orders/v0/orders/{orderId}/buyerInfo to get buyerEmail and buyerName Now, the last thing I need is to get the eventual billing address.

I search in SP-API documentation but I didn't find anything useful.

kevinvenclovas commented 2 years ago

Hi, did you get the BuyerTaxInfo in the BuyerInfo back ? https://github.com/amzn/selling-partner-api-models/issues/414

Johnny99211 commented 2 years ago

Any news regarding this topic? I've the exact same problem migration from the old MWS to the new SP API but still can not see any billing address response, even with PII access...

braeutigamj commented 2 years ago

I asked the "Amazon API Technical Integration Support **-Paid" in October 2021 and this was the response: I have checked with internal teams and Unfortunately, it seems that is no option to fetch billing address through APIs at the moment. However, I would like to suggest you to try allowing billing details in your order reports in the seller central website and and fetch the GET_ORDER_REPORT_DATA_INVOICING report through Reports API and check if your required details are being fetched.

At that time, there were no plans to integrate the billing information into the API.

github-actions[bot] commented 2 years ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

github-actions[bot] commented 2 years ago

closed for inactivity