Skip to main content
GET
/
commerce
/
catalog
/
admin
/
pricelists
/
{priceListCode}
/
entries
/
{productCode}
/
{currencyCode}
Error
A valid request URL is required to generate request examples
{
  "productCode": "<string>",
  "currencyCode": "<string>",
  "priceListCode": "<string>",
  "priceListEntrySequence": 123,
  "productName": "<string>",
  "isVariation": true,
  "options": [
    {
      "attributeFQN": "<string>",
      "isProductImageGroupSelector": true,
      "values": [
        {
          "value": "<unknown>",
          "attributeVocabularyValueDetail": {
            "valueSequence": 123,
            "value": "<unknown>",
            "mappedGenericValues": [
              "<unknown>"
            ],
            "productName": "<string>",
            "content": {
              "localeCode": "<string>",
              "stringValue": "<string>"
            },
            "localizedContent": [
              {
                "localeCode": "<string>",
                "stringValue": "<string>"
              }
            ],
            "displayOrder": 123
          }
        }
      ]
    }
  ],
  "startDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z",
  "priceListEntryMode": "<string>",
  "priceListEntryTypeCode": "<string>",
  "discountsRestrictedMode": "<string>",
  "discountsRestricted": true,
  "discountsRestrictedStartDate": "2023-11-07T05:31:56Z",
  "discountsRestrictedEndDate": "2023-11-07T05:31:56Z",
  "msrpMode": "<string>",
  "msrp": 123,
  "mapMode": "<string>",
  "map": 123,
  "mapStartDate": "2023-11-07T05:31:56Z",
  "mapEndDate": "2023-11-07T05:31:56Z",
  "costMode": "<string>",
  "cost": 123,
  "priceEntries": [
    {
      "minQty": 123,
      "listPriceMode": "<string>",
      "listPrice": 123,
      "salePriceMode": "<string>",
      "salePrice": 123,
      "subscriptionPriceMode": "<string>",
      "subscriptionPrice": 123,
      "subscriptionSalePriceMode": "<string>",
      "subscriptionSalePrice": 123
    }
  ],
  "extraEntries": [
    {
      "attributeFQN": "<string>",
      "value": "<unknown>",
      "price": 123,
      "attributeCode": "<string>",
      "displayValue": "<string>"
    }
  ],
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

priceListCode
string
required
productCode
string
required
currencyCode
string
required

Query Parameters

startDate
string<date-time>
responseFields
string

limits which fields are returned in the response body

Response

Success

Category

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