v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Sales Price

Create sales price

Creates new sales price

post/api/v1/salesPrices

Request body

validFromstring date nullable

Sets the starting date of the sales price being valid.

expiresAtstring date nullable

Sets the expiration date of the sales price.

packageAmountnumber float nullable
customerProductNumberstring nullable

Customer product number for the item.

isNotCalculatedFromExchangeTableboolean nullable

Flag to indicate that this price is not calculated from the currency conversion table.

hideInBulkPriceListingboolean nullable

Flag to hide this sales price in listings for graduated prices and bulk price lists.

remarkstring nullable

Internal comment for the sales price.

Example request

{
  "product": {
    "id": "1337"
  },
  "customer": {
    "id": "1337"
  },
  "customerGroup": {
    "id": "1337"
  },
  "price": {
    "amount": "13.37",
    "currency": "EUR"
  },
  "customerProductNumber": "ABC-123",
  "remark": "Remark"
}

Response

Resource successfully created response