QuoteGraphQl Module
Model\CartItem\DataProvider\CustomizableOptionValueInterface
This interface defines a contract for data providers that extract and format customizable product option values from quote (cart) items for GraphQL re...
Model\CartItem\PrecursorInterface
This interface defines a contract for preprocessing cart item data before GraphQL cart operations are executed. Developers implement this interface to...
Model\Cart\BuyRequest\BuyRequestDataProviderInterface
This interface defines a contract for providers that build buy request data when adding products to a shopping cart via GraphQL. Developers implement...
Model\Cart\CreateBuyRequestDataProviderInterface
This interface defines a contract for converting GraphQL cart item data into a buy request format that Magento's catalog product system can understand...
Model\Cart\MergeCarts\CartQuantityValidatorInterface
This interface defines a contract for validating cart item quantities when merging a guest cart with a customer cart in GraphQL operations. Developers...
Model\Cart\Payment\AdditionalDataProviderInterface
This interface defines a contract for providers that supply additional data for payment methods in GraphQL checkout operations. Developers implement t...
Model\Cart\SetShippingAddressesOnCartInterface
This interface defines a contract for setting shipping addresses on a shopping cart through GraphQL. Developers implement this interface when creating...
Model\Cart\SetShippingMethodsOnCartInterface
This interface defines a contract for setting shipping methods on a shopping cart through GraphQL. Developers implement this interface when creating c...