ShoppingCartServiceInterface

Extends

Interface ShoppingCartServiceInterface

category

System

package

ShoppingCart

subpackage

Interfaces

Methods

Deletes all shared shopping carts by a given customer ID.

deleteShoppingCartsByCustomerId(\IdType $customerId) 

Arguments

$customerId

\IdType

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

getShoppingCartsByCustomerId(\IdType $customerId) : \ShoppingCartCollection

Arguments

$customerId

\IdType

Response

\ShoppingCartCollection