janssenr / SendCloudApi.Net

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

Client.ShippingMethods.Get() does not support return labels #11

Closed RubinhoD closed 3 years ago

RubinhoD commented 3 years ago

Hi,

The Client.ShippingMethods.Get() gives us all possible shippingmethods for normal parcels. If you want to get the shipping methods for return parcels, according to the SendCloud docs, you must add the parameter is_return (true).

This parameter is not provided in the api. Is there a way to obtain these shipping methods or can you add the parameter?

janssenr commented 3 years ago

I added the isReturn parameter