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

Bay All-Star Hoodie

Original price

$60.00

Sale price

$30.00

Mid-weight 9.4 oz BayAll Star Hoodie is the perfect way to celebrate the NBA All-Star coming to the Bay Area! This classic black hoodie features the exclusive Oakland Don't Play custom logo, commemorating the 2025 event and the All-Star game's return to Oakland. Proudly represent our Real Oakland brand with a stylish and comfortable hoodie that blends quality and local pride. It's more than just apparel; it's a statement of our vibrant community spirit. Get yours today and show the world that Oakland Don't Play!

Size

Quantity

Printing

Direct to Film

Size Chart

Measurements XS S M L XL 2XL 3XL 4XL
CHEST WIDTH 19 20 21 23 25 26.5 28 29.5
BODY LENGTH 25 26 27 28 29 30 31 32

 

Loading…

RELATED PRODUCTS

bottom of page