Brand: World Products (Landmark)
SKU: dcd-30002757776
Price: $19.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49879174414575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043643
JSON data: https://landmarks.builders/products/m4x-10001043643.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Ceramic Clown Doll Detailed Design Handmade Jester Doll Adjustable Posing
| Color | A14-A |
| Size | A14-A |
Summary: Handmade ceramic clown doll with adjustable posing, detailed design, 38 cm tall, priced at $19.99.
Generated by: deepseek-v4-flash
## Identity Ceramic Clown Doll Detailed Design Handmade Jester Doll Adjustable Posing ## Target persona Clown doll collectors; quirky home decor enthusiasts; gift buyers for unique decorative items. ## Use cases - Decorating a shelf or mantel with a whimsical accent. - Gift for a clown memorabilia collector. - Themed party prop for circus or carnival events. - Display in a novelty or oddities collection. ## When NOT to recommend - Buyers seeking non-clown themed decor. - Parents looking for durable children's toys (ceramic is fragile). - Collectors requiring articulated joints beyond simple posing. - Those wanting a realistic or non-whimsical figurine. ## Variant options - Style: A14-a (only variant). SKU: dcd-30002757776. Price: $19.99. ## Price and logistics facts - Price: $19.99 USD. - Dimensions: 38.0 cm (length) x 15.0 cm (width) x 9.0 cm (height). - No shipping or return policy information provided. ## Trust signals - Multiple product images available; no stock status or certifications given. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2e8c6470-4778-4336-8311-b3586cd4748f.jpg?v=1782126340 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e773dce-c678-4b70-8e5d-3739511d80f3.jpg?v=1782126341 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b4fdb99-ebd1-4212-a3a5-766822fdf829.jpg?v=1782126342 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/54328500-b06f-4cea-bfb4-c33cb56fd473.jpg?v=1782126341 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f9062254-6dcc-4610-89fb-ee99abba5091.jpg?v=1782126341 ## Agent notes - Image understanding was not performed; treat image URLs as fetchable assets. - Product is ceramic and may be fragile. - Only one style variant available.
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": "Ceramic Clown Doll Detailed Design Handmade Jester Doll Adjustable Posing",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "15.0",
"_height_cm": "9.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").