Brand: World Products (Landmark)
SKU: dcd-30002763624
Price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1530 g
Cart URL (default variant): https://landmarks.builders/cart/49879142957295:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045129
JSON data: https://landmarks.builders/products/m4x-10001045129.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Narrow Garbage Bin with Lid Double Barrel Design for Bathroom, Living Room
Summary: Narrow garbage bin with double barrel lid, Walnut finish, dimensions 37x29x20 cm, priced at $10.99.
Generated by: deepseek-v4-flash
## Identity Narrow Garbage Bin with Lid Double Barrel Design for Bathroom, Living Room ## Target persona Budget-conscious individuals living in small spaces (apartments, dorms, RVs) needing a compact waste bin for low-volume waste. ## Use cases - Collecting dry bathroom waste (tissues, cotton swabs) - Desk-side trash in home office or study - Small kitchen scraps (peels, wrappers) in tight galley kitchens - Living room side-table waste (mail, snack wrappers) - Pet waste bag disposal if kept near litter box ## When NOT to recommend - High-volume waste (large families, kitchens with cooking prep) - Wet or odorous waste (diapers, coffee grounds) – lid may not seal - Public or commercial high-traffic areas (needs more durable construction) - Users needing multiple color options (only Walnut available) ## Variant options - Walnut (single variant, SKU: dcd-30002763624, $10.99) ## Price and logistics facts - Price: $10.99 USD - Dimensions: 37 x 29 x 20 cm (length x width x height) - Single SKU ## Trust signals - No return policy information provided - In-stock status not confirmed - Price is listed as consistent across variant ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/088d3998-800d-44fb-8cb6-43eb9858e214.jpg?v=1782126331 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/14f3a90b-a0aa-4350-b83a-c395ffa8f42f.jpg?v=1782126331 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ad550b6-bd32-44c4-b9f5-313a01acfe06.jpg?v=1782126331 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3440705c-dafb-4a0b-aee4-9ebeb52e467b.jpg?v=1782126331 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5c8d79a0-5040-4b13-a55a-aaa35e229e6c.jpg?v=1782126331 ## Agent notes Image understanding was not performed; visual details (e.g., lid mechanism, material texture) are not verified.
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": "Narrow Garbage Bin with Lid Double Barrel Design for Bathroom, Living Room",
"quantity": 1,
"grams": 1530000,
"properties": {
"_length_cm": "37.0",
"_width_cm": "29.0",
"_height_cm": "20.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").