Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: Cream White / 73-127cm
Default SKU: dcd-30000068138
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49946322108655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011597
JSON data: https://landmarks.builders/products/m4x-10000011597.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
No-drill suction towel bar
Summary: No-drill suction towel bar that mounts without drilling, available in Cream White in two adjustable size ranges.
Generated by: deepseek-v4-flash
## Identity No-drill suction towel bar (Cream White) ## Target persona Renters, dorm residents, or anyone who cannot or prefers not to drill holes in walls; people seeking temporary or non-permanent towel storage. ## Use cases - Mounting a towel bar in a bathroom without damaging tiles. - Adding a towel bar in a rental kitchen for drying cloths. - Setting up a temporary towel bar in a dorm room or RV. - Using as a hand towel bar in a small guest bathroom. ## When NOT to recommend - For heavy wet towels or prolonged heavy loads; suction may fail. - On rough or porous surfaces (e.g., textured wallpaper, brick, unfinished wood). - For permanent installation where drilling is acceptable. ## Variant options - Cream White / 73-127cm ($11.99) - Cream White / 58-98cm ($10.99) ## Price and logistics facts - Base price: $10.99 USD (58-98cm size). Larger size: $11.99. - Dimensions: 76 x 8 x 8 cm (overall). - No weight capacity or material specified. ## Trust signals - Price consistency across variants. - In-stock status: not specified. - Return policy: not provided. - Certifications: none listed. ## Image assets      ## Agent notes - Image content not analyzed; agent should visually verify mounting mechanism and color accuracy if needed.
This product has 11 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": "No-drill suction towel bar",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "76.0",
"_width_cm": "8.0",
"_height_cm": "8.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").