Zoho API Create Item
Zoho API Create Item
I am trying to create an item using the Zoho API with the following code:
curl -d '{
"item_type":"inventory",
"name":"Bags-Small",
"sku":"123456"
}'
https://inventory.zoho.com/api/v1/items?authtoken=XXXXXXXXXXXXXXXXXXXX
I get the following error:
{"code":4,"message":"Invalid value passed for JSONString"}
Help would be appreciated thanks.