Skip to content

The Pricefx Backend API

Pricefx REST API Reference

Languages
Servers
Mock server
https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi
URL:
https://{baseUrl}/pricefx/{partition}

General

Operations

Products

Operations

Product Extensions

Operations

Product Image

Operations

Customers

Operations

Customer Extensions

Operations

Sellers

Operations

Seller Extensions

Operations

Condition Records

Operations

Competition Data

Operations

Imports

Operations

Data Change Requests

Operations

Lookup Tables / Company Parameters

Operations

User Admin

Operations

Authentication

Operations

Get an Authentication Token (API V2 only)

Request

Retrieves the access token, token type and the refresh token.

Security
basic or X-PriceFx-jwt
Headers
Pricefx-Keystringrequired

The Pricefx API key. Contact Pricefx Support to get your Pricefx-Key.

Bodyapplication/json
usernamestringnon-emptyrequired
partitionstringnon-emptyrequired
passwordstringnon-emptyrequired

A clear-text password.

curl -i -X POST \
  -u <username>:<password> \
  https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/token \
  -H 'Content-Type: application/json' \
  -H 'Pricefx-Key: string' \
  -d '{
    "username": "string",
    "partition": "string",
    "password": "string"
  }'

Responses

Login was successful. The response contains the access token, token type and the refresh token.

Bodyapplication/json
access-tokenstringnon-emptyrequired
refresh-tokenstringnon-emptyrequired
token-typestringnon-emptyrequired
expires-innumberrequired
Response
application/json
{ "access-token": "string", "refresh-token": "string", "token-type": "string", "expires-in": 0 }

Delete an Authentication Token (API V2 only)

Request

Invalidates an access token.

Security
basic or X-PriceFx-jwt
Headers
Pricefx-Keystring

The Pricefx API key. Contact Pricefx Support to get your Pricefx-Key.

curl -i -X DELETE \
  -u <username>:<password> \
  https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/token \
  -H 'Pricefx-Key: string'

Responses

Logout successful.

Response
No content

Refresh an Authentication Token (API V2 only)

Request

Retrieves a new access token, token type, the refresh token, and expiration time.

Security
basic or X-PriceFx-jwt
Headers
Pricefx-Keystringrequired

The Pricefx API key. Contact Pricefx Support to get your Pricefx-Key.

Bodyapplication/json

Provide the referesh token.

refresh-tokenstring
curl -i -X POST \
  -u <username>:<password> \
  https://api.pricefx.com/_mock/openapi/reference/pricefx-server_openapi/token/refresh \
  -H 'Content-Type: application/json' \
  -H 'Pricefx-Key: string' \
  -d '{
    "refresh-token": "string"
  }'

Responses

Login was successful. The response contains the access token, token type and the refresh token.

Bodyapplication/json
access-tokenstringnon-emptyrequired
refresh-tokenstringnon-emptyrequired
token-typestringnon-emptyrequired
expires-innumberrequired
Response
application/json
{ "access-token": "string", "refresh-token": "string", "token-type": "string", "expires-in": 0 }

Admin Tools

Operations

Logics

Operations

Logs

Operations

Custom Forms

Operations

Calculated Field Sets

Operations

Jobs & Tasks

Operations

Advanced Configuration Options

Operations

Data Manager

Operations

Actions

Operations

Action Types

Operations

Price Lists

Operations

Manual Price Lists

Operations

Live Price Grids

Operations

Calculation Grids

Operations

Visual Configuration

Operations

Quotes

Operations

Contracts (Agreements & Promotions)

Operations

Visual Configuration

Operations

Rebate Agreements

Operations

Rebate Calculations

Operations

Rebate Record Group

Operations

Sales Compensations

Operations

Claim Types

Operations

Claims

Operations

Optimization

Operations

Workflow

Operations

Workflow Delegation

Operations

Attachments

Operations

Product Image

Operations

Configuration

Operations

Internationalization

Operations

Metadata

Operations

MCP

Operations

Clicmanager

Operations

Comments

Operations

Notifications

Operations

Heartbeat

Operations

Key-Value Store

Operations

Entities

otherSchemas

Schemas