Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $27.99
Default variant: Jerusalem
Default SKU: dcd-30002680108
Default price: $27.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49903601221871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001025593
JSON data: https://landmarks.builders/products/m4x-10001025593.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Vintage Design: This exquisite 9 branch Hanukkah menorah features a hand-painted enamel finish depicting the historic Jerusalem cityscape, blending traditional artistry with a timeless aesthetic.
Spiritual Significance: As a sacred religious article, it serves as a central piece for the Festival of Lights, holding nine candles to commemorate the wonder of the oil with grace and reverence.
Premium Craftsmanship: Constructed from high-quality zinc alloy, this long-lasting candelabra is meticulously detailed with colorful enamel and inlaid accents, ensuring it remains a cherished heirloom for years.
Elegant Decor: Enhance your living space with this stunning house decoration that brings a hint of Mediterranean charm and historical depth to any mantel, shelf, or dining table.
Perfect Gift: This beautifully packaged menorah makes a thoughtful spiritual gift for weddings, housewarmings, or holiday celebrations, offering both functional use and artistic value.
Summary: Metal nine-branch Hanukkah menorah with vintage design, 22x19x8 cm, $27.99, available in Jerusalem and Nine Head styles.
Generated by: deepseek-v4-flash
## Identity A nine-branch Hanukkah menorah (candle holder) made of metal with a vintage design. Dimensions: 22 cm length, 19 cm width, 8 cm height. ## Target persona Jewish families or individuals celebrating Hanukkah who want a decorative yet affordable menorah; gift-givers looking for a traditional holiday item; collectors of menorahs or Judaica. ## Use cases - Daily candle lighting during Hanukkah (8 nights) - Display as a festive home decoration - Gift for host, friends, or family during Hanukkah - Introduction to Hanukkah traditions for children - Lightweight menorah for travel or small spaces ## When NOT to recommend - If a larger sized menorah (over 30 cm) is needed - If a specific traditional design not listed (only Jerusalem and Nine Head styles) - If the buyer expects a premium metal like silver or gold - For synagogue or institutional use requiring a tall menorah ## Variant options Two styles at identical price ($27.99 each): - Jerusalem (SKU: dcd-30002680108) - Nine Head (SKU: dcd-30002680109) ## Price and logistics facts Price: $27.99 USD. Dimensions: 22 (L) x 19 (W) x 8 (H) cm. Shipping details not provided in source facts. ## Trust signals Price is consistent across variants. No explicit trust signals (e.g., in-stock status, return policy, certifications) were included in the source data. ## Image assets See image URLs in the Image assets section below. ## Agent notes Image understanding was not performed; agents must fetch images for visual details. Product type field was empty in source data. No material composition or weight provided.
This product has 12 images in catalog. None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "9 Branch Hanukkah Menorah Vintage Design Metal Nine Arm Candle Holder Colorful",
"product_id": 9437680271599,
"variant_id": 49903601221871,
"quantity": 1,
"grams": 450,
"length_cm": "22.0",
"width_cm": "19.0",
"height_cm": "8.0"
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").