HakanL / shippo-csharp-client

Shipping API C# library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
Apache License 2.0
5 stars 1 forks source link

Create a transaction (shipping label) with one API call #8

Open MohBrkat opened 1 year ago

MohBrkat commented 1 year ago

can you add support for creating a transaction with one API call, instead of the API that uses the rate? it is already supported here: [https://goshippo.com/docs/reference#transactions-create-instant](instant transaction) but there is no built-in class for it in the library.

HakanL commented 1 year ago

Feel free to submit a PR, if it's available in the upstream then it should be fairly easy to back-port into this repo.