SalesChannelMarketPlaceAttributeSetConfig
The channel ID of the resource.
5Unique identifier of the resource
1Successfully created the attribute set config for the category node.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
Server Error
POST /api/v1/channel/{channel_id}/attribute_set_configs/category_node/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"attribute_set": 1
}{
"pk": 1,
"attribute_set": 1,
"object_id": 1,
"content_type": "text",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z",
"url": "https://example.com"
}The channel ID of the resource.
5Unique identifier of the resource
1Successfully retrieved the attribute set config.
Forbidden
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/channel/{channel_id}/attribute_set_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"attribute_set": 1,
"object_id": 1,
"content_type": "text",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z",
"url": "https://example.com"
}The channel ID of the resource.
5Unique identifier of the resource
1Input schema for creating or updating a MarketPlaceAttributeSetConfig instance.
ID of the MarketPlaceAttributeSet to associate with the content object.
ID of the target object to be linked to the attribute set.
Model name of the content type for the target object (must be a valid ContentType.model value).
Successfully updated the attribute set config.
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_set_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"attribute_set": 1,
"object_id": 1,
"content_type": "text"
}{
"pk": 1,
"attribute_set": 1,
"object_id": 1,
"content_type": "text",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z",
"url": "https://example.com"
}The channel ID of the resource.
5Unique identifier of the resource
1Successfully deleted the attribute set config.
Forbidden
The given resource or object was not found or does not exist.
Server Error
DELETE /api/v1/channel/{channel_id}/attribute_set_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
The channel ID of the resource.
5Unique identifier of the resource
1Input schema for creating or updating a MarketPlaceAttributeSetConfig instance.
ID of the MarketPlaceAttributeSet to associate with the content object.
ID of the target object to be linked to the attribute set.
Model name of the content type for the target object (must be a valid ContentType.model value).
Successfully updated the attribute set config.
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_set_configs/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"attribute_set": 1,
"object_id": 1,
"content_type": "text"
}{
"pk": 1,
"attribute_set": 1,
"object_id": 1,
"content_type": "text",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z",
"url": "https://example.com"
}Fetches a list of all attribute set configs for the specified sales channel.
The channel ID of the resource.
5Filter by content type model
Filter by related attribute set ID
1Filter by object ID
Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00ZFilter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
modified_date__lt=2024-01-01T00:00:00ZA list of attribute set configs.
Forbidden
Server Error
GET /api/v1/channel/{channel_id}/attribute_set_configs/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"url": "https://example.com",
"attribute_set": "https://example.com",
"object_id": 1,
"content_type": "https://example.com",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z"
}
]The channel ID of the resource.
5Input schema for creating or updating a MarketPlaceAttributeSetConfig instance.
ID of the MarketPlaceAttributeSet to associate with the content object.
ID of the target object to be linked to the attribute set.
Model name of the content type for the target object (must be a valid ContentType.model value).
Successfully created the attribute set config.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
Server Error
POST /api/v1/channel/{channel_id}/attribute_set_configs/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"attribute_set": 1,
"object_id": 1,
"content_type": "text"
}{
"pk": 1,
"attribute_set": 1,
"object_id": 1,
"content_type": "text",
"created_date": "2025-11-30T08:15:37.920Z",
"modified_date": "2025-11-30T08:15:37.920Z",
"url": "https://example.com"
}Was this helpful?

