ReDoc documentation
Retrieve attribute set information based on given ID
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "attribute_set_id": 0,
- "attribute_set_name": "string",
- "sort_order": 0,
- "entity_type_id": 0,
- "extension_attributes": { }
}
Save attribute set data
200 Success.
400 Bad Request
401 Unauthorized
Internal Server error
Unexpected error
{- "attributeSet": {
- "attribute_set_id": 0,
- "attribute_set_name": "string",
- "sort_order": 0,
- "entity_type_id": 0,
- "extension_attributes": { }
}
}
{- "attribute_set_id": 0,
- "attribute_set_name": "string",
- "sort_order": 0,
- "entity_type_id": 0,
- "extension_attributes": { }
}