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; } }

SEARCH

AND MORE

PICK UP

HOT

59%OFF! マヌカハニー 8+ が2580円&1本から送料無料!どなたでもご購入OK! モラン博士直系 MGS認定書/分析書付 250g 1本 MG200以上 モノフローラル 生 はちみつ ニュージーランド産 非加熱 無添加 マリリニュージーランド 【本店限定!会員パスポートでさらに最大12%OFF】

当店通常価格 ¥ 6,400
販売価格 ¥ 2,580 税込
会員様はさらに2%OFF! ¥ 2,528 税込
販売期間
詳細を見る

50%OFF!【マリリの月イチ!】 マヌカハニー キャンディー ロゼンジ 3箱 認定書/分析書付き MGS認証 マヌカゴールド MGS12+/MG400以上 はちみつ 非加熱 【本店限定!会員パスポートでさらに最大12%OFF】【送料無料】【ネコポス(ポスト投函)】

当店通常価格 ¥ 5,850
販売価格 ¥ 2,925 税込
会員様はさらに2%OFF! ¥ 2,866 税込
販売期間
詳細を見る

【マリリの月イチ!】15%OFF! プロポリス 原液 25ml 1本 ニュージーランド産 乾燥エキス濃度25% 自然養蜂 プロポリスエキス スポイト内蔵 マリリニュージーランド 【本店限定!会員パスポートでさらに最大12%OFF】

当店通常価格 ¥ 2,980
販売価格 ¥ 2,533 税込
会員様はさらに2%OFF! ¥ 2,482 税込
販売期間
詳細を見る