SalesChannelAttributeConfig
The channel ID of the resource.
5
Unique identifier of the resource
1
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-06-27T08:46:55.066Z"
}
The channel ID of the resource.
5
Unique identifier of the resource
1
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-06-27T08:46:55.066Z",
"created_date": "2025-06-27T08:46:55.066Z"
}
The channel ID of the resource.
5
Unique identifier of the resource
1
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
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-06-27T08:46:55.066Z",
"created_date": "2025-06-27T08:46:55.066Z"
}
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.
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-06-27T08:46:55.066Z"
}
]
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.
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-06-27T08:46:55.066Z"
}
{
"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-06-27T08:46:55.066Z",
"created_date": "2025-06-27T08:46:55.066Z"
}
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.
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-06-27T08:46:55.066Z",
"modified_date": "2025-06-27T08:46:55.066Z"
},
"attribute": {
"pk": 1,
"name": "text",
"channel": 1,
"locale_attribute_schema": 1,
"modified_date": "2025-06-27T08:46:55.066Z"
},
"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?