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: 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-22T10:11:09.783Z", "modified_date": "2025-05-22T10:11:09.783Z" }