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
PUT /V1/products/attribute-sets/{attributeSetId}/groups HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 191

{
  "group": {
    "attribute_group_id": "<string>",
    "attribute_group_name": "<string>",
    "attribute_set_id": "<integer>",
    "extension_attributes": {
      "attribute_group_code": "<string>",
      "sort_order": "<string>"
    }
  }
}
{
  "attribute_group_id": "<string>",
  "attribute_group_name": "<string>",
  "attribute_set_id": "<integer>",
  "extension_attributes": {
    "attribute_group_code": "<string>",
    "sort_order": "<string>"
  }
}

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
POST /V1/products/attribute-sets/groups HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 191

{
  "group": {
    "attribute_group_id": "<string>",
    "attribute_group_name": "<string>",
    "attribute_set_id": "<integer>",
    "extension_attributes": {
      "attribute_group_code": "<string>",
      "sort_order": "<string>"
    }
  }
}
{
  "attribute_group_id": "<string>",
  "attribute_group_name": "<string>",
  "attribute_set_id": "<integer>",
  "extension_attributes": {
    "attribute_group_code": "<string>",
    "sort_order": "<string>"
  }
}

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
DELETE /V1/products/attribute-sets/groups/{groupId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
true