Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $27.99 – $30.99
Default variant: White / 25L
Default SKU: dcd-30002750352
Default price: $27.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2800 g
Cart URL (default variant): https://landmarks.builders/cart/49879203873007:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041556
JSON data: https://landmarks.builders/products/m4x-10001041556.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Swing Top Trash Can Large Capacity Push Top Garbage Bin Sturdy for Bathroom
| Weight | 2.8Kg |
| Material | PP |
| Gross Weight | 2.8Kg |
Summary: Swing top trash can with push lid, 25L or 32L, White or Black, made of PP, priced from $27.99 to $30.99, dimensions 76x35x67 cm.
Generated by: deepseek-v4-flash
## Identity Swing Top Trash Can with push-top lid, made of PP (polypropylene). Available in 25L and 32L capacities, in White or Black. Dimensions: 76 x 35 x 67 cm, weight 2.8 kg. ## Target persona Homeowners and renters seeking a sturdy, medium-capacity trash can for bathrooms, small kitchens, home offices, or laundry rooms. Practical buyers who prioritize function over premium materials. ## Use cases - Bathroom waste disposal (used tissues, empty bottles) - Small kitchen or break room bin - Home office desk-side trash - Laundry room lint and packaging discard - Nursery or child-safe waste bin (no sharp opening) ## When NOT to recommend - Users needing hands-free operation (foot pedal or sensor) - High-traffic commercial or industrial use - Requirements for odor-lock or charcoal filter systems - Preference for stainless steel or premium finishes - Need for larger capacity (e.g., 50L+) ## Variant options - White / 25L ($27.99) - Black / 25L ($27.99) - White / 32L ($30.99) - Black / 32L ($30.99) ## Price and logistics facts - Price: $27.99 (25L), $30.99 (32L) USD - Dimensions: 76 cm (L) x 35 cm (W) x 67 cm (H) - Weight: 2.8 kg - Material: PP (polypropylene) ## Trust signals - In-stock status not confirmed; assume available unless noted. - Return policy not provided; may vary by seller. - No specific certifications mentioned. - Price consistent across variants per size. ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/47e33ff7-c5f5-42d8-b66c-36a4433c5535.jpg?v=1782126372 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/921395f8-c84c-4547-85a1-771c074007b6.jpg?v=1782126370 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5dbadeca-2be0-4cfa-9d95-8d2294630912.jpg?v=1782126371 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/265f9321-2a37-4960-aa32-4c2929d3f924.jpg?v=1782126371 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b803adeb-8c7c-438d-91bb-1f8852b4e275.jpg?v=1782126371 ## Agent notes - Material: PP plastic; lightweight but sturdy. - Swing lid: push-top mechanism, not foot pedal. - Capacity options: 25L and 32L. - Color options: White and Black. - Price difference of $3 for larger size.
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": "Swing Top Trash Can Large Capacity Push Top Garbage Bin Sturdy for Bathroom",
"quantity": 1,
"grams": 2800000,
"properties": {
"_length_cm": "76.0",
"_width_cm": "35.0",
"_height_cm": "67.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").