A valid request URL is required to generate request examples{
"priceListCode": "<string>",
"name": "<string>",
"priceListSequence": 123,
"parentPriceListCode": "<string>",
"parentPriceListName": "<string>",
"description": "<string>",
"enabled": true,
"filteredInStorefront": true,
"validForAllSites": true,
"validSites": [
123
],
"defaultForSites": [
123
],
"indexedSites": [
123
],
"mappedCustomerSegments": [
"<string>"
],
"rank": 123,
"resolvable": true,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Retrieves a price list by its code.
A valid request URL is required to generate request examples{
"priceListCode": "<string>",
"name": "<string>",
"priceListSequence": 123,
"parentPriceListCode": "<string>",
"parentPriceListName": "<string>",
"description": "<string>",
"enabled": true,
"filteredInStorefront": true,
"validForAllSites": true,
"validSites": [
123
],
"defaultForSites": [
123
],
"indexedSites": [
123
],
"mappedCustomerSegments": [
"<string>"
],
"rank": 123,
"resolvable": true,
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Success
Category
External unique identifier of the PriceList. Must be unique an only contain url sanitized characters. Max length is 50
Name of the priceList. Max length is 100
Parent PriceList code, Can be null for root level priceLists
Parent PriceList name, Can be null for root level priceLists. Read only in contract.
Description of the price list. Max length is 300
Is the price list enabled and valid in the storefront. Default is true.
When true, only products with valid price list entries will be visible in the storefront. Default is false
When true, no valid sites need to be specifiied. Price list is considered valid for all sites. Default is true
When ValidForAllSites = false, a list of siteIDs that the price list is valid for should be supplied
List of customer segment code associated with this price list. Used to resolve default price list
Used to prioritize price list resolution when more than 1 price list maps
Determines if this price list can be resolved as the current price list within a session.
Show child attributes