janssenr / SendCloudApi.Net

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

Error message when creating parcel #9

Closed davidkdb closed 3 years ago

davidkdb commented 3 years ago

pic1

Also when getting a list of shipments and some of them has errors, like missing address, weight etc serialization fails.

janssenr commented 3 years ago

Do you have example code with which I can reproduce the error?

janssenr commented 3 years ago

According to the SendCloud API documentation ParcelItem.Value is a required field: https://docs.sendcloud.sc/api/v2/shipping/#create-a-parcel So when sending a ParcelItem so have to fill the Value field.