SalesChannelErrorReports
Create Sales Channel Distinct Error Report for a specific channel.
The channel ID of the resource.
5
The remote code for the integration mapping
ID of the city
ID of the country
ID of the township
Name of the integration mapping
Type of integration mapping
web
Possible values: Error code if any
Error description if any
POST /api/v1/channel/{channel_id}/error_reports/distinct/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 140
{
"remote_code": "text",
"city_id": 1,
"country_id": 1,
"township_id": 1,
"name": "text",
"integration_type": "web",
"err_code": "text",
"err_desc": "text"
}
No content
Retrieve a specific Sales Channel Error Report by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/error_reports/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
Delete a specific Sales Channel Error Report by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
DELETE /api/v1/channel/{channel_id}/error_reports/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Partial update a specific Sales Channel Error Report by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Error report ID
Content type ID for action
Object ID for action
Content type ID for target
Object ID for target
Object modification date
Error code
Error description
Status flag
false
Raw request data
Raw response data
Creation timestamp
Last update timestamp
PATCH /api/v1/channel/{channel_id}/error_reports/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 336
{
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text"
}
No content
Retrieve a specific Sales Channel Error Report by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/error_reports/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
Create Sales Channel Township Error Report for a specific channel.
The channel ID of the resource.
5
The remote code for the integration mapping
ID of the city
ID of the country
ID of the township
Name of the integration mapping
Type of integration mapping
web
Possible values: Error code if any
Error description if any
POST /api/v1/channel/{channel_id}/error_reports/township/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 140
{
"remote_code": "text",
"city_id": 1,
"country_id": 1,
"township_id": 1,
"name": "text",
"integration_type": "web",
"err_code": "text",
"err_desc": "text"
}
No content
Create Sales Channel City Error Report for a specific channel.
The channel ID of the resource.
5
The remote code for the integration mapping
ID of the city
ID of the country
ID of the township
Name of the integration mapping
Type of integration mapping
web
Possible values: Error code if any
Error description if any
POST /api/v1/channel/{channel_id}/error_reports/city/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 140
{
"remote_code": "text",
"city_id": 1,
"country_id": 1,
"township_id": 1,
"name": "text",
"integration_type": "web",
"err_code": "text",
"err_desc": "text"
}
No content
List Sales Channel Error Reports
The channel ID of the resource.
5
Filter by catalog name
Filter by target content type model name
Filter by target content type ID
Filter by target object ID
Filter by action content type model name
Filter by action content type ID
Filter by multiple action object IDs
Filter by status flag
GET /api/v1/channel/{channel_id}/error_reports/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
]
Create Sales Channel Error Report for a specific channel.
The channel ID of the resource.
5
Error report ID
Content type ID for action
Object ID for action
Content type ID for target
Object ID for target
Object modification date
Error code
Error description
Status flag
false
Raw request data
Raw response data
Creation timestamp
Last update timestamp
POST /api/v1/channel/{channel_id}/error_reports/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 336
{
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text"
}
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
List Sales Channel Error Reports
The channel ID of the resource.
5
Filter by catalog name
Filter by target content type model name
Filter by target content type ID
Filter by target object ID
Filter by action content type model name
Filter by action content type ID
Filter by multiple action object IDs
Filter by status flag
GET /api/v1/channel/{channel_id}/error_reports/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
]
Get list of sales channel product error reports
The channel ID of the resource.
5
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
GET /api/v1/channel/{channel_id}/error_reports/product/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
]
Partial update a specific Sales Channel Error Report by ID with Action Object ID
The channel ID of the resource.
5
Unique identifier of the resource
1
PATCH /api/v1/channel/{channel_id}/error_reports/{id}/update_action_object_id/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"action_object_id": 1
}
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
Update error code of sales channel error report
The channel ID of the resource.
5
Unique identifier of the resource
1
PATCH /api/v1/channel/{channel_id}/error_reports/{id}/update_error_code/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"error_code": "text"
}
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-06-27T08:46:53.696Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-06-27T08:46:53.696Z",
"updated_date": "2025-06-27T08:46:53.696Z"
}
Was this helpful?