Pickup api generates invalid payload when parcels_count is used and not tracking_numbers due to not enough information about the parcels themselves
#1105
Unanswered
ChrisNolan
asked this question in
Q&A
Replies: 0 comments
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.
-
For fedex at least, it generates this
which when used with 'FDXG' (i.e. Ground) this results in a
As noted above, if tracking numbers are sent, it pulls the correct parcel information from the system.
How would you handle this?
Expose some 'parcel' information to the shipment api? just give a raw weight (but that assumes it is only a single parcel so...)
Beta Was this translation helpful? Give feedback.
All reactions