open-api icon indicating copy to clipboard operation
open-api copied to clipboard

[FEATURE]: Support ePost Global as shipping carrier

Open sowsinsk opened this issue 2 years ago • 2 comments

Is there an existing ticket for this?

  • [x] I have searched the existing tickets

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

Currently, ePost Global is not supported as a shipping carrier. I would love to see ePost Global supported by Etsy. It would allow us to use the createReceiptShipment endpoint to fulfill orders complete with tracking information.

Thank you for considering!

Describe any alternatives you've considered

No response

Additional context

No response

sowsinsk avatar Aug 19 '22 18:08 sowsinsk

@sowsinsk In order to support new shipping carriers, we have to have some specific information. Often it's easiest to have the carrier contact us to discuss adding them. But lacking that, we'd have to get the following information:

  1. Example URLs for several shipments. We need to see what the url structure looks like such that we can direct users to a common url with a tracking code. For example: https://track.somecarrier.com/?tracking=xxxxxxxxx

  2. Example of some tracking codes (they can be fake, but must match the typical formatting of a tracking code for the carrier).

  3. We use Aftership as a common tool for interfacing with many carriers. If they already work with Aftership it should be simple enough to add them to our system.

I do see that they work with ShipStation. I believe that ShipStation is one of our existing carrier integrations. You may want to consider using ShipStation for a quicker resolution.

etsyachristensen avatar Sep 08 '22 21:09 etsyachristensen

@etsyachristensen I pulled together some information in hopes of ePost Global being a supported carrier in the future. The tracking website was sent to me by our ePost Global rep. It is their simplified tracking-only site that was recently launched. They also have a tracking portal on their corporate site here, but it doesn't support embedded tracking codes in the URL. The site below does.

  1. Example tracking URLs for shipments:

https://epgtrack.com/EPG250941300039727 https://epgtrack.com/EPG250941300039352 https://epgtrack.com/EPG250941300039260 https://epgtrack.com/EPG250941300039123

  1. Here are some examples of valid tracking codes. I checked all our tracking codes over the past 2 years, and they all follow the same format: 3-letter prefix of "EPG" + 15 digits.

EPG250941300027229 EPG250941300022699 EPG250941300020282 EPG250941300018159

  1. I checked, and ePost Global is supported by Aftership here

Thanks for considering this. If you need any other information, please let me know.

sowsinsk avatar Oct 19 '22 14:10 sowsinsk