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
Rock Ornament – Led Zeppelin Christmas Decoration, Rock Music Acrylic Ornament

Rock Ornament – Led Zeppelin Christmas Decoration, Rock Music Acrylic Ornament

$12.99Price
Bring a touch of rock legend magic to your Christmas tree with this inspired rock cartoon Christmas Ornament — the perfect mix of vintage rock energy and holiday spirit. Featuring a vibrant caricature of the Led Zeppelin frontman in festive style, this glossy acrylic ornament celebrates the wild soul of classic rock with a merry twist.

Made from premium, optically clear acrylic with a high-gloss finish, it shines beautifully under Christmas lights. Printed with vivid UV colors and paired with a red ribbon for hanging, it’s ready to make your holidays loud, fun, and unforgettable.

Product Details:
-Material: Optically clear digital-grade acrylic
-Size Circle diameter 3″ (7.8 cm)
-Thickness: 0.25″ (6.35 mm)
-Technique: UV printing for vibrant, lasting color
-One-sided print, glossy finish
-Comes with a red ribbon for hanging


Whether you’re decorating your own tree or looking for a unique gift for a Zeppelin fan, this ornament screams “Have yourself a merry little Rockmas!” 🎸

In compliance with the General Product Safety Regulation (GPSR), Oak inc. and SINDEN VENTURES LIMITED ensure that all consumer products offered are safe and meet EU standards. For any product safety related inquiries or concerns, please contact our EU representative at gpsr@sindenventures.com. You can also write to us at 123 Main Street, Anytown, Country or Markou Evgenikou 11, Mesa Geitonia, 4002, Limassol, Cyprus.
Quantity
SKU: 691A3FCFB39B8_20250
    bottom of page