How to get the tracking number of shipped package? #11908
Replies: 4 comments
-
|
I also found this problem, and I can only use a custom interface to request |
Beta Was this translation helpful? Give feedback.
-
|
Could I get you to explain the problem in detail? It's not clear from the code snippet above. cc @leosin |
Beta Was this translation helpful? Give feedback.
-
In other words, our Order API currently doesn't return labels or tracking_numbers.
Since I'm new to developing global shopping platforms, I'm not entirely sure about international practices. Perhaps customers don't need tracking numbers to track their shipments? However, it might be useful for anonymous customers. @olivermrbl |
Beta Was this translation helpful? Give feedback.
-
|
@thedevdude200 thanks for showing me this "fulfillments.labels" tag, I succeeded at getting tracking number in my storefront Then doing |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
In the admin api, I can get the tracking numbers from "fulfillments.labels". But I can't retrieve this data with the store front api
The response data has no "labels" field
Beta Was this translation helpful? Give feedback.
All reactions