Unable to create shipment order using Zoho Inventory API
Hello,
How I tried to create a shipment order:
Send POST using Postman to
In Body raw I added:
- JSONString='{
- "shipment_number": "SHP-00010",
- "date": "2018-11-02",
- "delivery_method": "manual",
- "tracking_number": "4815000000044822"
- }'
In response I get:
- {
- "code": 4,
- "message": "Invalid value passed for JSONString"
- }
I used the same approach for creating a Package and it worked.
Can somebody please tell me what is the right way - how to create a Shipment Order using Zoho Inventory API?