Returns a list of products with prices
GET
/api/v1/system/pricelist
v1-system
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/system/pricelist'
Response Response Example
200 - Example 1
[
{
"cost_per_unit": "string",
"max": "string",
"metric_id": "string",
"min": "string",
"sku": "string"
}
]
Request
None