SalesChannelAttributeConfig
The channel ID of the resource.
5
Unique identifier of the resource
1
Successfully retrieved the sales channel attribute configuration.
Forbidden
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/channel/{channel_id}/attribute_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"attribute_set": 1,
"attribute_set_name": "text",
"attribute": 1,
"attribute_name": "text",
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z"
}
The channel ID of the resource.
5
Unique identifier of the resource
1
Successfully updated the attribute configuration.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
The given resource or object was not found or does not exist.
Server Error
PUT /api/v1/channel/{channel_id}/attribute_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"locale_attribute_schema": 1,
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_meta": true,
"is_image_attribute": true
}
{
"pk": 1,
"attribute_set": 1,
"attribute": 1,
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z",
"created_date": "2025-08-30T02:26:32.730Z"
}
The channel ID of the resource.
5
Unique identifier of the resource
1
Successfully deleted the sales channel attribute configuration.
No content
Forbidden
The given resource or object was not found or does not exist.
Server Error
DELETE /api/v1/channel/{channel_id}/attribute_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
The channel ID of the resource.
5
Unique identifier of the resource
1
Successfully updated the attribute configuration.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
The given resource or object was not found or does not exist.
Server Error
PATCH /api/v1/channel/{channel_id}/attribute_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"locale_attribute_schema": 1,
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_meta": true,
"is_image_attribute": true
}
{
"pk": 1,
"attribute_set": 1,
"attribute": 1,
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z",
"created_date": "2025-08-30T02:26:32.730Z"
}
The channel ID of the resource.
5
Filter by related attribute ID
1
Filter by related attribute set ID
1
Filter by multiple category node IDs.
Filter by multiple attribute set IDs.
Filter by attribute set names case-insensitive containing a specific string.
Filter by locale attribute schema.
Filter by remote ID of the attribute.
Filter by is_required field.
Filter by is_variant field.
Filter by custom attributes.
Filter by image attributes.
Filter by meta attributes.
A list of sales channel attribute configurations.
Forbidden
Server Error
GET /api/v1/channel/{channel_id}/attribute_configs/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"attribute_set": 1,
"attribute_set_name": "text",
"attribute": 1,
"attribute_name": "text",
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z"
}
]
The channel ID of the resource.
5
Primary key of the attribute configuration.
ID of the associated attribute set.
ID of the associated attribute.
ID of the locale-specific attribute schema.
Remote identifier for the attribute.
Indicates if the attribute is required. Defaults to False.
Indicates if the attribute is a variant. Defaults to False.
Indicates if the attribute is custom. Defaults to False.
Indicates if the attribute is an image attribute. Defaults to False.
Indicates if the attribute is a meta attribute. Defaults to False.
Timestamp of the last modification.
Timestamp when this market place attribute config was created.
Successfully created a new sales channel attribute configuration.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
Server Error
POST /api/v1/channel/{channel_id}/attribute_configs/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 228
{
"attribute_set": 1,
"attribute": 1,
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z"
}
{
"pk": 1,
"attribute_set": 1,
"attribute": 1,
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true,
"modified_date": "2025-08-30T02:26:32.730Z",
"created_date": "2025-08-30T02:26:32.730Z"
}
The channel ID of the resource.
5
Filter by related attribute ID
1
Filter by related attribute set ID
1
Filter by multiple category node IDs.
Filter by multiple attribute set IDs.
Filter by attribute set names case-insensitive containing a specific string.
Filter by locale attribute schema.
Filter by remote ID of the attribute.
Filter by is_required field.
Filter by is_variant field.
Filter by custom attributes.
Filter by image attributes.
Filter by meta attributes.
A list of sales channel attribute configurations with details.
Forbidden
Server Error
GET /api/v1/channel/{channel_id}/attribute_configs/detailed_list/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"attribute_set": {
"pk": 1,
"name": "text",
"channel": 1,
"remote_id": "text",
"created_date": "2025-08-30T02:26:32.730Z",
"modified_date": "2025-08-30T02:26:32.730Z"
},
"attribute": {
"pk": 1,
"name": "text",
"channel": 1,
"locale_attribute_schema": 1,
"modified_date": "2025-08-30T02:26:32.730Z"
},
"locale_attribute_schema": 1,
"attribute_remote_id": "text",
"is_required": true,
"is_variant": true,
"is_custom": true,
"is_image_attribute": true,
"is_meta": true
}
]
Was this helpful?