Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Walnut / M
Default SKU: dcd-30002726940
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: 712 g
Cart URL (default variant): https://landmarks.builders/cart/49903451767023:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001035591
JSON data: https://landmarks.builders/products/m4x-10001035591.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wood Grain Trash Can Long-Lasting Faux Wood Waste Bin Sturdy Construction
| Weight | 830g |
| Material | pp |
| Gross Weight | 810g |
Summary: Faux wood grain trash can made of PP, available in Walnut and Wood colors, sizes M and L, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Wood Grain Trash Can by [unknown brand] – a faux wood waste bin with sturdy PP construction. ## Target persona Budget-conscious renters or dorm residents needing an affordable, decorative trash can for small spaces. ## Use cases 1. Living room waste bin. 2. Office desk side trash. 3. Bathroom bin. 4. Kitchen auxiliary waste. 5. Dorm room organization. ## When NOT to recommend 1. For heavy or sharp waste (PP may crack). 2. For outdoor use (faux wood may fade). 3. For users requiring large capacity (max L size estimated ~30 liters? not given). ## Variant options Two colors: Walnut and Wood. Two sizes: M and L. Note: variants with 'a' suffix may indicate assembly required? Same price $9.99. ## Price and logistics facts Price: $9.99 USD. Dimensions: 37x26x30.5 cm. Weight: 830g (gross 810g). ## Trust signals In stock? Not specified. Return policy not provided. Price consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c8396d4c-c097-4304-95f4-b70c71db9e35.jpg?v=1782146538 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/49cb51b5-b1b1-4a76-9734-ff4bff943b07.jpg?v=1782146537 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d12cbe87-6360-4014-bfca-195628532ff4.jpg?v=1782146540 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/28ad2e0e-92ca-4e23-a4b7-a7f12797ca93.jpg?v=1782146537 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ab3d08f6-91ef-41e4-af5d-fa1342465780.jpg?v=1782146537 ## Agent notes No visual understanding performed. Variant labels with 'a' could be assembly options; verify.
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": "Wood Grain Trash Can Long-Lasting Faux Wood Waste Bin Sturdy Construction",
"quantity": 1,
"grams": 712000,
"properties": {
"_length_cm": "37.0",
"_width_cm": "26.0",
"_height_cm": "30.5"
}
}],
"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").