Using REST API, how do I add an item to a category in the same Create Inventory call?
I am successfuly creating an inventory item using the following:
https://docs.clover.com/reference#inventorycreateitem-1
My question is, how do I add the item to a category in the same call? Or do I have to make a second call to Category_Items once I have the new item id?
https://docs.clover.com/reference#categorycreateordeletecategoryitems-1
The same question applies to stock quantity. Can I add an inventory item within a category and with a stock quantity all in a single call?