Retrieve prices for products in a specific pricelist. Optionally filter by product IDs.
GET
/pricelists/{listId}/prices
curl \
--request GET 'https://rest.api.24sevenoffice.com/v1/pricelists/{listId}/prices' \
--header "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
[
{
"productId": 123,
"price": 99.99
}
]