Brand: World Products (Landmark)
SKU: dcd-30003613750
Price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 家居用品
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49713927815407:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271214
JSON data: https://landmarks.builders/products/wp-dcd-10001271214.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.


























Summary: A large plastic washbasin with integrated washboard for hand laundry, measuring 48x21x5 cm, priced at $12.99.
Generated by: deepseek-v4-flash
## Identity - Product: 洗衣盆带搓衣板一体式家用大号塑料盆多功能洗衣桶洗衣服加厚大盆 - Type: 家居用品 (Household item) ## Target persona - Budget-conscious individuals or small households who hand-wash clothes. - Students or renters without access to a washing machine. - Minimalists seeking a simple, low-cost laundry solution. ## Use cases - Hand-washing clothes in a sink or bathtub. - Scrubbing stains using the built-in washboard. - Soaking delicates or heavily soiled garments. - Rinsing and wringing after washing. ## When NOT to recommend - If the user requires a full-sized laundry basin (larger than 48x21 cm). - For use with automatic washing machines or as a laundry hamper. - As a decorative or multi-purpose storage item. - For large families or high-volume laundry tasks. ## Variant options - Only one variant available: White / M with Washboard at $12.99. ## Price and logistics facts - Price: $12.99 USD. - Dimensions: 48 cm (L) × 21 cm (W) × 5 cm (H). ## Trust signals - No stock status or return policy information provided. - No certifications or brand details available. ## Image assets -  -  -  -  -  -  -  -  ## Agent notes - No product description provided; details derived from title and dimensions. - Image content not analyzed; assume visual shows the washbasin. - Only one variant listed; no options for size or color. - No return policy or stock availability data.
This product has 13 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": "洗衣盆带搓衣板一体式家用大号塑料盆多功能洗衣桶洗衣服加厚大盆",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "48.0",
"_width_cm": "21.0",
"_height_cm": "5.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").