Post Attribute Add
POST {{baseUrl}}/attribute.add.json?type=<string>&name=<string>&store_id=<string>&lang_id=<string>&visible=<boolean>&required=<boolean>&position=<integer>&is_global=<string>&is_searchable=<boolean>&is_filterable=<string>&is_comparable=<boolean>&is_html_allowed_on_front=<boolean>&is_filterable_in_search=<boolean>&is_configurable=<boolean>&is_visible_in_advanced_search=<boolean>&is_used_for_promo_rules=<boolean>&used_in_product_listing=<boolean>&used_for_sort_by=<boolean>&apply_to=<string>
Add new attribute
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | Defines image's types that are specified by comma-separated list | |
name | string | Coupon name | |
store_id | string | Defines store id where the webhook should be assigned | |
lang_id | string | Language id | |
visible | string | Set visibility status | |
required | string | Defines if the option is required | |
position | string | Defines image’s position in the list | |
is_global | string | Attribute saving scope | |
is_searchable | string | Use attribute in Quick Search | |
is_filterable | string | Use In Layered Navigation | |
is_comparable | string | Comparable on Front-end | |
is_html_allowed_on_front | string | Allow HTML Tags on Frontend | |
is_filterable_in_search | string | Use In Search Results Layered Navigation | |
is_configurable | string | Use To Create Configurable Product | |
is_visible_in_advanced_search | string | Use in Advanced Search | |
is_used_for_promo_rules | string | Use for Promo Rule Conditions | |
used_in_product_listing | string | Used in Product Listing | |
used_for_sort_by | string | Used for Sorting in Product Listing | |
apply_to | string | Types of products which can have this attribute |