Error
Get Price Lists
Retrieve a list of all price lists.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"name": "<string>",
"priceListCode": "<string>",
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"defaultForSites": [
123
],
"description": "<string>",
"enabled": true,
"filteredInStorefront": true,
"indexedSites": [
123
],
"mappedCustomerSegments": [
"<string>"
],
"parentPriceListCode": "<string>",
"parentPriceListName": "<string>",
"priceListSequence": 123,
"rank": 123,
"resolvable": true,
"validForAllSites": true,
"validSites": [
123
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}Retrieve a list of all price lists.
A valid request URL is required to generate request examples{
"items": [
{
"name": "<string>",
"priceListCode": "<string>",
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"defaultForSites": [
123
],
"description": "<string>",
"enabled": true,
"filteredInStorefront": true,
"indexedSites": [
123
],
"mappedCustomerSegments": [
"<string>"
],
"parentPriceListCode": "<string>",
"parentPriceListName": "<string>",
"priceListSequence": 123,
"rank": 123,
"resolvable": true,
"validForAllSites": true,
"validSites": [
123
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
