GetPriceList

Retrieves specific price list data with given id of given channel

get

Retrieves specific price list data with given id of given channel

Authorizations
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
200
OK
application/json
get
GET /api/v1/{channel_id}/price_lists/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "pk": 1,
  "name": "Standard Price List",
  "code": "shop_price_list",
  "currency": "try",
  "is_auto_sync": true,
  "created_date": "2025-06-27T08:46:54.661Z",
  "modified_date": "2025-06-27T08:46:54.661Z"
}

Was this helpful?