DaffCartItemServiceInterface

The interface responsible for managing the items of a cart.

Properties

Name Type Description
list Observable<T[]> List all of the available items of a cart
get Observable<T> Get a specific cart item of a cart.
add Observable<Partial<V>> Add something to a cart.
update Observable<Partial<V>> Update an existing item in a cart
delete Observable<Partial<V>> Remove an item from a cart.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.