Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pink / M
Default SKU: dcd-30002652732
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/49903624716527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001020650
JSON data: https://landmarks.builders/products/m4x-10001020650.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wash Basin with Washboard Large Capacity Plastic Laundry Tub Gentle on Clothes
| Specification | 32cm |
Summary: A plastic laundry tub with integrated washboard, 43.2x42.5x14.3 cm, available in Pink/Blue/Yellow/Transparent Black in sizes M and L, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity A portable plastic wash basin with built-in washboard for hand laundry. Dimensions: 43.2 cm L x 42.5 cm W x 14.3 cm H. ## Target persona - Budget-conscious individuals seeking an inexpensive hand-washing solution. - People living in dorms, apartments, or RVs without easy access to a washing machine. - Travelers or campers needing a lightweight, collapsible? (not collapsible, but portable) laundry solution. ## Use cases - Hand washing delicate garments like silk, wool, or lingerie. - Hand washing small loads in a sink or bathtub. - Use as a portable laundry tub while camping or on road trips. - Soaking stained clothes before machine washing. - Use as a utility basin for cleaning small items (shoes, brushes). ## When NOT to recommend - For users who need a washing machine or spin-dry function. - For large families or heavy daily laundry volumes. - For commercial or industrial laundry use. - If the user requires a built-in drain or plumbing attachment (this is a basic tub). ## Variant options - Colors: Pink, Blue, Yellow, Transparent Black. - Sizes: M, L (no specific dimensions per size provided; all variants $9.99). ## Price and logistics facts - Price: $9.99 USD (all variants). - Dimensions: 43.2 cm L x 42.5 cm W x 14.3 cm H (overall product; size specifics per variant unknown). - Weight not provided. ## Trust signals - Multiple color/size variants available, suggesting consistent stock. - No return policy, warranty, or certifications provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/17777e5a-24a4-4ef0-a4b2-220126f9281b.jpg?v=1782146624 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/efef21ae-4ee6-4766-a9f3-32b418aa28ed.jpg?v=1782146623 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b3639b4-63e9-46d8-8af4-1d976f7bd14a.jpg?v=1782146625 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89de2f1b-1314-40f0-a306-fa0785b4845b.jpg?v=1782146625 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e55ece4-9bcf-448c-8e06-05aa4d9a0c67.jpg?v=1782146621 ## Agent notes - Images were not fetched or analyzed; visual details cannot be confirmed. - Size M vs L dimensions not specified; assume depth or capacity difference but no data. - Material: plastic (exact type not specified).
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": "Wash Basin with Washboard Large Capacity Plastic Laundry Tub Gentle on Clothes",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "32.0",
"_width_cm": "42.5",
"_height_cm": "14.3"
}
}],
"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").