Brand: World Products (Landmark)
SKU: dcd-30003501831
Price: $41.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1400 g
Cart URL (default variant): https://landmarks.builders/cart/49810449826031:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001237287
JSON data: https://landmarks.builders/products/m4x-10001237287.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Medieval Ship Ornament Wooden Stand Sailing Ship Ornament Rustic Coastal Design
| Material | Resin |
| Colour | Multi-Coloured |
| Theme | Coca-Cola |
| Features | With Stand |
Summary: A rustic medieval sailing ship ornament with curved base, priced at $41.99, measuring 28x10x34 cm, available in Sailboat style.
Generated by: deepseek-v4-flash
## Identity Medieval Ship Ornament Curved Base Sailing Ship Ornament Rustic Coastal Design ## Target persona Home decor enthusiasts seeking rustic or nautical accents; collectors of medieval or sailing-themed ornaments; gift buyers for coastal or nautical enthusiasts. ## Use cases - As a decorative centerpiece on a shelf or mantel in a coastal-themed room - As a gift for someone who loves sailing, boats, or nautical history - To enhance a rustic or farmhouse interior with a medieval touch - As part of a tabletop display for themed events or seasonal decor - To complement a collection of miniature ship models or ornaments ## When NOT to recommend - For buyers seeking a functional, sailable model or toy - For modern or minimalist decor where ornate, rustic pieces clash - For those requiring high historical accuracy or museum-grade detail - When the buyer needs a large statement piece (height 34 cm) ## Variant options - Style: Sailboat (SKU: dcd-30003501831) – $41.99 ## Price and logistics facts - Price: $41.99 USD - Dimensions: 28.0 x 10.0 x 34.0 cm - No shipping or logistics details provided ## Trust signals - In-stock status: Unknown - Return policy: Not specified - Price consistency: Single variant at $41.99 - Certifications: None listed ## Image assets - No image URLs provided; visual analysis cannot be performed. ## Agent notes - Product description is missing; only title and dimensions available. - Image understanding was not performed due to lack of image data.
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": "Medieval Ship Ornament Wooden Stand Sailing Ship Ornament Rustic Coastal Design",
"quantity": 1,
"grams": 1400000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "10.0",
"_height_cm": "34.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").