Attribute sets
Retrieve attribute set information based on given ID
Path parameters
attributeSetIdstringRequiredExample:
(Required)
<integer>Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/eav/attribute-sets/{attributeSetId}Save attribute set data
Path parameters
attributeSetIdstringRequiredExample:
(Required)
<string>Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"attributeSet":{"attribute_set_name":"<string>","sort_order":"<integer>","attribute_set_id":"<integer>","entity_type_id":"<integer>","extension_attributes":"<object>"}}Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
/V1/eav/attribute-sets/{attributeSetId}Remove attribute set by given ID
Path parameters
attributeSetIdstringRequiredExample:
(Required)
<integer>Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/V1/eav/attribute-sets/{attributeSetId}Create attribute set from data
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"entityTypeCode":"<string>","attributeSet":{"attribute_set_name":"<string>","sort_order":"<integer>","attribute_set_id":"<integer>","entity_type_id":"<integer>","extension_attributes":"<object>"},"skeletonId":"<integer>"}Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/eav/attribute-sets