SalesChannelGetStockList
Retrieves a specific stock list data of given channel
The channel ID of the resource.
5Unique identifier of the resource
1OK
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/{channel_id}/stock_lists/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"name": "text",
"code": "text",
"is_auto_sync": false,
"created_date": "2025-12-01T08:57:27.716Z",
"modified_date": "2025-12-01T08:57:27.716Z"
}Lists all of stock list data of given channel
The channel ID of the resource.
5Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filters by name
Filter by code.
Filters by exact code
Filter by auto-sync status.
trueFilter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00ZOK
Unauthorized Access
Server Error
GET /api/v1/{channel_id}/stock_lists/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-12-01T08:57:27.716Z",
"modified_date": "2025-12-01T08:57:27.716Z"
}
]
}Lists all of stock list data of given channel
The channel ID of the resource.
5Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filters by name
Filter by code.
Filters by exact code
Filter by auto-sync status.
trueFilter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00ZOK
Unauthorized Access
Server Error
GET /api/v1/{channel_id}/stock_lists/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-12-01T08:57:27.716Z",
"modified_date": "2025-12-01T08:57:27.716Z"
}
]
}Was this helpful?

