Greetings
I am looking for advice on bulk update via jsonrpc.
I've alredy used bulk "create" and "unlink" and, for me at least, it seams obvious that "write" should also have bulk option but i`m strugling to figure it out.
Tried some variants that are similar to create structure but nothing worked:
{
"jsonrpc": "2.0",
"method": "call",
"params": {
"service": "object",
"method": "execute_kw",
"args": [
"{{db_name}}",
{{user_id}},
"{{api_key}}",
"product.template",
"write",
[
[3433, {"x_studio_stock_mask": 1334}],
[3548, {"x_studio_stock_mask": 1334}]
]
]
}
}