List attribute configurations
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
The page number to return.
1The number of items to return per page.
10Orders the results by one or more fields. Separate multiple fields with commas. Prefix a field with a hyphen (-) for descending order.
-idFilter by the identifier of the attribute.
Filter by the identifier of the attribute set.
Filter by the key of the attribute.
Filter by the name of the attribute set.
A paginated list of attribute configurations.
A page of attribute configuration results.
The total number of attribute configurations matching the query.
The URL of the next page of results, when available.
The URL of the previous page of results, when available.
Authentication credentials were not provided or are invalid.
The authenticated user does not have administrator privileges.
GET /api/remote/1/attribute_config/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"pk": 7001,
"attribute": 42,
"attribute_set": 15,
"is_required": true,
"is_visible": null,
"is_searchable": null,
"is_filterable": true,
"is_variant": null,
"is_variant_listable": null,
"is_form_required": null,
"is_form_field_required": null,
"default_fields": [
"is_visible",
"is_searchable",
"is_variant",
"is_variant_listable",
"is_form_required",
"is_form_field_required"
],
"order": 0,
"attribute_config_group": null
}
]
}Last updated
Was this helpful?

