Interface ShoppingCartServiceInterface

Interface ShoppingCartServiceInterface

Direct known implementers

MinimalShoppingCartService

Methods summary

public deleteShoppingCartsByCustomerId( IdType $customerId )

Deletes all shared shopping carts by a given customer ID.

public getShoppingCartsByCustomerId( IdType $customerId ) : ShoppingCartCollection

Gets a collection of all shopping carts by a given customer ID.