Replies: 2 comments 2 replies
|
Hi thanh-it, thank you for taking the time to describe your use case. The missing address fields are most likely caused by your application not being approved under a certain category — Commercial Access alone is not sufficient to retrieve those fields. Regarding the |
|
Why update tracking number error code 403 {"error":"Unauthorized"}? |
Uh oh!
There was an error while loading. Please reload this page.
Confirmation
Question / discussion
Hello Etsy Open API team,
Our application has Commercial Access, and Etsy sellers connect their shops to our application through OAuth.
We are using the
transactions_rscope and retrieving orders through endpoints such as:GET /v3/application/shops/{shop_id}/receipts
GET /v3/application/shops/{shop_id}/receipts/{receipt_id}
The API successfully returns the order/receipt information, but we are not receiving the recipient's name and shipping address information.
The affected fields include:
These fields are either missing, null, or empty in the ShopReceipt response.
The same order contains the recipient name and full shipping address when viewed directly in Etsy Seller/Shop Manager, so the shipping information exists on the Etsy order.
We understand from the API documentation that access to some ShopReceipt address fields may depend on the region and Etsy Preferred Partner status.
Could you please clarify:
Is the missing shipping address caused by our Commercial Access application not having Preferred Partner status or not being in an approved category?
Does the same restriction also apply to the
namefield? The current API documentation appears to specifically mention restrictions for the address fields, but notname.What permission or application approval is required for a Commercial Access application to retrieve the recipient name and complete shipping address?
Is access determined by the Commercial Application itself, the connected Etsy seller/shop, the seller's region, or the buyer/shipping destination?
If our application needs this information specifically for order management and fulfillment, what is the current process for requesting access?
Our use case requires the recipient name and shipping address only for order fulfillment on behalf of Etsy sellers who explicitly connect their shops to our application.
We do not use this information for marketing or any unrelated purpose.
Thank you.

All reactions