addProductsToShoppingCart(quoteId, shoppingCartProducts);
testObjects.put("productIds", productIds);
// Create the shopping cart customer
ShoppingCartCustomerEntity customer = (ShoppingCartCustomerEntity) testObjects.get("customer");
setShoppingCartCustomer(quoteId, customer);
// Set the customer addresses to the shopping cart
List<ShoppingCartCustomerAddressEntity> customerAddresses = (List<ShoppingCartCustomerAddressEntity>) testObjects.get("customerAddresses");
setCustomerAddressesToShoppingCart(quoteId, customerAddresses);