Brand: World Products (Landmark)
SKU: dcd-30002764722
Price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 120 g
Cart URL (default variant): https://landmarks.builders/cart/49879121658095:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045483
JSON data: https://landmarks.builders/products/m4x-10001045483.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Miniature Floating Boat Realistic Wood Look Resin Boat Figurine
Summary: A realistic wood-look resin miniature floating boat figurine, 19.5 cm long, priced at $10.99.
Generated by: deepseek-v4-flash
## Identity Miniature Floating Boat Realistic Wood Look Resin Boat Figurine, 19.5 cm long, 9 cm wide, 6.5 cm high, $10.99. ## Target persona Miniature collectors, aquarium decorators, shelf decorators, craft enthusiasts looking for a small decorative boat. ## Use cases - Decorating a miniature pond or garden water feature - Display on a bookshelf, desk, or shelf - Use as a cake topper for a nautical-themed party - Part of a model boat collection - Floating decoration in a decorative bowl or vase - Gift for someone who likes nautical themes ## When NOT to recommend - For children under 3 due to small parts - For outdoor use in harsh weather (UV or water may damage) - If the buyer needs a functional toy boat (it is a decorative figurine) - For large-scale decor where size would be too small ## Variant options Only one variant: "Floating Boat" at $10.99. ## Price and logistics facts - Price: $10.99 USD - Dimensions: 19.5 x 9.0 x 6.5 cm (length x width x height) - Weight: not specified ## Trust signals - No specific stock status or return policy provided. - No certifications mentioned. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1db8619-d946-4bc7-85aa-ad25a750eefb.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b85a3089-90ab-4b82-9cf4-4538d2a87789.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5ed3871e-eca0-43b5-96b1-3edd62caf340.jpg?v=1782126321 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cc4c21d3-915b-4506-ae4f-30a191ca99c2.jpg?v=1782126322 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d31c0260-4505-46e4-b86d-5d139ff005f3.jpg?v=1782126320 ## Agent notes - Images not analyzed visually; product appearance inferred from title and description. - Product type field empty; category assumed as decorative miniature figurine.
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": "Miniature Floating Boat Realistic Wood Look Resin Boat Figurine",
"quantity": 1,
"grams": 120000,
"properties": {
"_length_cm": "19.5",
"_width_cm": "9.0",
"_height_cm": "6.5"
}
}],
"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").