// Controllers/CheckoutController.cs using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; namespace CheckoutExample.Controllers { [ApiController] [Route("api/[controller]")] public class CheckoutController : ControllerBase { [HttpGet] public IActionResult Get(string products, string coupon) { // Parse products var productQuantities = new Dictionary(); if (!string.IsNullOrEmpty(products)) { foreach (var entry in products.Split(',')) { var parts = entry.Split(':'); if (parts.Length == 2) { if (int.TryParse(parts[1], out int quantity)) { productQuantities.Add(parts[0], quantity); } } } } // Build response var response = new { Products = productQuantities, Coupon = coupon ?? "No coupon applied" }; return Ok(response); } } }
  • Lieferung nach Hause

Metz Standfuß

600,00

Metz Standfuß

  • Standfuß, passend für Flachbildschirme
  • maximale Bildschirmgröße: 140 cm, 55 Zoll

Lieferzeit: 3-5 Werktage

Metz Standfuß

Beschreibung

Standfuß, passend für Flachbildschirme, maximale Bildschirmgröße: 140 cm, 55 Zoll

Datenblatt

Art

-Standfuß

passend für

-Flachbildschirme
-maximale Bildschirmgröße: 140 cm
-Zoll 55

Logistikmaße mit Verpackung

-Breite: 60 cm
-Höhe: 14 cm
-Tiefe: 123 cm
-Gewicht: 10 kg

Produktsicherheit

Herstellerinformationen

Metz Consumer Electronics GmbH
Ohmstraße 55 DE 90513 Zirndorf
info@metz-ce.de

Dokumente zur Produktsicherheit

Kategorien: ,
Arrow right icon Group Created with Sketch.