Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Grey Lantern Flower
Default SKU: dcd-30002902131
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49878625517807:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001091216
JSON data: https://landmarks.builders/products/m4x-10001091216.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 Pad Space Saving Portable Ironing Mat for Dorm Room, Travelers
| Brand | ironing family |
| Size | 48*84cm |
Summary: Portable tabletop ironing pad for dorm rooms and travelers, 31.5x28.5x4.5 cm, $9.99, available in 4 patterns.
Generated by: deepseek-v4-flash
## Identity Tabletop Ironing Pad - Space Saving Portable Ironing Mat. Brand: ironing family. Dimensions: 31.5 cm x 28.5 cm x 4.5 cm. Price: $9.99 USD. ## Target persona College students in dorm rooms; frequent travelers staying in hotels or hostels; small apartment dwellers without space for an ironing board. ## Use cases - Ironing clothes on a dorm room desk. - Quick touch-ups while traveling with limited luggage. - Using on a kitchen counter in a tiny apartment. - Setting up on a bed or floor for ironing. - Packing in a suitcase for business trips. ## When NOT to recommend - For large volumes of ironing (e.g., bulk laundry for a family). - For users with full-size ironing boards and space. - For heavy-duty ironing requiring a sturdy board (e.g., commercial use). - For users who need a self-standing ironing board. ## Variant options Four styles: Grey Lantern Flower, Banana Leaf, Monstera Leaf, Blue White Porcelain. All $9.99. ## Price and logistics facts Price: $9.99 USD per unit. Dimensions: 31.5x28.5x4.5 cm. Weight not specified. ## Trust signals In-stock status not confirmed. Return policy not provided. Price is consistent across variants. ## Image assets No image URLs available. ## Agent notes Image understanding not performed because no image URLs provided. Size discrepancy in description (48x84cm) vs structured dimensions (31.5x28.5cm) - prefer structured dimensions. Verify 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": "Tabletop Ironing Pad Space Saving Portable Ironing Mat for Dorm Room, Travelers",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "31.5",
"_width_cm": "28.5",
"_height_cm": "4.5"
}
}],
"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").