Was this helpful?
Retrieves specific price list data with given id of given channel
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/{channel_id}/price_lists/{id}/ HTTP/1.1 Host: sandbox.akinon.com Authorization: YOUR_API_KEY Accept: */*
OK
{ "pk": 1, "name": "Standard Price List", "code": "shop_price_list", "currency": "try", "is_auto_sync": true, "created_date": "2025-05-22T09:57:22.741Z", "modified_date": "2025-05-22T09:57:22.741Z" }