ProductInfoInterface
Magento\InventoryInStorePickupApi\Api\Data\SearchRequest\ProductInfoInterface
What it does
This interface defines the contract for product information used in in-store pickup search requests.
Developers use this when building or integrating with Magento's in-store pickup functionality to pass product data (primarily SKU) when searching for available pickup locations.
It extends ExtensibleDataInterface to allow custom attributes to be added through extension attributes.
Public Methods
- getSku()
- getExtensionAttributes()
- setExtensionAttributes()