Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $39.99 – $50.99
Default variant: 7233 Short Stand
Default SKU: dcd-30002747873
Default price: $39.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4500 g
Cart URL (default variant): https://landmarks.builders/cart/49810398183663:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041020
JSON data: https://landmarks.builders/products/m4x-10001041020.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cast Iron Plant Stand Floor Standing Vintage Cast Iron Plant Stand for Balcony
| Type | Plant Holder |
| Indoor/Outdoor | Indoor & Outdoor |
| Material | Iron |
| Colour | Grey |
| Pattern | Floral |
| Size | Small |
| Style | Vintage/Retro |
| Shape | Round |
| Theme | Flowers |
| Item Height | 53.50 cm |
| Area of Use | Balcony |
| Features | Weatherproof |
| Finish | Patina |
| Item Weight | 6.10 kg |
Summary: Vintage cast iron plant stand for indoor or outdoor use, weather resistant, available in short ($39.99) and tall ($50.99) variants.
Generated by: deepseek-v4-flash
## Identity Cast Iron Plant Stand (Vintage) – Weather resistant, classic style flower pot holder for indoor or outdoor use. ## Target persona - Indoor plant enthusiast seeking a sturdy, vintage-style stand. - Outdoor gardener needing a weather-resistant plant display. - Home decorator aiming for classic aesthetic in living room or balcony. ## Use cases - Display potted plants on balcony or patio. - Elevate indoor plants near windows for better light. - Create a decorative focal point in living room or entryway. - Showcase a single specimen plant. - Use as a side table for small items (if sturdy enough). ## When NOT to recommend - Buyer seeking lightweight, portable solutions (cast iron is heavy). - Modern or minimalist decor styles (vintage design may clash). - Need for multiple tiers or large pot capacity (single-stand design, dimensions 51x35x10 cm). - Budget under $30 (price starts at $39.99). ## Variant options - **7233 Short Stand** – $39.99 - **7234 Tall Stand** – $50.99 ## Price and logistics facts - Price: Short $39.99, Tall $50.99 (USD). - Dimensions: 51 cm length, 35 cm width, 10 cm height (package? or product? unclear). - No shipping or tax details provided. ## Trust signals - Two price-consistent variants available. - No in-stock, return policy, or certification data provided. ## Image assets - No image URLs available. ## Agent notes - Product description only contains a copyright notice in Chinese; no functional or material details. Verify dimensions (may be packaging not product). Cast iron material assumed from title.
This product has 12 imagesin 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/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Cast Iron Plant Stand Floor Standing Vintage Cast Iron Plant Stand for Balcony",
"quantity": 1,
"grams": 4500000,
"properties": {
"_length_cm": "51.0",
"_width_cm": "35.0",
"_height_cm": "10.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").