EasyPost / easypost-csharp

EasyPost Shipping API Client Library for .NET and .NET Framework applications
https://easypost.com/docs/api
MIT License
66 stars 74 forks source link

[fix] Add missing parameters for creating orders #561

Closed nwithan8 closed 7 months ago

nwithan8 commented 7 months ago

Description

Pull Request Type

Please select the option(s) that are relevant to this PR.

nwithan8 commented 7 months ago

In draft while discussed internally.

nwithan8 commented 7 months ago

Can we get some tests for these or some e2e tests? Orders are kind of tricky where most of these details will typically be on each shipment and not on the parent order (addresses aside). I'd like to avoid adding params that aren't valid at the parent level by testing first.

We have confirmed internally that these parameters are accepted in certain multi-parcel scenarios. It's not guaranteed that they will always be respected versus ignored, but it's important that we make them available for end-users to use as needed.