ReDoc documentation

products/attribute-sets/{attributeSetId}/groups

products/attribute-sets/{attributeSetId}/groups

put/V1/products/attribute-sets/{attributeSetId}/groups

Save attribute group

Request
path Parameters
attributeSetId
required
string
Request Body schema:
required
object (eav-data-attribute-group-interface)

Interface AttributeGroupInterface

Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "group": {
    }
}
Response samples
{
  • "attribute_group_id": "string",
  • "attribute_group_name": "string",
  • "attribute_set_id": 0,
  • "extension_attributes": {
    }
}