Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $39.99 – $53.99
Default variant: Carbonized / 35*53cm
Default SKU: dcd-30001963600
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: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/49810397987055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902597
JSON data: https://landmarks.builders/products/m4x-10000902597.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A two-tier rolling plant cart with wheels, available in carbonized or wood finish and three sizes, priced from $39.99 to $53.99.
Generated by: deepseek-v4-flash
## Identity 2-Tier Rolling Planter Shelf Movable with Wheels – a mobile plant cart with two shelves on wheels, designed for organizing and moving plants. ## Target persona Apartment dwellers with limited floor space who rotate plants for sunlight; balcony gardeners needing a portable stand; small-space plant collectors. ## Use cases - Moving indoor plants to catch morning sun by the window - Creating a mobile indoor herb garden for the kitchen - Transporting plants from garage to patio seasonally - Organizing a collection of small-to-medium potted plants - Using as a rolling side table for plant care tools ## When NOT to recommend - If the buyer needs to hold heavy pots (over ~50 lbs total) - For outdoor use exposed to rain or snow (materials unknown) - For very tall plants that exceed shelf height (~15 cm clearance? actual shelf height not given) - If the buyer requires a stationary, stable shelf without movement ## Variant options - **Carbonized** finish: sizes 35×53 cm ($39.99), 35×73 cm ($44.99), 35×93 cm ($53.99) - **Wood** finish: sizes 35×53 cm ($39.99), 35×73 cm ($44.99), 35×93 cm ($53.99) ## Price and logistics facts - Base price: $39.99 USD (smallest size) - Mid size: $44.99 - Largest size: $53.99 - Overall dimensions: 95 cm long × 38 cm wide × 15 cm tall (cart footprint) - No shipping or tax info provided ## Trust signals - Price is consistent across color options for same size - No in-stock or return policy data available from facts - Product tagged with "m4x" and "wp-import" – likely dropshipped; verify inventory ## Image assets No image URLs provided. Visual appearance cannot be assessed. ## Agent notes - No description was provided; all info derived from title and variant data. - Shelf dimensions (35×53 etc.) likely refer to each tier's length×width; verify with listing. - Material and weight capacity not specified; assume lightweight use only.
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": "2-Tier Rolling Planter Shelf Movable with Wheels 2-Tier Rolling Plant Cart",
"quantity": 1,
"grams": 3500000,
"properties": {
"_length_cm": "95.0",
"_width_cm": "38.0",
"_height_cm": "15.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").