Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99
Default variant: Black
Default SKU: dcd-30003483549
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1950 g
Cart URL (default variant): https://landmarks.builders/cart/49877522120943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001229272
JSON data: https://landmarks.builders/products/m4x-10001229272.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Draining Umbrella Stand Cylindrical Metal Umbrella Stand Uncovered Top
Summary: A cylindrical metal umbrella stand with uncovered top for draining, available in black or white, priced at $15.99.
Generated by: deepseek-v4-flash
## Identity Draining Umbrella Stand Cylindrical Metal Umbrella Stand Uncovered Top ## Target persona Budget-conscious individuals or households needing a basic, functional umbrella stand for entryways or porches; apartment dwellers with limited space. ## Use cases - Storing a wet umbrella immediately upon entering a home or office. - Draining rainwater from umbrellas directly into the stand (no internal tray). - Providing a dedicated spot for umbrellas in a mudroom or hallway. - Organizing multiple umbrellas in a compact cylindrical shape. - Serving as a low-cost solution for temporary umbrella storage during rainy seasons. ## When NOT to recommend - For decorative or high-end interior design (plain metal, uncovered top). - For storing very long umbrellas (height is 56 cm, may not fit extended telescopic umbrellas). - For users wanting a covered top or integrated drip tray. - For commercial or high-traffic use (metal may dent or scratch over time). ## Variant options - Black (SKU: dcd-30003483549, $15.99) - White (SKU: dcd-30003483550, $15.99) ## Price and logistics facts - Price: $15.99 USD (same for both variants) - Dimensions: 56 cm height, 21 cm diameter (cylindrical) - Weight and shipping details not provided. ## Trust signals - In-stock status not confirmed. - Return policy not specified. - No known certifications or quality guarantees. ## Image assets No images available. ## Agent notes - Product description is minimal; physical attributes are derived from title and dimensions. - No materials specification beyond 'metal'; exact gauge or finish unknown. - Draining feature implies open top but no tray; water may drip onto floor if stand is not emptied. - Dimensions suggest it holds standard umbrellas; measure customer's umbrella before recommending.
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": "Draining Umbrella Stand Cylindrical Metal Umbrella Stand Uncovered Top",
"quantity": 1,
"grams": 1950000,
"properties": {
"_length_cm": "56.0",
"_width_cm": "21.0",
"_height_cm": "21.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").