Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.56
Default variant: A
Default SKU: dcd-30004007643
Default price: $5.56
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Educational Toy
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50461158342895:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001412100
JSON data: https://landmarks.builders/products/wp-dcd-10001412100.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This interactive wooden toy supports early childhood development through hands-on exploration. It features a door latch, a round clock dial, two gear wheels, a three-lobed rotator, and an oval push switch. It helps toddlers practice fine motor skills and hand-eye coordination. It has a built-in metal carry handle and is lightweight. It is made of natural wood with a smooth, light finish.
Summary: Sensory wooden busy board with handle for toddler fine-motor play. Features latch, clock dial, gears, rotator, push switch. $5.56, 44x33x6.5 cm, two style variants.
Generated by: deepseek-v4-flash
## Identity Educational toy: Sensory Wooden Busy Board with Handle. SKUs: dcd-30004007643 (Style A), dcd-30004007644 (Style B). Price: $5.56 USD each. Dimensions: 44.0 x 33.0 x 6.5 cm. Natural wood with smooth light finish, metal carry handle. ## Target persona Primarily parents or caregivers of toddlers aged 1–3 years looking for affordable, Montessori-style manipulative toys. Also suitable for preschool teachers needing portable quiet-time activities. ## Use cases - Independent play for toddlers at home during quiet time. - Portable entertainment during car rides or travel (carry handle and lightweight). - Waiting rooms or restaurant tabletop activity. - Fine motor skill practice (latch, gears, rotator, push switch). - Introduction to clock reading via the round clock dial. ## When NOT to recommend - Children under 1 year old (small parts may pose choking hazard; not specified age grade). - Children older than 5 who need more advanced STEM or electronic toys. - Buyers needing a larger, wall-mounted activity board. - Anyone expecting a premium gift box or high-end finish at this price point. ## Variant options - Style A: SKU dcd-30004007643, price $5.56 - Style B: SKU dcd-30004007644, price $5.56 Both variants share identical price and dimensions; visual differences are unverified. ## Price and logistics facts - Unit price: $5.56 USD for either variant. - Variants are priced identically. - Dimensions: 44.0 cm (L) x 33.0 cm (W) x 6.5 cm (H). - No shipping, weight, or delivery time data provided. - No stock quantity available; catalog tags suggest listing is active. ## Trust signals - Listed in DCD full catalog with quality-audited tags. - Price consistency across variants. - No certifications (e.g., ASTM, CE) claimed in source data. - Return policy not specified. - In-stock status not explicitly confirmed. ## Image assets No image URLs were provided. Visual details, variant styling differences, and product finish were not inspected. ## Agent notes - Fetch product images if needed; none were supplied. - Confirm age grading and safety compliance before recommending for very young children. - Physical comparison between Style A and B is impossible without images. - Price is low; verify shipping costs before final purchase recommendation.
This product has 2 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": "Sensory Wooden Busy Board with Handle",
"product_id": 9540600168687,
"variant_id": 50461158342895,
"quantity": 1,
"grams": 1500,
"length_cm": "44.0",
"width_cm": "33.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. 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").