PATCH /
Udpate Product
PATCH
/product/{product_key}
Partially update specific fields of a product document.
Merges updated_fields into the product document, stamping the updated
timestamp. Only the supplied keys are changed; other fields are unaffected.
Emits: (direct transaction — no event class)
Required scope: product:catalogue:update
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Path Parameters
product_key*
Required
Request Body
application/json
JSON "additionalProperties": "string"
{
}
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}