Replies: 2 comments 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, In v0, putTransportDetails requires shipment tracking numbers using TrackingId (small parcel) and PRO number (LTL). In v2024-03-20, updateShipmentTrackingDetails requires shipment ID and tracking details for LTL or small parcel shipments. |
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
-
Hi
We’re migrating our integrations to the Fulfillment Inbound API v2024-03-20 due to the deprecation of the getTransportDetails operation in version v0. However, we’ve encountered challenges replacing the TrackingId and TransportStatus fields, previously obtained via getTransportDetails.
TrackingId:
The documentation suggests this data is now available through the listTransportationOptions or listDeliveryWindowOptions operations. However, after testing and further investigation, we found that the field is only referenced in the getShipment operation under the optional trackingDetails section, which is always returned empty in our tests.
TransportStatus:
We haven’t found any equivalent field or data point in the new API to replace this functionality.
Have you found reliable replacements or workarounds for these fields in the new API?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions