Groups
Save attribute group
Path parameters
attributeSetIdstringRequiredExample:
(Required)
<string>Header parameters
Content-TypestringOptionalExample:
application/jsonBody
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
/V1/products/attribute-sets/{attributeSetId}/groupsSave attribute group
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/products/attribute-sets/groupsRemove attribute group by id
Path parameters
groupIdstringRequiredExample:
(Required)
<integer>Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/V1/products/attribute-sets/groups/{groupId}