Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Salmon
Default SKU: dcd-30002711213
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: 80 g
Cart URL (default variant): https://landmarks.builders/cart/49903536242927:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031550
JSON data: https://landmarks.builders/products/m4x-10001031550.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Realistic Crab Model Highly Detailed Three-Mark Crab Toy Educational
| Brand | Oenux |
Summary: Realistic and highly detailed model of marine creatures (crab, squid, rays, etc.) by Oenux, priced at $9.99, measuring 25x15x9.3 cm.
Generated by: deepseek-v4-flash
## Identity A set of realistic marine animal model toys, including crabs, squid, rays, jellyfish, and more. Sold individually. Brand: Oenux. ## Target persona Parents of children aged 3-10, elementary school teachers, marine biology educators, toy collectors. ## Use cases - Used in preschool or elementary school science lessons about marine life. - As a visual aid for ocean-themed storytime. - For children's imaginative play. - As part of a shelf display for animal figure collectors. - For sensory or tactile learning with realistic textures. ## When NOT to recommend - For children under 3 years due to small parts risk. - For customers seeking a realistic crab only (many variants are other animals). - For high-end collectible figures (price point is budget). - For use as bath toys (material unspecified). ## Variant options 12 variants all at $9.99: Salmon, Colorful Crab, Blue Squid, Red Squid, Leafy Seadragon, Beaked Whale, Manta Ray, Bluespotted Ray, Stingray, Red Jellyfish, Orange Jellyfish, Orthoceras. ## Price and logistics facts Price: $9.99 USD per unit. Dimensions: 25 cm x 15 cm x 9.3 cm. No shipping or availability info provided. ## Trust signals - Multiple variants available. - Consistent pricing across variants. - Image URLs provided but not inspected. - Return policy unknown. ## Image assets      ## Agent notes Image understanding was not performed. Product type field is empty. Variants include non-crab animals despite the title. Dimensions may refer to packaging, not the figure. Return policy unknown.
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": "Realistic Crab Model Highly Detailed Three-Mark Crab Toy Educational",
"quantity": 1,
"grams": 80000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "15.0",
"_height_cm": "9.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").