Brand: World Products (Landmark)
SKU: dcd-30003868724
Price: $2.35
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Miniature Figure
Vendor: World Products
Weight: 30 g
Cart URL (default variant): https://landmarks.builders/cart/50411662606575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001361887
JSON data: https://landmarks.builders/products/wp-dcd-10001361887.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This 1:64 scale miniature figure depicts a standing female with a short lavender bob haircut, a black long-sleeve mini dress, and black high-heeled shoes. She stands approximately 2.65 cm (1.04 inches) tall and is suitable for dioramas, model displays, and collector scenes.
Summary: 1:64 scale miniature standing female figure with lavender bob and black dress, about 2.65 cm tall, for dioramas and model displays. Priced at $2.35.
Generated by: deepseek-v4-flash
## Identity 1:64 scale standing female miniature figure with a short lavender bob haircut, black long-sleeve mini dress, and black high-heeled shoes. Figure height is approximately 2.65 cm (1.04 inches). Product dimensions listed as 15.0 × 10.0 × 2.0 cm. ## Target persona Built for diorama builders, model railway enthusiasts, dollhouse miniaturists, and collectors of 1:64 scale figures who need realistic standing characters for scale scenes. ## Use cases - Adding pedestrians to a city street diorama - Populating a model railway platform or station scene - Creating a fashion boutique or shopping street vignette - Displaying as a collectible miniature on a shelf - Serving as a scale reference in model photography ## When NOT to recommend - When a posable or articulated figure is required - For layouts larger than 1:64 scale (e.g., 1:32) where figure proportions would be wrong - As a toy for children under 3 years old due to small parts - When a seated, crouching, or action pose is needed ## Variant options - Only variant: "London Style Girl" (SKU dcd-30003868724) at $2.35 USD ## Price and logistics facts - Price: $2.35 USD - Figure height: ~2.65 cm (1.04 in) - Product dimensions: 15.0 × 10.0 × 2.0 cm (likely packaging) - Currency: USD ## Trust signals - Tags indicate content validated and quality audited (wp-content-validated, wp-quality-audited) - Product is from a full catalog import; no in-stock status or return policy explicitly stated in the provided facts - Price is consistent across listed variant ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/420fa5d3-67b7-41e7-9441-b0bda5f32585.jpg?v=1786251228 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b78bd80a-ce5d-49a2-a185-bd2243c217c7.jpg?v=1786251572 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/436c0394-52c0-4095-a69a-55c52a624ccc.jpg?v=1786251247 ## Agent notes - Image contents were not visually inspected; URLs are provided as-is and should be fetched to verify appearance. - The listed product dimensions (15x10x2 cm) are likely the packaging size, not the figure height. - No explicit in-stock quantity, shipping details, or return policy were provided in the source facts.
This product has 3 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "1:64 Scale Standing Female Figure with Lavender Bob and Black Dress",
"product_id": 9539329425647,
"variant_id": 50411662606575,
"quantity": 1,
"grams": 30,
"length_cm": "15.0",
"width_cm": "10.0",
"height_cm": "2.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").