Brand: World Products (Landmark)
This product has 7 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Stackable with Lid
Default SKU: dcd-30003457847
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: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49877640773871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001222895
JSON data: https://landmarks.builders/products/m4x-10001222895.json
This product comes in 7 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Tea Packet Organizer Transparent Tea Storage Box Multi-Purpose for Pantry
| Gross Weight | 500g |
| Capacity | 2 |
Summary: Transparent plastic tea packet organizer for pantry storage, available in multiple styles with or without lid, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity - **Product:** Tea Packet Organizer Transparent Tea Storage Box Multi-Purpose for Pantry - **Price:** $9.99 USD - **Dimensions:** 29.3 x 21.5 x 17.0 cm - **Gross Weight:** 500g ## Target persona - Home organizers seeking to declutter pantry shelves - Tea drinkers with assorted tea packets - Small space dwellers needing compact storage - Budget-conscious shoppers looking for low-cost organization ## Use cases - Storing individual tea bags or small packets sorted by type - Organizing pantry shelves to maximize vertical space - Keeping countertops tidy by consolidating multiple tea boxes - Separating tea varieties with multi-grid variants - Stackable variant allows modular expansion - Quick visual identification of contents due to transparency ## When NOT to recommend - Storing heavy items (e.g., canned goods) – not load-rated - Requiring airtight or moisture-proof seal – no seal claim - Bulk storage of loose leaf tea or large quantities - Industrial or commercial use – designed for home use ## Variant options | SKU | Style | Price | |-------------------|---------------------|-------| | dcd-30003457847 | Stackable with Lid | $9.99 | | dcd-30003457848 | Two Grid with Lid | $9.99 | | dcd-30003457849 | Transparent Wo Lid | $9.99 | | dcd-30003457850 | Transparent Cy22-023| $9.99 | | dcd-30003457851 | 27x20x10cm with Lid | $9.99 | | dcd-30003457852 | Single Grid Wo Lid | $9.99 | | dcd-30003457853 | Three Grid Wo Lid | $9.99 | ## Price and logistics facts - **Price:** $9.99 USD (all variants) - **Dimensions:** 29.3 x 21.5 x 17.0 cm (main variant; note some variants have different dimensions) - **Weight:** 500g gross ## Trust signals - Price is consistent across all variants - No return policy or warranty information available - No in-stock status provided - No certifications or material specifications beyond “transparent” ## Image assets - No images provided in the data. ## Agent notes - No images were provided, so visual inspection is not possible. The product is a transparent plastic box; specific colors or clarity cannot be confirmed.
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": "Tea Packet Organizer Transparent Tea Storage Box Multi-Purpose for Pantry",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "29.3",
"_width_cm": "21.5",
"_height_cm": "17.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").