v

latestOpenAPI 3.0.1Licensed under Uberall2026-08-1029353914.0 MB
Products

Create a Product

Create a product. It can be added to a content list later

post/products

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 created

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

responseobject required

The actual response object of the response