Groups

catalog Product Attribute Group Repository V1Save Put

put

Save attribute group

Path parameters
attributeSetIdstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"group":{"attribute_group_id":"<string>","attribute_group_name":"<string>","attribute_set_id":"<integer>","extension_attributes":{"attribute_group_code":"<string>","sort_order":"<string>"}}}
Responses
200

OK

application/json
Responseobject
put
/V1/products/attribute-sets/{attributeSetId}/groups

catalog Product Attribute Group Repository V1Save Post

post

Save attribute group

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"group":{"attribute_group_id":"<string>","attribute_group_name":"<string>","attribute_set_id":"<integer>","extension_attributes":{"attribute_group_code":"<string>","sort_order":"<string>"}}}
Responses
200

OK

application/json
Responseobject
post
/V1/products/attribute-sets/groups

catalog Product Attribute Group Repository V1Delete By Id Delete

delete

Remove attribute group by id

Path parameters
groupIdstringRequired

(Required)

Example: <integer>
Responses
200

OK

application/json
Responseobject
delete
/V1/products/attribute-sets/groups/{groupId}