Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99
Default variant: Peony
Default SKU: dcd-30002902139
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: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/49878625321199:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001091218
JSON data: https://landmarks.builders/products/m4x-10001091218.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Folding Ironing Board Stable Legs Laundry Supply for Small Areas
| Size | 61cm*36cm*18cm |
Summary: Compact folding ironing board with stable legs, 63x39.5x6 cm, designed for small spaces. Six decorative styles available at $15.99.
Generated by: deepseek-v4-flash
## Identity Folding Ironing Board Stable Legs Laundry Supply for Small Areas – small footprint (63x39.5x6 cm) with folding legs. ## Target persona Apartment dwellers, college students, and anyone living in small quarters needing a space-saving ironing solution. ## Use cases - Ironing clothes in a cramped apartment hallway. - Quick touch-ups in a dorm room. - Laundry tasks in small laundry nooks. - Temporary setup in a closet or corner. - Use as a crafting/pressing surface in limited space. ## When NOT to recommend - Household with large families needing frequent heavy ironing. - Commercial laundry or dry-cleaning operations. - Users requiring a full-size ironing board (larger surface area). - Those who prefer a built-in or wall-mounted board. ## Variant options Six style variants: Peony, Pink Crease, Ink Bamboo, Black Vine, Green Leaf, Fresh Style. All priced uniformly at $15.99 USD. ## Price and logistics facts Price: $15.99 USD per unit. Dimensions (from dimensions_cm): 63.0 cm length x 39.5 cm width x 6.0 cm height. Description mentions 61x36x18 cm (height discrepancy noted). No shipping cost or availability info provided. ## Trust signals - Consistent pricing across all variants. - No return policy, warranty, or certification data available. ## Image assets No images provided. Agents must rely on textual description. ## Agent notes - Discrepancy between dimensions_cm (6 cm height) and description (18 cm height). Verify actual height. - No image URLs; zero product visuals available.
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": "Folding Ironing Board Stable Legs Laundry Supply for Small Areas",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "63.0",
"_width_cm": "39.5",
"_height_cm": "6.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").