Brand: World Products (Landmark)
SKU: dcd-30003591992
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1050 g
Cart URL (default variant): https://landmarks.builders/cart/49877100822767:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001262948
JSON data: https://landmarks.builders/products/m4x-10001262948.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cylindrical Trash Bin Decorative Wood-Grain Trash Bin Lightweight
| Gross Weight | 1.05 |
| Weight | 0.88 |
| Capacity | 10L |
Summary: Cylindrical trash bin with wood-grain finish, lightweight, 10L capacity, dimensions 34x27x34 cm, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Cylindrical Trash Bin Decorative Wood-Grain Trash Bin Lightweight – 10L capacity, 34x27x34 cm, wood grain finish. ## Target persona Budget-conscious home organizers; small apartment dwellers; dorm room residents; anyone seeking an affordable decorative waste bin for low-traffic areas. ## Use cases - Bedroom waste disposal - Home office desk trash - Small kitchen or bathroom bin - Lightweight portable bin for events or temporary setups - Decorative accent in room corners ## When NOT to recommend - Heavy-duty commercial or industrial use (lightweight construction) - High-volume waste areas (family kitchens, busy offices) – 10L is small - Outdoor use (no weather resistance mentioned) - Users requiring a durable, long-life bin (budget price point) ## Variant options - Style: Wood Grain – $9.99 (only variant) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 34 cm x 27 cm x 34 cm - Net weight: 0.88 kg; Gross weight: 1.05 kg - Capacity: 10 liters ## Trust signals - No certification, return policy, or stock status provided in facts. - Price is fixed at $9.99 across the single variant. ## Image assets - No image URLs provided; cannot fetch or verify visual details. ## Agent notes - Image understanding was not performed due to empty image_urls array. - The single variant (Wood Grain) suggests no other color or finish options. - Verify dimensions against intended placement before recommending.
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": "Cylindrical Trash Bin Decorative Wood-Grain Trash Bin Lightweight",
"quantity": 1,
"grams": 1050000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "27.0",
"_height_cm": "34.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").