janssenr / SendCloudApi.Net

A C#/.net wrapper for the SendCloud API
MIT License
6 stars 5 forks source link

Missing property Quantity on Parcel #10

Closed pvdberge closed 3 years ago

pvdberge commented 3 years ago

Please add Quantity property on Parcel to support multi-collo shipments.

janssenr commented 3 years ago

Added Quantity property on CreateParcel to support multi-collo shipments See: https://github.com/janssenr/SendCloudApi.Net/commit/0c38d9c1ca1088f2c81e329976b39a79baf375ce

pvdberge commented 3 years ago

That's quick, thanks!