Pricefx REST API Reference
Pricefx REST API
/Pricefx API Reference/- Copy a Manual Price List
Create a Manual Price List
Add Products to a Manual Pricelist
Add Products to a Manual Price List (No Recalculation)
List Products From a Manual Price List
List Manual Price Lists
Mass Edit a Manual Price List Items
Update a Manual Price List Item
Upsert a Product in a Manual Price List
Delete Products from a Manual Price List
Delete a Product from a Manual Price List
Delete a Manual Price List
Calculate a Manual Price List
Assign Customers
List Customer Assignments
Copy a Manual Price List
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/manualpricelistmanager.delete
- URL:https://companynode.pricefx.com/pricefx/companypartition/manualpricelistmanager.delete
- 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/manualpricelistmanager.delete \
-H 'Content-Type: application/json' \
-d '{
"data": {
"typedId": "224.MPL"
},
"operationType": "remove",
"textMatchStyle": "exact",
"oldValues": null
}'Response
application/json
{ "response": { "node": "node", "csrfToken": "token", "data": [ … ], "status": 0 } }
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/manualpricelistmanager.copy/{id}
- URL:https://companynode.pricefx.com/pricefx/companypartition/manualpricelistmanager.copy/{id}
- 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/manualpricelistmanager.copy/{id}'Response
application/json
{ "response": { "node": "node", "csrfToken": "token", "data": [ … ], "status": 0 } }
- Mock serverhttps://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/manualpricelistmanager.calculate/{id}
- URL:https://companynode.pricefx.com/pricefx/companypartition/manualpricelistmanager.calculate/{id}
- 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/manualpricelistmanager.calculate/{id}'Response
application/json
{ "response": { "node": "string", "data": [ … ], "status": 0 } }
See the Key-Value Database Storage Knowledge Base article for more details.
Operations
Here you can find all fields of the corresponding entity (represented by the type code).
Use the /metadata.describe endpoint to find out the correct data type of the field that is used in your partition.
Comments