open-api
open-api copied to clipboard
[FEATURE]: function getDeliveryStatus()
Is there an existing ticket for this?
- [X] I have searched the existing tickets
Is your feature request related to a problem? Please describe
Current Endpoint Schema No possibility to check status of every order, is it delivered or not.
Proposed Endpoint Schema Add function like getDeliveryStatus(receipt_id)
Why are you proposing this change? I have to check every order manually and update delivery status in the Order Management Software. It is too boring, taking into account that Etsy Control Panel shows such information and such routine may be coded without extra coding.
Describe the solution you'd like
Hi! I am proposing to add function to get delivery status of the order
function getDeliveryStatus(receipt_id) return status NonShipped, Shipped, Delivered and DeliveryDate for last case would appreciated
or at least add flag was_delivered to getShopReceipts
Most of Order Management Software may check Etsy and update status of the orders
Describe any alternatives you've considered
No response
Additional context
No response
Random question. How does Etsy know the "Delivery" status? Once the order has been dispatched to a delivery company then that's the end of what Etsy has access to is t it? Or am I missing something?
Random question. How does Etsy know the "Delivery" status? Once the order has been dispatched to a delivery company then that's the end of what Etsy has access to is t it? Or am I missing something?
Etsy use third party services, or their own to monitor tracking numbers. And shows such info about every order in the control panel.
Really? How have I never seen this before.
So when dispatching an order, I choose the shipping company (Royal Mail in my case), out in the tracking number, I'll then see the delivery status on the order?
Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: GoldenOwlDecor @.> Sent: Thursday, January 13, 2022 6:47:51 PM To: etsy/open-api @.> Cc: Gareth Doherty @.>; Comment @.> Subject: Re: [etsy/open-api] [FEATURE]: function getDeliveryStatus() (Issue #333)
Random question. How does Etsy know the "Delivery" status? Once the order has been dispatched to a delivery company then that's the end of what Etsy has access to is t it? Or am I missing something?
Etsy use third party services, or their own to monitor tracking numbers. And shows such info about every order in the control panel.
— Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fetsy%2Fopen-api%2Fissues%2F333%23issuecomment-1012412091&data=04%7C01%7C%7C39762b39e81346b3672808d9d6c5345d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637776964730421099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=SCC%2BlZyKwhqdjT0GBcjxoxw0jCSOLTxlStnOmWUB1O4%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKGDF2K5IYYRMXMADZJZX3UV4M5PANCNFSM5L3AXI7Q&data=04%7C01%7C%7C39762b39e81346b3672808d9d6c5345d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637776964730421099%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=qYefOuOPojlF%2BNwIbjT9Y3juGIwn4pcJytiwMHMjvCU%3D&reserved=0. You are receiving this because you commented.Message ID: @.***>
Really? How have I never seen this before. So when dispatching an order, I choose the shipping company (Royal Mail in my case), out in the tracking number, I'll then see the delivery status on the order?
Yes, you may see with some delay.
Click on any order in your shop: https://www.etsy.com/your/orders/
Note: This topic is for development ideas, but your question is related to basic user experience. Thank you.
Why ticket is closed. Any solution is proposed?
Apologies @GoldenOwlDecor I'd typed out a response, but clicked the wrong button. I get what you are asking for and this has been requested in the past and is on our radar for things to look into. I don't see the other ticket(s) at the moment, so I'll reopen this one.
+1
this would be most useful for us too
Highly desired. At least exposing a simple delivery status for USPS such as ['pretransit', 'intransit', 'delivered'] would be welcomed.