Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: White / S
Default SKU: dcd-30002717361
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: 230 g
Cart URL (default variant): https://landmarks.builders/cart/49903502557423:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033011
JSON data: https://landmarks.builders/products/m4x-10001033011.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Plastic Water Pitcher Japanese Design Large Capacity Juice Jug Long-Lasting
Summary: Plastic water pitcher with Japanese design, large capacity (28x21x20 cm), available in 4 colors for $9.99.
Generated by: deepseek-v4-flash
## Identity Plastic Water Pitcher Japanese Design Large Capacity Juice Jug Long-Lasting ## Target persona Budget-conscious home users, dorm residents, small kitchen owners, party hosts. ## Use cases - Serving water or juice at parties and gatherings - Daily hydration at home or office - Storing cold drinks in refrigerator - Outdoor picnics and barbecues - Making and serving iced tea or lemonade ## When NOT to recommend - For hot beverages (material not specified for heat) - As a decorative centerpiece (plain plastic design) - For commercial food service (unknown durability) - For users requiring a slim or compact pitcher (large size) ## Variant options - White / S ($9.99) - Pink / S ($9.99) - Black / S ($9.99) - Blue / S ($9.99) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 28 x 21 x 20 cm - No shipping or availability data provided ## Trust signals - No stock or return policy information available - No certifications mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3ab9c970-db64-4005-b11d-3ab02427e362.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a77268f-f7c7-42b8-bab0-cd6373a133f4.jpg?v=1782146561 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cd611034-0413-4304-b10f-a9e91a20d0d0.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/10f06794-37de-4b79-87d4-931071d95ca2.jpg?v=1782146562 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f580003b-57fa-4299-a939-f1a919f94540.jpg?v=1782146562 ## Agent notes - Image content not analyzed; visual quality and design details cannot be assessed.
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": "Plastic Water Pitcher Japanese Design Large Capacity Juice Jug Long-Lasting",
"quantity": 1,
"grams": 230000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "21.0",
"_height_cm": "20.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").