Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shippo add "extra" Option field to NewShipment and Parcel to support insurance or other #282

Open
defcronyke opened this issue Nov 19, 2022 · 0 comments · May be fixed by #283
Open

Shippo add "extra" Option field to NewShipment and Parcel to support insurance or other #282

defcronyke opened this issue Nov 19, 2022 · 0 comments · May be fixed by #283

Comments

@defcronyke
Copy link

I would like shipping rates with shipping insurance included: https://goshippo.com/docs/insurance/

It's supported through a field named "extra" that's missing in NewShipment for single parcel shipments, and for multiple parcel shipments it's supported in an "extra" field on Parcel.

Can you please consider adding this "extra" field as an Option type so I don't have to use a fork of your crate for my project?

defcronyke added a commit to defcronyke/cio that referenced this issue Nov 19, 2022
Fixes oxidecomputer#282

Support getting Shippo shipping rates with
shipping insurance included:
https://goshippo.com/docs/insurance/

It's supported through a field named "extra"
that's missing in Shipment for single parcel
shipments, and for multiple parcel shipments
it's supported in an "extra" field on Parcel.

Add Extra and Insurance structs.
defcronyke added a commit to defcronyke/cio that referenced this issue Apr 11, 2024
Fixes oxidecomputer#282

Support getting Shippo shipping rates with
shipping insurance included:
https://goshippo.com/docs/insurance/

It's supported through a field named "extra"
that's missing in Shipment for single parcel
shipments, and for multiple parcel shipments
it's supported in an "extra" field on Parcel.

Add Extra and Insurance structs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant