메소드 |
설명 |
|
attributeAdd ( string $attributeId, string $attributeSetId, string $attributeGroupId = null, string $sortOrder = null ) : Smalot\Magento\ActionInterface |
Allows you to add an existing attribute to an attribute set. |
|
attributeRemove ( string $attributeId, string $attributeSetId ) : Smalot\Magento\ActionInterface |
Allows you to remove an existing attribute from an attribute set. |
|
create ( string $attributeSetName, string $skeletonSetId ) : Smalot\Magento\ActionInterface |
Allows you to create a new attribute set based on another attribute set. |
|
getList ( ) : Smalot\Magento\ActionInterface |
Allows you to retrieve the list of product attribute sets. |
|
groupAdd ( string $attributeSetId, string $groupName ) : Smalot\Magento\ActionInterface |
Allows you to add a new group for attributes to the attribute set. |
|
groupRemove ( string $attributeGroupId ) : Smalot\Magento\ActionInterface |
Allows you to remove a group from an attribute set. |
|
groupRename ( string $groupId, string $groupName ) : Smalot\Magento\ActionInterface |
Allows you to rename a group in the attribute set. |
|
remove ( string $attributeSetId, string $forceProductsRemove ) : Smalot\Magento\ActionInterface |
Allows you to remove an existing attribute set. |
|