SetShippingAddressesOnCartInterface
Magento\QuoteGraphQl\Model\Cart\SetShippingAddressesOnCartInterface
What it does
This interface defines a contract for setting shipping addresses on a shopping cart through GraphQL.
Developers implement this interface when creating custom logic to handle shipping address assignment in GraphQL mutations, such as adding validation, modifying address data, or integrating with third-party shipping systems.
It serves as an extension point allowing customization of the shipping address setting process in the GraphQL API.
Public Methods
- execute()