Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $24.99
Default variant: Red
Default SKU: dcd-30002718022
Default price: $24.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1750 g
Cart URL (default variant): https://landmarks.builders/cart/49903492989167:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033165
JSON data: https://landmarks.builders/products/m4x-10001033165.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Tall No-Bend Trash Can Hidden Bag Loop Goblet Shaped Trash Can Long-Lasting
| Weight | 1582g |
| Material | PP |
| Gross Weight | 2.3 |
Summary: Tall goblet-shaped PP trash can with hidden bag loop, no bending required. 40cm height, 30cm diameter. 2 color variants. $24.99.
Generated by: deepseek-v4-flash
## Identity Tall No-Bend Trash Can Hidden Bag Loop Goblet Shaped Trash Can Long-Lasting (PP plastic). ## Target persona Homeowners or renters seeking a compact, no-bend trash can for kitchen, office, or bathroom. Individuals who prefer a goblet-shaped design and hidden bag loop for aesthetics and convenience. ## Use cases - Kitchen counter or under-sink waste collection - Office desk-side trash for dry paper waste - Bathroom trash for small items - Craft room or hobby station waste - Dorm room or small apartment general waste ## When NOT to recommend - Users needing large capacity (>13 gallons) or frequent emptying - Outdoor or wet heavy waste (e.g., food scraps with liquids) - Households requiring a pedal-operated lid - Users prioritizing odor control or antimicrobial features ## Variant options - Red ($24.99) - White ($24.99) ## Price and logistics facts - Price: $24.99 USD (both variants) - Dimensions: 30 x 30 x 40 cm (L x W x H) - Weight: 1.582 kg net, 2.3 kg gross - Material: PP plastic ## Trust signals - No stock status or return policy provided in facts - Price consistent across variants - Material is common, durable PP plastic ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a71f0257-d63b-4bf1-9484-a9291f40878d.jpg?v=1782146561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5caeaf50-26f0-4740-ad65-20f1eb32645c.jpg?v=1782146560 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e623c137-eda0-47da-b1fb-48eb84f0b830.jpg?v=1782146560 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/446e44f3-c8d9-460c-97ef-fdc2cc74fd59.jpg?v=1782146561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/997ff39c-9f8f-4035-a7bb-f3b2ab304e0c.jpg?v=1782146560 ## Agent notes - Image content not analyzed; rely on text description for features. - No information on lid type (open top assumed from 'no-bend'). - 'Hidden bag loop' implies bag attachment method.
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": "Tall No-Bend Trash Can Hidden Bag Loop Goblet Shaped Trash Can Long-Lasting",
"quantity": 1,
"grams": 1750000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "30.0",
"_height_cm": "40.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").