Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Delete a Custom Item using identifier
Get all Custom Items
Create a Custom Item
Get a Custom Item
Delete a Custom Item
Update a Custom Item
Delete a Custom Item usin...
Uberall API (20250708)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api/
Mock Server
https://docs.uberall.com/_mock/apis/swagger/
- https://uberall.com/api/custom-items
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/custom-items
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/custom-items \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"title": "string",
"description": "string",
"identifier": "string",
"listName": "string",
"id": 0,
"price": 0,
"currency": {},
"category": "Coffee",
"video": {
"id": 0,
"url": "string",
"description": "string",
"type": "YOUTUBE"
},
"unit": "per kg",
"url": "string",
"priceMax": 0,
"image": {
"id": 0,
"url": "string",
"type": "LOGO",
"description": "string",
"uid": "string"
}
}'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "customItem": { … } } }
- https://uberall.com/api/custom-items
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/custom-items
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://uberall.com/api/custom-items \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": {} }
- https://uberall.com/api/custom-items/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/custom-items/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/custom-items/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "customItem": { … } } }
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