ReDoc documentation

products/attribute-sets/attributes

products/attribute-sets/attributes

post/V1/products/attribute-sets/attributes

Assign attribute to attribute set

Request
Request Body schema:
attributeCode
required
string
attributeGroupId
required
integer
attributeSetId
required
integer
sortOrder
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "attributeSetId": 0,
  • "attributeGroupId": 0,
  • "attributeCode": "string",
  • "sortOrder": 0
}
Response samples
0
0