v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Products

Update a Product

Make changes to a product. Any blank parameter deletes an old value, any unspecified parameter does nothing

patch/products/{id}

Path parameters

idstring required

The uberall unique ID for the product you want to update

Request body

titlestring required

The name of the product: e.g. Strong Coffee

descriptionstring

Description of the product: e.g. 'The strongest coffee in the world'

identifierstring

Unique Identifier for the Product

listNamestring
idinteger

The uberall unique id for the product

priceinteger

Price of the product in cents: e.g. '1500' for 15 €

currencyobject

Currency used for prices in ISO-4217: e.g. EUR, USD, CHF

categorystring

A category the product belongs to: e.g. 'Coffee'

unitstring

A unit of measure, e.g. 'per kg'

urlstring

A valid page url with more details about the product

priceMaxinteger

Maximum price if you want to use a price range for the product

Example request

{
  "category": "Coffee",
  "unit": "per kg"
}

Response

Product successfully updated