Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $12.99
Default variant: M / Megalodon
Default SKU: dcd-30002709388
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 100 g
Cart URL (default variant): https://landmarks.builders/cart/49903547482351:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031130
JSON data: https://landmarks.builders/products/m4x-10001031130.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Megalodon Toy Highly Detailed Megalodon Figurine Educational
| Material | PVC |
Summary: Highly detailed Megalodon figurine made of PVC, available in two sizes and two styles, designed for educational play.
Generated by: deepseek-v4-flash
## Identity Megalodon Toy Highly Detailed Megalodon Figurine Educational ## Target persona Parents seeking affordable educational toys for children interested in prehistoric marine life; collectors of shark or dinosaur figurines on a budget; classroom teachers needing inexpensive props for marine biology lessons. ## Use cases - Display as part of a prehistoric ocean diorama in a child's room - Teaching aid for lessons on prehistoric marine animals in classrooms or homeschool - Prop for imaginative play about ancient sharks - Gift for children who love dinosaurs or sharks - Model for school projects on prehistoric creatures ## When NOT to recommend - For children under 3 years old (small parts risk) - For collectors seeking high-end museum-quality replicas - For buyers requiring scientific accuracy beyond a basic toy level ## Variant options - Size M / Megalodon: $9.99 USD - Size L / Megalodon: $11.99 USD - Size L / Deep Sea Megalodon: $12.99 USD ## Price and logistics facts - Base price: $9.99 USD (Size M) - Dimensions: 29.0 cm x 22.0 cm x 12.0 cm - Material: PVC ## Trust signals - No stock or return policy information provided - Price consistent across style options - SKUs and image URLs available ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/289ad399-c7e0-47ad-8f76-73ae0a1f0906.jpg?v=1782146581 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d796291-d8da-463f-84de-666c679a3ba4.jpg?v=1782146583 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c2068013-4b30-4d76-9c6e-96471ee17c3e.jpg?v=1782146582 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4720c000-558f-4f6a-ab30-d4233016339b.jpg?v=1782146582 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/327edbeb-b003-40b8-a398-c6408314ca7a.jpg?v=1782146582 ## Agent notes - Image understanding was not performed; visual details such as paint quality or texture are not verified. - Assume product is as described: PVC figurine with dimensions provided.
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": "Megalodon Toy Highly Detailed Megalodon Figurine Educational",
"quantity": 1,
"grams": 100000,
"properties": {
"_length_cm": "29.0",
"_width_cm": "22.0",
"_height_cm": "12.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").