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.

Parameters

productIds

List of product identifiers to add to cart

Functions

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