Get a collection of price lists for products
GET
/Price
Products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Price?sort&page=1&resultsPerPage=20'
Response Response Example
200 - Prices
[
{
"id": "aj8hga",
"productID": "PROD8004",
"warehouse": "WH2425",
"orderUnit": "PK",
"priceZone": 271,
"price": 287.05,
"showPrice": 913.79,
"msrp": 933.39,
"canOrder": true
},
{
"id": "7p3g4d",
"productID": "PROD0066",
"warehouse": "WH8071",
"orderUnit": "CS",
"priceZone": 340,
"price": 120.89,
"showPrice": 977.49,
"msrp": 110.9,
"canOrder": true
}
]
Request
Query Params
sort
stringÂ
optional
Default:
page
integer <int32>
optional
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
Default:
20
Example:
20
Responses
Modified at 2025-05-15 21:08:05