ReDoc documentation

eav/attribute-sets/{attributeSetId}

eav/attribute-sets/{attributeSetId}

get/V1/eav/attribute-sets/{attributeSetId}

Retrieve attribute set information based on given ID

Request
path Parameters
attributeSetId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "attribute_set_id": 0,
  • "attribute_set_name": "string",
  • "sort_order": 0,
  • "entity_type_id": 0,
  • "extension_attributes": { }
}

eav/attribute-sets/{attributeSetId}

delete/V1/eav/attribute-sets/{attributeSetId}

Remove attribute set by given ID

Request
path Parameters
attributeSetId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
true

eav/attribute-sets/{attributeSetId}

put/V1/eav/attribute-sets/{attributeSetId}

Save attribute set data

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

Interface AttributeSetInterface

Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Request samples
{
  • "attributeSet": {
    }
}
Response samples
{
  • "attribute_set_id": 0,
  • "attribute_set_name": "string",
  • "sort_order": 0,
  • "entity_type_id": 0,
  • "extension_attributes": { }
}