v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBProducts
Update products in bulk
Updates the accounting code and/or additional info of several products, identified by id. Entries whose id does not match any product are silently skipped — the call returns 200 for the whole batch. If the same id appears more than once, all entries are applied in order and the last one determines the final values.
patch/products/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"data": [
{
"accountingCode": "5720001"
}
]
}Response
Successful Response