v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Sales Price

Update multiple sales prices

Updates multiple sales prices

patch/api/v1/salesPrices

Request body

idstring required

Resource identifier.

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

[
  {
    "id": "17",
    "validFrom": "2023-12-01",
    "expiresAt": "2023-12-01",
    "packageAmount": 3,
    "customer": {
      "id": "1337"
    },
    "customerGroup": {
      "id": "1337"
    },
    "price": {
      "amount": "13.37",
      "currency": "EUR"
    },
    "customerProductNumber": "ABC-123",
    "isNotCalculatedFromExchangeTable": true,
    "remark": "Remark"
  }
]

Response

Operation completed successfully, no response body