Interface SharedShoppingCartReaderInterface

Interface SharedShoppingCartReaderInterface

Direct known implementers

SharedShoppingCartReader

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.