Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $20.99 – $26.99
Default variant: M / Gray 1 PACK
Default SKU: dcd-30001950086
Default price: $20.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/49945687720175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000900973
JSON data: https://landmarks.builders/products/m4x-10000900973.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stackable Clear Bin with Lid Large Capacity Stackable Lidded Tote for Homeowners
| Net Weight | 2kg |
| Material | PP |
| Capacity | 240L |
Summary: Stackable clear bin with lid, PP material, 240L claimed capacity, 35x24.5x19 cm, 2kg. Available in M/L, Gray/Transparent, from $20.99.
Generated by: deepseek-v4-flash
## Identity Stackable Clear Bin with Lid, Large Capacity Lidded Tote. Made of PP plastic, net weight 2kg. Dimensions 35x24.5x19 cm. Claimed capacity 240L (discrepancy noted). ## Target persona Homeowners or apartment dwellers needing affordable, clear stackable storage for organizing household items such as clothes, toys, or documents. ## Use cases - Organizing seasonal clothing in closets. - Storing children's toys in playrooms. - Stacking bins on shelves for pantry or garage. - Holding documents or craft supplies. - Consolidating bulk items (e.g., towels, linens). ## When NOT to recommend - For heavy-duty industrial or workshop storage - For outdoor or damp environments (PP may degrade in sun) - For food storage without confirming food-safe certification - For storing liquids or items requiring airtight seal ## Variant options - M / Gray 1 PACK: $20.99 - L / Gray 1 PACK: $26.99 - M / Transparent 1 PACK: $26.99 ## Price and logistics facts - Price range: $20.99–$26.99 USD - No shipping or tax info provided - No bulk discount info ## Trust signals - In-stock status: not confirmed - Return policy: not provided - Certifications: none claimed - Price consistency: variants listed with clear pricing ## Image assets No images available (image_urls array empty). ## Agent notes - Claimed capacity of 240L is inconsistent with external dimensions (approx 16.3L if interior roughly matches). Verify actual internal volume. - Material PP (polypropylene) is common for storage bins but may be brittle if dropped. - No user reviews or ratings provided.
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": "Stackable Clear Bin with Lid Large Capacity Stackable Lidded Tote for Homeowners",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "24.5",
"_height_cm": "19.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").