How to Add Multiple Attribute Values?
PreviousHow to Create Product Attributes and Attribute Sets in Omnitron?NextHow to Manage Catalogs in Omnitron?
Last updated
Was this helpful?
Was this helpful?
{{omnitron_url}}/api/v1/attributes/{
"key": "concern_oily",
"data_type": "bool",
"default_value": null,
"is_required": false,
"is_visible": false,
"is_searchable": false,
"is_filterable": true,
"is_variant": false,
"is_variant_listable": false,
"name": "Oily",
"is_form_required": false,
"is_form_field_required": false,
"erp_code": "concern_oily",
"pre_attribute": false,
"is_offer": false,
"is_localizable": false
}{{omnitron_url}}/api/v1/mappings/{
"mapping_type": "attribute_value",
"value_dict": {
"attributes__erp_concern_oily__isnull": false
},
"default_value": {},
"default_attribute": "erp_concern_oily",
"priority": 1,
"mapping_key": "Oily",
"create_all_kind": false
}/?attributes_concern_oily=True&attributes_concern_sensitive=True