post
https://apisandbox.dev.clover.com/v3/merchants//category_items
Creates or removes the association between a category (or subcategory) and an item.
Important: To fully move an item from a parent category to a subcategory, you must send two separate API requests:
- Send a request with
delete=trueand the parent category ID to remove the current association. - Send a second request with
delete=falseand the subcategory ID to create the new association.
