Add mail_class and tracking_url to receipt endpoints #821
emergingdzns
started this conversation in
Ideas
Replies: 1 comment
-
|
I believe this info is found inside the nested shipping object of the receipt. If you don't see it there then see if it's at the transaction level |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the differences between V2 and V3 is the data returned for the receipt. In V2 the api returned "mail_class" which would provide the class chosen for the carrier (USPS - first class, media, 3-day etc, UPS - ground, next-day etc). At the moment, it doesn't seem like we get this kind of info. If it is provided, can you clarify how we would derive this from a receipt?
Also, if at all possible, and whenever possible, can you also provide the tracking URL for the shipment?
Beta Was this translation helpful? Give feedback.
All reactions