Pricefx REST API Reference
Pricefx REST API
/Pricefx API Reference/- Query API Execute
Insert Bulk Data
Insert Bulk Data From a File
Insert Bulk Data From a File (async)
Upsert an Object
Upsert an Object (and return old data)
Update an Object (and return old data)
Update an Object
Delete an Object
Mass Update
Delete Column Values
Delete Objects
Create an Object
Get an Object
List Objects
List Type Codes
Get Query API Metadata
Query API Execute
The Pricefx Backend API
Download OpenAPI description
Overview
URL
Pricefx
Languages
Servers
Mock server
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi
URL:
https://{baseUrl}/pricefx/{partition}
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetch
- URL:https://companynode.pricefx.com/pricefx/companypartition/fetch
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/fetchResponse
application/json
{ "response": { "node": "string", "data": [ … ], "status": 0 } }
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/queryapi.execute
- URL:https://companynode.pricefx.com/pricefx/companypartition/queryapi.execute
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
'https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/queryapi.execute?timeout=0' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"query": {
"kind": "pipeline",
"stages": [
{
"kind": "source",
"table": {
"kind": "datasource",
"dataSourceUniqueName": "Seller"
}
}
]
}
}
}'Response
application/json
{ "response": { "status": 0, "startRow": 0, "data": [ … ], "endRow": 9 } }
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/queryapi.meta
- URL:https://companynode.pricefx.com/pricefx/companypartition/queryapi.meta
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/queryapi.meta \
-H 'Content-Type: application/json' \
-d '{
"data": {
"query": {
"kind": "string",
"stages": [
{
"kind": "string",
"table": {
"kind": "string",
"dataSourceUniqueName": "string"
}
}
]
}
}
}'Response
application/json
{ "response": { "data": [ … ], "status": 0 } }
CommentsCopy 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