Interface
ProductAttributeMediaGalleryManagementInterface
Magento\Catalog\Api\ProductAttributeMediaGalleryManagementInterface
What it does
This interface defines the contract for managing product media gallery images through the API.
Developers use this to programmatically add, update, remove, and retrieve product images and their associated data (position, labels, types) using the product SKU.
It's essential for integrations that need to manage product images without using the admin interface.
Public Methods
- create()
- update()
- remove()
- get()
- getList()