Price list detail with product prices (variants) and info on discounts and limitations of purchase (minimum and maximum price)
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/pricelists/{id}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/pricelists/{id}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/pricelists/1?code=106%2FBIL&guid=94fe7ffc-7481-11e8-8216-002590dad85e&itemsPerPage=50&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "pricelist": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }