POST /v1/syncCategories| Key | Type | Description |
|---|---|---|
command | string | The action to perform: "create" or "update". |
info | object | The full Category data object. |
{
"categories": [
{
"command": "create",
"info": {
"id": "cat_beverages",
"name": "Beverages",
"parent_id": null,
"updated_at": "2025-10-16T15:15:00Z"
}
}
]
}