#Shipping

1 messages · Page 1 of 1 (latest)

harsh rock
#

Shipping

#

OK, so basically you want to remove the shipping from the customer? is this your goal?

limber phoenix
#

Yes 🙂

#

and I am using .net SDK

harsh rock
#

I see. I've got the same ask today, the other user also want to remove the shipping from customer object and he's also using .NET

To remove the shipping. you should update the shipping hash with a null value. However, it seems like the .NET library will remove the data in request body if the shipping is set to null.

limber phoenix
#

Thanks!