Interface
ShippingInterface
Magento\Quote\Api\Data\ShippingInterface
What it does
This interface defines the structure for shipping information in a quote (shopping cart).
Developers use this when working with quote shipping data through the API, such as setting the shipping address and selecting a shipping method during checkout.
It provides a standardized way to access and modify shipping details for orders before they are placed.
Public Methods
- getAddress()
- setAddress()
- getMethod()
- setMethod()
- getExtensionAttributes()
- setExtensionAttributes()