oxidecomputer / cio

Rust libraries for APIs needed by our automated CIO.
Apache License 2.0
264 stars 42 forks source link

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

Open defcronyke opened 1 year ago

defcronyke commented 1 year ago

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?