EasyPost / easypost-go

Golang bindings for the EasyPost API
https://easypost.com/docs/api
ISC License
42 stars 17 forks source link

[Feat]: Add Commercial Invoice Signature & Letterhead to ShipmentOptions struct #198

Closed elmarw closed 1 year ago

elmarw commented 1 year ago

Feature Request Is New

Description of the feature

Your support department told me to add the following data to the options object while creating a shipment:

"options": {
  "commercial_invoice_signature": "IMAGE_2",
  "commercial_invoice_letterhead": "IMAGE_1"
}

However theres are not in the ShipmentOptions struct. How to solve this? And maybe worth adding this?