Hi
How to create Shipping Order using NimbusPost Api in c# . Any ideas
Thanks
Hi
How to create Shipping Order using NimbusPost Api in c# . Any ideas
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramco RamcoPosted Dec 21, 2022, 7:02 AM
Hi Deepak
I am trying below code . Will it not work. How to pass Textbox Values
Thanks
Deepak TewatiaPosted Dec 21, 2022, 6:50 AM
Hi Ramco,
Use CreateShippingOrderAsync method of the NimbusPostClient class to create a new shipping order. This method takes an instance of the ShippingOrder class as a parameter, which you will need to populate with the relevant information for your shipping order. You can use the below code:
This will create a new shipping order with the specified recipient and items, and will use the specified shipping method. you can change parameters according to your requirement.
Thanks