curl --location -g --request POST 'http:///V1/products/attributes' \
--header 'Content-Type: application/json' \
--data-raw '{
"attribute": {
"apply_to": [
"string"
],
"attribute_code": "string",
"attribute_id": 0,
"backend_model": "string",
"backend_type": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"default_frontend_label": "string",
"default_value": "string",
"entity_type_id": "string",
"extension_attributes": {},
"frontend_class": "string",
"frontend_input": "string",
"frontend_labels": [
{
"label": "string",
"store_id": 0
}
],
"is_comparable": "string",
"is_filterable": true,
"is_filterable_in_grid": true,
"is_filterable_in_search": true,
"is_html_allowed_on_front": true,
"is_required": true,
"is_searchable": "string",
"is_unique": "string",
"is_used_for_promo_rules": "string",
"is_used_in_grid": true,
"is_user_defined": true,
"is_visible": true,
"is_visible_in_advanced_search": "string",
"is_visible_in_grid": true,
"is_visible_on_front": "string",
"is_wysiwyg_enabled": true,
"note": "string",
"options": [
{
"is_default": true,
"label": "string",
"sort_order": 0,
"store_labels": [
{
"label": "string",
"store_id": 0
}
],
"value": "string"
}
],
"position": 0,
"scope": "string",
"source_model": "string",
"used_for_sort_by": true,
"used_in_product_listing": "string",
"validation_rules": [
{
"key": "string",
"value": "string"
}
]
}
}'
{
"apply_to": [
"string"
],
"attribute_code": "string",
"attribute_id": 0,
"backend_model": "string",
"backend_type": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"default_frontend_label": "string",
"default_value": "string",
"entity_type_id": "string",
"extension_attributes": {},
"frontend_class": "string",
"frontend_input": "string",
"frontend_labels": [
{
"label": "string",
"store_id": 0
}
],
"is_comparable": "string",
"is_filterable": true,
"is_filterable_in_grid": true,
"is_filterable_in_search": true,
"is_html_allowed_on_front": true,
"is_required": true,
"is_searchable": "string",
"is_unique": "string",
"is_used_for_promo_rules": "string",
"is_used_in_grid": true,
"is_user_defined": true,
"is_visible": true,
"is_visible_in_advanced_search": "string",
"is_visible_in_grid": true,
"is_visible_on_front": "string",
"is_wysiwyg_enabled": true,
"note": "string",
"options": [
{
"is_default": true,
"label": "string",
"sort_order": 0,
"store_labels": [
{
"label": "string",
"store_id": 0
}
],
"value": "string"
}
],
"position": 0,
"scope": "string",
"source_model": "string",
"used_for_sort_by": true,
"used_in_product_listing": "string",
"validation_rules": [
{
"key": "string",
"value": "string"
}
]
}