v1

latestOpenAPI 3.0.12026-07-14324237.1 KB
products

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

categoriesstring[]
descriptionstring
externalReferencestring
imageLookupKeysstring[]
namestring required
taxCodestring
taxExemptboolean
taxRatesstring[]
unitNamestring
uuidstring uuid required
vatPercentagenumber

Response

Product updated