Update a product
PATCH/v2/products/:lookupKey/:key
Applies a partial update to the product identified by the URL.
Only fields supplied in the request body are modified; omitted fields are left untouched. The parent category may be changed by supplying a new parent reference. The catalogue's default language must remain present in the localized name list after the update.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The record was updated successfully and is returned in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
The request conflicts with the current state of the record.
An unexpected error prevented the request from completing.