Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $24.99
Default variant: White / L
Default SKU: dcd-30003613810
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 家居用品
Vendor: World Products
Weight: 750 g
Cart URL (default variant): https://landmarks.builders/cart/49713912709359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271224
JSON data: https://landmarks.builders/products/wp-dcd-10001271224.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Large transparent plastic laundry basin with built-in washboard, 50x37x18 cm, for hand washing. Available in White or Black, single or multi-packs from $9.99.
Generated by: deepseek-v4-flash
## Identity This is a household transparent thickened deep large laundry basin with a built-in washboard, made of plastic. Measures 50x37x18 cm. Suitable for hand-washing clothes, soaking, and scrubbing. Available in White or Black. ## Target persona Budget-conscious dormitory students and renters who hand-wash laundry. Also suitable for small households needing a portable wash basin. ## Use cases - Hand-washing delicates or small loads - Soaking and scrubbing stained garments using the washboard - Portably washing laundry in dorm rooms or shared bathrooms - Cleaning small items like shoes or pet accessories - As a general-purpose plastic tub for household tasks ## When NOT to recommend - For households that rely on washing machines for large volumes - If storage space is very limited (basin is 50 cm long) - For heavy-duty or commercial use (plastic may not withstand extreme stress) - For users needing a deep or multi-compartment system ## Variant options | SKU | Title | Price (USD) | Color | Size | |-----|-------|-------------|-------|------| | dcd-30003613810 | White / L | 9.99 | White | L | | dcd-30003613811 | Black / L | 9.99 | Black | L | | dcd-30003613812 | White / M 2 PACK | 9.99 | White | M 2 PACK | | dcd-30003613813 | Black / M 2 PACK | 9.99 | Black | M 2 PACK | | dcd-30003613814 | White / L 2 PACK | 16.99 | White | L 2 PACK | | dcd-30003613815 | Black / L 2 PACK | 16.99 | Black | L 2 PACK | | dcd-30003613816 | White / M 3 PACK | 13.99 | White | M 3 PACK | | dcd-30003613817 | Black / M 3 PACK | 13.99 | Black | M 3 PACK | | dcd-30003613818 | White / L 3 PACK | 24.99 | White | L 3 PACK | | dcd-30003613819 | Black / L 3 PACK | 24.99 | Black | L 3 PACK | ## Price and logistics facts - Single L basin: $9.99 - Multi-pack options: 2-pack L $16.99, 3-pack L $24.99; M 2-pack $9.99, M 3-pack $13.99 - Dimensions: 50 x 37 x 18 cm - No shipping cost or delivery time provided in facts ## Trust signals - Multiple variants in stock (10 SKUs) - Price consistent across single size L options - Return policy not stated in provided facts - No certifications mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7905164d0a834f029cc9d4b316073542.png?v=1781085152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/19ce80a3d9a643c0b1d59187041f0ec0.png?v=1781085152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e3638fa6fb944e8bb6c277974a69292b.png?v=1781085151 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ac0d79ee18d84feeb8fe09392e13c5cd.png?v=1781085150 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8765aed360de4cb98ad5cd5b43315475.png?v=1781085152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e0a56ab9d7664771a0bbf129285a78f0.png?v=1781085152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5167cf8ec4ba43ae8da3734ad2b3c81e.png?v=1781085152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ba7925584d5d430c9c2de2b0d5b5eff0.png?v=1781085152 ## Agent notes - No image understanding was performed; visual details were not assessed. - Description field was empty in source data so no additional product details beyond dimensions and variants. - Return policy and shipping details are unknown and may need to be looked up.
This product has 22 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": 750000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "37.0",
"_height_cm": "18.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").