v1
latestOpenAPI 3.0.12026-07-14324237.1 KBproducts
Update a single product
Updates a product entity using JSON merge patch (https://tools.ietf.org/html/rfc7386). This means that only included fields will be changed: null values removes the field on the target entity, and other values updates the field. Conditional updates are supported through the HttpHeaders.IF_MATCH header. If the conditional prerequisite is fullfilled, the product is updated: otherwise a 412 (precondition failed) will be returned with an empty body.
put/organizations/{organizationUuid}/products/v2/{productUuid}
Path parameters
organizationUuidstring uuid required
productUuidstring uuid required
Headers
If-Matchstring
Request body
Response
Product updated