Log in
Interface

AttributeSetManagementInterface

Magento\Catalog\Api\AttributeSetManagementInterface

What it does

This interface defines the service contract for managing product attribute sets in Magento 2.

Developers use it to programmatically create new attribute sets based on existing skeleton sets, which is useful when building import tools, setup scripts, or custom attribute set management features.

The interface ensures consistent attribute set creation across different implementations.

Public Methods

  • create()