v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Sales Price

Update sales price

Updates details of a single sales price

patch/api/v1/salesPrices/{id}

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

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

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

Response

Operation completed successfully, no response body