Log in
Interface

DownloadableOptionInterface

Magento\Downloadable\Api\Data\DownloadableOptionInterface

What it does

This interface defines the contract for managing downloadable links associated with a product option in Magento's Downloadable module.

Developers use this when working with cart items or order items that contain downloadable products, allowing them to retrieve or set which specific downloadable links a customer has selected or purchased.

It's primarily used in checkout, order processing, and API operations involving downloadable products.

Public Methods

  • getDownloadableLinks()
  • setDownloadableLinks()