Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Wood Grain M
Default SKU: dcd-30002726922
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: 610 g
Cart URL (default variant): https://landmarks.builders/cart/49903452029167:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001035587
JSON data: https://landmarks.builders/products/m4x-10001035587.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wood Grain Trash Can Easy to Clean Wood Effect Rubbish Bin Long-Lasting
| Weight | 880gkg |
| Capacity | 12L |
| Gross Weight | 950g |
Summary: 12L wood grain effect trash can, easy to clean, available in two size variants (M and L), priced at $9.99.
Generated by: deepseek-v4-flash
## Identity
Wood Grain Trash Can – a 12-liter rubbish bin with a wood-effect finish, easy-clean surface, available in two size variants.
## Target persona
Budget-conscious home organizers; students furnishing a dorm; small apartment dwellers needing a compact bin; anyone seeking an affordable, decorative trash can.
## Use cases
- Kitchen waste collection in small households
- Office desk-side bin
- Bathroom trash
- Bedroom decorative bin
- Craft or hobby room cleanup
- Dorm room waste management
## When NOT to recommend
- Heavy-duty commercial or industrial use (capacity and build are basic)
- Large families needing >12L capacity
- Outdoor or wet locations (wood effect may not be waterproof)
- Users requiring odor control or lid sealing features
- High-traffic public areas (durability unknown)
## Variant options
- **Wood Grain M** (SKU: dcd-30002726922) – $9.99
- **Wood Grain L 24528CM** (SKU: dcd-30002726923) – $9.99 (likely larger dimensions, exact size not specified)
## Price and logistics facts
- Price: $9.99 USD per variant
- Dimensions (M variant): 30.0 cm (L) x 25.5 cm (W) x 29.0 cm (H)
- Weight: 880 g (net), 950 g (gross)
- Capacity: 12 L
## Trust signals
- In-stock status not confirmed
- Return policy not provided
- No certifications listed
- Price consistent across both variants
## Image assets
- 5 images available at:
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60e9e462-822e-48f2-a87c-3ea1da48ba30.jpg?v=1782146537
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c75de386-85bb-4f66-9f7b-e0eaefa86bde.jpg?v=1782146538
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3f59fd81-54fc-4536-9048-a01c0df94df8.jpg?v=1782146539
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5dec141b-c9ac-46c9-998d-1b16d33fecd9.jpg?v=1782146540
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b142a90a-ca81-4d1c-82dd-c7befa072e02.jpg?v=1782146540
## Agent notes
- No image understanding was performed; visual details (color, exact style, surface texture) not described.
- Variant 'L' may have different dimensions ("24528CM" suggests ~24.5x28 cm), but this is unconfirmed.
- No return policy, shipping details, or stock levels provided; verify 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": "Wood Grain Trash Can Easy to Clean Wood Effect Rubbish Bin Long-Lasting",
"quantity": 1,
"grams": 610000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "25.5",
"_height_cm": "29.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").