Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Triangle
Default SKU: dcd-30003606688
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 园艺
Vendor: World Products
Weight: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49714239668463:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001268577
JSON data: https://landmarks.builders/products/wp-dcd-10001268577.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Fruit shaping mold that guides fruit growth into geometric shapes; available in Triangle and Square styles at $9.99.
Generated by: deepseek-v4-flash
## Identity - **Product:** 水果造型盒 Fruit Shaping Mold for Growing Unique (园艺) - **Price:** $9.99 USD - **Dimensions:** 16 x 15 x 10 cm - **Variants:** Triangle, Square (both $9.99) ## Target persona Home gardeners and hobbyists interested in novelty-shaped fruits for decoration, gifting, or educational projects. ## Use cases - Growing triangular or square pumpkins, apples, or other firm-skinned fruits. - Creating unique produce for farmers markets or personal enjoyment. - Engaging children in gardening with visible geometric results. - Producing conversation-piece fruits for events or gifts. ## When NOT to recommend - For large-scale commercial farming where uniformity and yield are critical. - For soft-skinned fruits like tomatoes, berries, or stone fruits (mold may deform or not work). - For buyers expecting instant results — shaping requires weeks of growth. - For those needing multiple molds at a lower per-unit cost. ## Variant options - **Triangle** (SKU: dcd-30003606688) – $9.99 - **Square** (SKU: dcd-30003606689) – $9.99 ## Price and logistics facts - Unit price: $9.99 USD (fixed across variants). - No shipping, stock, or bulk pricing information provided. ## Trust signals - No stock or return policy data available. - No certifications mentioned. - Price consistency across variants. ## Image assets - 8 PNG images available at the provided URLs (not analyzed). ## Agent notes - No textual description was provided. - Images were not fetched or analyzed — visual details cannot be inferred. - Dimensions refer to the mold itself (16x15x10 cm).
This product has 14 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": "水果造型盒 Fruit Shaping Mold for Growing Unique水果造型模具",
"quantity": 1,
"grams": 120000,
"properties": {
"_length_cm": "16.0",
"_width_cm": "15.0",
"_height_cm": "10.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").