Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $29.99
Default variant: Gray
Default SKU: dcd-30002902135
Default price: $29.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2900 g
Cart URL (default variant): https://landmarks.builders/cart/49878625648879:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001091217
JSON data: https://landmarks.builders/products/m4x-10001091217.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Tabletop Ironing Board Space Saving Foldable Mini Ironing Board for Dorm Rooms
Summary: A compact, foldable tabletop ironing board (44x34x16 cm) for dorm rooms and small spaces, available in 4 patterns at $29.99.
Generated by: deepseek-v4-flash
## Identity Tabletop Ironing Board Space Saving Foldable Mini Ironing Board for Dorm Rooms. ## Target persona College students living in dorms, small apartment renters, budget-conscious individuals needing a space-saving ironing solution. ## Use cases - Ironing a shirt or blouse on a desk or countertop in a dorm room. - Quick touch-ups of clothes when limited floor space is available. - Storing the ironing board under a bed or in a closet. - Using on top of a washer/dryer in a shared laundry area. - Travel or temporary housing where full-size board is impractical. ## When NOT to recommend - People requiring a full-size ironing board for large garments (e.g., curtains, king-size sheets). - Commercial or heavy daily ironing use. - Users who prefer a floor-standing board with a height-adjustable leg. - Those who prioritize a large ironing surface over portability. ## Variant options - Gray (style) - Blue (style) - Wave Pattern (style) - Circle Pattern (style) All variants priced at $29.99. ## Price and logistics facts - Price: $29.99 USD (all variants). - Dimensions: 44 cm (L) x 34 cm (W) x 16 cm (H). - Weight: not specified. - SKUs: dcd-30002902135 (Gray), dcd-30002902136 (Blue), dcd-30002902137 (Wave), dcd-30002902138 (Circle). ## Trust signals - Same price across all style variants. - No return policy, stock status, or certifications provided in facts. ## Image assets No image URLs were provided; visual inspection not possible. ## Agent notes - Image data unavailable; rely on text description. - Dimensions are in centimeters; no weight given. - Brand and material not specified. - Compact form factor typical of dorm-room products.
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": "Tabletop Ironing Board Space Saving Foldable Mini Ironing Board for Dorm Rooms",
"quantity": 1,
"grams": 2900000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "34.0",
"_height_cm": "16.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").