Retrieve attribute set information based on given ID
/V1/eav/attribute-sets/{attributeSetId}
(Required)
<integer>
Save attribute set data
/V1/eav/attribute-sets/{attributeSetId}
(Required)
<string>
application/json
{"attributeSet":{"attribute_set_name":"<string>","sort_order":"<integer>","attribute_set_id":"<integer>","entity_type_id":"<integer>","extension_attributes":"<object>"}}
Remove attribute set by given ID
/V1/eav/attribute-sets/{attributeSetId}
(Required)
<integer>
Create attribute set from data
/V1/eav/attribute-sets
application/json
{"entityTypeCode":"<string>","attributeSet":{"attribute_set_name":"<string>","sort_order":"<integer>","attribute_set_id":"<integer>","entity_type_id":"<integer>","extension_attributes":"<object>"},"skeletonId":"<integer>"}