goshippo / shippo-python-client

Shipping API Python library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
123 stars 70 forks source link

Include Order and LineItem object #69

Closed fundthmcalculus closed 2 years ago

fundthmcalculus commented 3 years ago

Initial support for the beta Object type and nested LineItem type. This is a key functionality for synchronizing orders into shippo in addition to shipping labels.

fundthmcalculus commented 3 years ago

retest

fundthmcalculus commented 3 years ago

@jfriedr any thoughts on this support?

jfriedr commented 3 years ago

@fundthmcalculus thanks for including this! Overall looks good. Do you have any quick examples we could throw in here?

https://github.com/goshippo/shippo-python-client/tree/master/examples

fundthmcalculus commented 3 years ago

I don't off the top of my head, but it is pretty straightforward. Let me make one.

fundthmcalculus commented 3 years ago

@jfriedr example code added.

jfriedr commented 2 years ago

@fundthmcalculus thank you for including the example, I was able to get this working locally and will merge. I will need some additional time to get pip updated but please expect this to be included in the next release so you can pip install shippo with the order/line item functionality you included.