Item catalog records.POST /v1/syncItems| Key | Type | Description |
|---|---|---|
command | string | The action to perform: "create" or "update". |
info | object | The full Item data object. |
{
"items": [
{
"command": "create",
"info": {
"id": "item_saudi_dates_500g",
"brand": "Riyadh Farms",
"name": "Premium Saudi Dates - 500g",
"is_active": true,
"updated_at": "2025-10-16T15:05:00Z"
}
}
]
}