Interface ShoppingCartServiceInterface
Interface ShoppingCartServiceInterface
Direct known implementers
Package: ShoppingCart\Interfaces
Category: System
Located at Services/Core/ShoppingCart/interfaces/ShoppingCartServiceInterface.inc.php
Category: System
Located at Services/Core/ShoppingCart/interfaces/ShoppingCartServiceInterface.inc.php
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.