Attribute sets

eav Attribute Set Repository V1Get Get

get

Retrieve attribute set information based on given ID

Path parameters
attributeSetIdstringRequired

(Required)

Example: <integer>
Responses
get
/V1/eav/attribute-sets/{attributeSetId}

eav Attribute Set Repository V1Save Put

put

Save attribute set data

Path parameters
attributeSetIdstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"attributeSet":{"attribute_set_name":"<string>","sort_order":"<integer>","attribute_set_id":"<integer>","entity_type_id":"<integer>","extension_attributes":"<object>"}}
Responses
put
/V1/eav/attribute-sets/{attributeSetId}

eav Attribute Set Repository V1Delete By Id Delete

delete

Remove attribute set by given ID

Path parameters
attributeSetIdstringRequired

(Required)

Example: <integer>
Responses
delete
/V1/eav/attribute-sets/{attributeSetId}

eav Attribute Set Management V1Create Post

post

Create attribute set from data

Header parameters
Content-TypestringOptionalExample: application/json
Body
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
post
/V1/eav/attribute-sets