AiutaTryOnCartOutfitFeatureHandler

Interface for handling outfit-related cart actions in the try-on feature.

This interface defines the contract for implementing outfit cart functionality, allowing integration with external shopping cart systems for adding multiple products from an outfit to the cart.

Functions

Link copied to clipboard
abstract fun addToCartOutfit(productIds: List<String>)

Adds multiple products from an outfit to the shopping cart.