v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
SalesPrice

๐Ÿ”’ Update multiple sales prices 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:update.

Update multiple sales prices.

patch/api/v3/salesPrices

Request body

idstring

SalesPrice ID

quantitynumber float

from quantity

{"stackTrail":"paths:/api/v3/salesPrices:patch:requestBody:content:application/json:schema:items:properties:packageAmount","oasType":"schema","type":"unknown","description":"Package amount","example":13.37}
customerProductNumberstring

Customer product number

isNotCalculatedFromExchangeTableboolean

Whether is calculated from exchange table

hideInBulkPriceListingboolean

Whether to hide from bulk price listing

remarkstring

Remark

validFromstring date

Valid from date

expiresAtstring date

Expires at date

Example request

[
  {
    "id": "1337"
  }
]

Response

No Content