import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import java.util.*; @RestController public class CheckoutController { @GetMapping("/checkout") public Map checkout( @RequestParam String products, @RequestParam(required = false) String coupon) { // Parse products Map productQuantities = new HashMap<>(); for (String productEntry : products.split(",")) { String[] parts = productEntry.split(":"); productQuantities.put( parts[0], // Product ID Integer.parseInt(parts[1]) // Quantity ); } // Build result Map result = new HashMap<>(); result.put("products", productQuantities); result.put("coupon", coupon != null ? coupon : "No coupon applied"); return result; } }
top of page

Mr.Cooper Warrior Hoodie

Original price

$120.00

Sale price

$84.00

With the NBA All-Star back in the Bay Area, it's the perfect time to release the Mr Cooper Warriors Hoodies. Mark Curry, who played a Warrior on the show "Hanging With Mr Cooper," has returned to Oakland to teach the youth. This 14 oz heavyweight black hoodie captures the nostalgia. Show your Oakland pride and stand out with the Cooper Warrior Hoodie—it's more than just clothing; it's history

Size

Quantity

Printing

Direct to Garment

Size Chart

Size Body Length Chest Width Sleeve Length
Small 26 7/8 20 1/2 23 7/8
Medium 28 1/8 22 1/2 24 3/8
Large 29 1/4 24 1/2 24 7/8
XL  30 3/8 26 1/2 25 3/8
2X 31 1/2 28 1/2 25 7/8
3x.                        31 7/8               31 1/2                     25 3/4

 

Loading…

RELATED PRODUCTS

bottom of page