Skip to main content
GET
/
commerce
/
catalog
/
admin
/
pricelists
/
{priceListCode}
/
entries
Error
A valid request URL is required to generate request examples
{
  "startIndex": 123,
  "pageSize": 123,
  "pageCount": 123,
  "totalCount": 123,
  "items": [
    {
      "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

Query Parameters

startIndex
integer<int32>
default:0
pageSize
integer<int32>
default:0
sortBy
string
filter
string
responseFields
string

limits which fields are returned in the response body

Response

Success

Collection of categories returned as a whole. A collection is not paged.

startIndex
integer<int32>
pageSize
integer<int32>
pageCount
integer<int32>
totalCount
integer<int32>
items
object[] | null