🔒 Create sales price V3

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: salesPrice:create.

Create a new sales price.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

SalesPrice create payload

product
object
required

Product this sales price applies to.

customer
object | null

Customer this sales price applies to. Provide either customer or customerGroup, not both.

customerGroup
object | null

Customer group this sales price applies to. Provide either customer or customerGroup, not both.

price
object
required

Net sales price as amount and currency. Prices in Xentral are net B2B prices.

float
required
≥ 0.00001

Minimum quantity of the product from which this sales price applies.

float | null

Quantity contained in one packaging unit for this sales price. Defaults to 1 if not provided.

string | null

The product's article number as used by the customer.

boolean

If true, this price is not converted via the currency exchange table.

boolean

If true, this price is hidden in scale-price listings on documents.

string

Internal comment for this sales price.

date

Date from which this sales price is valid.

date

Date until which this sales price is valid.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json