Interface SharedShoppingCartReaderInterface
Interface SharedShoppingCartReaderInterface
Direct known implementers
Package: SharedShoppingCart\Interfaces
Category: System
Located at Services/Core/ShoppingCart/interfaces/SharedShoppingCartReaderInterface.inc.php
Category: System
Located at Services/Core/ShoppingCart/interfaces/SharedShoppingCartReaderInterface.inc.php
Methods summary
public
getShoppingCart( StringType $shoppingCartHash )
: string
Gets the content in JSON format of the shopping cart corresponding to the hash
public
getShoppingCartsByCustomerId( IdType $customerId )
: SharedShoppingCartCollection
Gets a collection of all shared shopping carts by a given customer ID.