Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $36.99
Default variant: Green / with 12 Cars
Default SKU: dcd-30003602485
Default price: $36.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 玩具
Vendor: World Products
Weight: 1350 g
Cart URL (default variant): https://landmarks.builders/cart/49714333253871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001266867
JSON data: https://landmarks.builders/products/wp-dcd-10001266867.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A transforming track toy car set with folding truck storage, includes 12 alloy cars, available in green or blue, priced at $36.99.
Generated by: deepseek-v4-flash
## Identity Transforming track toy car set with dinosaur theme, folding truck storage, and 12 alloy cars. Dimensions: 42.4 × 11.7 × 18.3 cm. ## Target persona - Parents of children aged 3-8 who enjoy car and dinosaur toys - Caregivers looking for a toy with built-in storage to reduce mess - Gift-givers seeking an affordable, interactive playset ## Use cases - Indoor play: set up track and launch cars with the ejector feature - On-the-go: the folding truck converts into a carrying case for travel - Storage: all 12 cars fit inside the truck when not in use - Birthday or holiday gift for a young child who likes vehicles or dinosaurs - Sibling play: multiple cars allow cooperative or competitive play - Quiet time activity: assembling track and sending cars down ramps ## When NOT to recommend - For children under 3 years (small parts choking hazard - not stated but typical) - For buyers seeking electronic/battery-powered toys (this is purely mechanical) - For collectors looking for detailed scale models (this is a playset) - For those needing a single, large vehicle (set includes many small cars) ## Variant options | SKU | Color | Style | Price | |-----|-------|-------|-------| | dcd-30003602485 | Green | with 12 Cars | $36.99 | | dcd-30003602486 | Blue | with 12 Cars | $36.99 | ## Price and logistics facts - Price: $36.99 USD (both variants) - Dimensions: 42.4 × 11.7 × 18.3 cm - No shipping weight provided ## Trust signals - No stock status information available - No return policy stated - No certifications provided - Price consistent across variants ## Image assets - 8 PNG images available; no alt text or visual understanding performed ## Agent notes - Description is empty, so all details come from title and variants - No warranty or safety certifications listed - Image content not interpreted: product appearance, colors, dinosaur theme details not confirmed
This product has 14 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": "亚马逊儿童大号变形轨道弹射车恐龙玩具车折叠卡车收纳合金小车",
"quantity": 1,
"grams": 1350000,
"properties": {
"_length_cm": "42.4",
"_width_cm": "11.7",
"_height_cm": "18.3"
}
}],
"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").