Groups
Save attribute group
Path parameters
attributeSetIdstringRequiredExample:
(Required)
<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
401
Unauthorized
application/json
500
Internal Server Error
application/json
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>"
}
}
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
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>"
}
}
Remove 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
DELETE /V1/products/attribute-sets/groups/{groupId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
true