Skip to main content
POST
/
commerce
/
catalog
/
admin
/
pricelists
/
bulkdeleteentries
Error
A valid request URL is required to generate request examples
{
  "successCount": 123,
  "failureCount": 123,
  "failureDetails": [
    {
      "priceListCode": "<string>",
      "productCode": "<string>",
      "currencyCode": "<string>",
      "startDate": "2023-11-07T05:31:56Z",
      "msg": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

publishEvents
boolean
default:true
invalidateCache
boolean
default:true
allowPartialSuccess
boolean
batchJobCode
string
responseFields
string

limits which fields are returned in the response body

Body

application/json
productCode
string
required
currencyCode
string
required
priceListCode
string | null

External unique identifier of the PriceList. Must be unique an only contain url sanitized characters. Max length is 50

priceListEntrySequence
integer<int32>
productName
string | null
isVariation
boolean
options
object[] | null
startDate
string<date-time> | null
endDate
string<date-time> | null
priceListEntryMode
string | null
priceListEntryTypeCode
string | null
discountsRestrictedMode
string | null
discountsRestricted
boolean | null
discountsRestrictedStartDate
string<date-time> | null
discountsRestrictedEndDate
string<date-time> | null
msrpMode
string | null
msrp
number<double> | null
mapMode
string | null
map
number<double> | null
mapStartDate
string<date-time> | null
mapEndDate
string<date-time> | null
costMode
string | null
cost
number<double> | null
priceEntries
object[] | null
extraEntries
object[] | null
auditInfo
object

Response

Success

Category

successCount
integer<int32>
failureCount
integer<int32>
failureDetails
object[] | null