question

gokulselvan avatar image
gokulselvan asked gokulselvan commented

How to update category for an item using API?

Can't able to update item category. How to update using API.


Here's my data:

curl --request POST \
     --url 'https://sandbox.dev.clover.com/v3/merchants/mid/categories/catID?expand=items' \
     --header 'authorization: Bearer token' \
     --header 'content-type: application/json' \
     --data '
{
     "items": [
          {
               "id": "C6QFZ9Y6375ZA"
          }
     ],
     "name": "chicken wings"
}
'


But it does not updated when i check again in the dashbard. and does not give any error .


Please help

REST APIInventory
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered gokulselvan commented
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

gokulselvan avatar image gokulselvan commented ·

Hi Jacob,


Thanks...

0 Likes 0 ·

Welcome to the
Clover Developer Community