| Public Methods |
|
abstract
boolean
|
addShoppingCartCoupon(int quoteId, String couponCode, String storeId)
|
|
abstract
boolean
|
addShoppingCartProduct(int quoteId, List<Map<String, Object>> productsAttributes, List<Map<String, Object>> productsOptions, List<Map<String, Object>> productsBundleOptions, List<Map<String, Object>> productsBundleOptionsQty, String storeId)
|
|
abstract
int
|
createShoppingCart(String storeId)
|
|
abstract
String
|
createShoppingCartOrder(int quoteId, String storeId, List<String> licenses)
|
|
abstract
AttributesType
|
getShoppingCartInfo(int quoteId, String storeId)
|
|
abstract
AttributesCollectionType
|
listShoppingCartLicenses(int quoteId, String storeId)
|
|
abstract
AttributesType
|
listShoppingCartPaymentMethods(int quoteId, String storeId)
|
|
abstract
AttributesCollectionType
|
listShoppingCartProducts(int quoteId, String storeId)
|
|
abstract
AttributesCollectionType
|
listShoppingCartShippingMethods(int quoteId, String storeId)
|
|
abstract
AttributesCollectionType
|
listShoppingCartTotals(int quoteId, String storeId)
|
|
abstract
boolean
|
moveShoppingCartProductToCustomerQuote(int quoteId, List<Map<String, Object>> productsAttributes, List<Map<String, Object>> productsOptions, List<Map<String, Object>> productsBundleOptions, List<Map<String, Object>> productsBundleOptionsQty, String storeId)
|
|
abstract
boolean
|
removeShoppingCartCoupon(int quoteId, String storeId)
|
|
abstract
boolean
|
removeShoppingCartProduct(int quoteId, List<Map<String, Object>> productsAttributes, List<Map<String, Object>> productsOptions, List<Map<String, Object>> productsBundleOptions, List<Map<String, Object>> productsBundleOptionsQty, String storeId)
|
|
abstract
boolean
|
setShoppingCartCustomer(int quoteId, Map<String, Object> customer, String storeId)
|
|
abstract
boolean
|
setShoppingCartCustomerAddresses(int quoteId, List<Map<String, Object>> addresses, String storeId)
|
|
abstract
boolean
|
setShoppingCartPaymentMethod(int quoteId, Map<String, Object> method, String storeId)
|
|
abstract
boolean
|
setShoppingCartShippingMethod(int quoteId, String method, String storeId)
|
|
abstract
boolean
|
updateShoppingCartProduct(int quoteId, List<Map<String, Object>> productsAttributes, List<Map<String, Object>> productsOptions, List<Map<String, Object>> productsBundleOptions, List<Map<String, Object>> productsBundleOptionsQty, String storeId)
|