Enhance your application with Uberall's comprehensive API documentation
Uberall API (20250708)
A ServiceItem object
Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099). See range interpretation rules under priceMax.
The currency of price and priceMax for this service (required when a price is given). Amounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).
Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.
The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services.
The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services.
Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents). Range interpretation rules:
Exact: price == priceMax
Starts At: priceMax == null (only minimum known)
Range: price < priceMax (both known and different)
Not Interpreted: price is null (minimum unknown)
Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price.
Minimum duration of the service in minutes. See range interpretation rules under durationMax.
Maximum duration (in minutes) when using a duration range. Range interpretation rules:
Exact: duration == durationMax\n
Starts At: durationMax == null (only minimum known)\n
Range: duration < durationMax (both known and different)\n
Not Interpreted: duration is null (minimum unknown)\n
Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration.
- https://uberall.com/api/service-items
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/service-items
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/service-items \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"title": "string",
"description": "string",
"identifier": "string",
"listName": "string",
"price": 0,
"currency": "USD",
"category": 0,
"country": "string",
"googleService": "string",
"priceMax": 0,
"url": "string",
"duration": 0,
"durationMax": 0
}'{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": {} }
- https://uberall.com/api/service-items/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/service-items/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/service-items/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No content- https://uberall.com/api/service-items/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/service-items/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://uberall.com/api/service-items/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No content
Social PostingCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social Posting