Replies: 3 comments
-
|
The system already supports a full 'test mode'. Would this give you what you need? Address Validation on its own is also a separate step. What part of the 'shipment configuration' do you see that would require a full label creation that isn't covered by the 'rate shopping'? |
Beta Was this translation helpful? Give feedback.
-
As address/shipment validation is carrier specific and can depend on many things (is the service available for the specific location, is the address valid for the selected carrier and service, are all provided details valid etc), there should be support for a simple "dry-run" for a label as many carriers offer it in their API. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I've been doing Fedex mostly lately and they have their 'Validate Shipment' as a separate step after the 'Validate Address'... but look at that, karrio isn't doing anything with that end point either. That would fit here I'd think too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
DHL Parcel and other carriers allow to use the CreateShipment API with a dummy flag. This allows to dry-run a shipment without actually creating a paid label, which can be used as a proper way to validate a destination address with this carrier or test a certain shipment configuration.
Please expose this functionality within karrio by adding a dry_run flag to the shipments endpoint.
Beta Was this translation helpful? Give feedback.
All reactions