Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Cuttlefish
Default SKU: dcd-30002711225
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: 57 g
Cart URL (default variant): https://landmarks.builders/cart/49903535849711:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031551
JSON data: https://landmarks.builders/products/m4x-10001031551.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cephalopod Figurine Lifelike Details Realistic Cephalopod Toy Educational
| Brand | Oenux |
Summary: Realistic Oenux cephalopod figurine toy, educational, lifelike details. 12 styles including octopus, whale, hermit crab. $9.99, dimensions 45.4x19.2x16.8 cm.
Generated by: deepseek-v4-flash
## Identity Oenux Cephalopod Figurine – realistic, educational toy figurine brand Oenux. ## Target persona Educators, parents, marine biology enthusiasts, children (ages 3+), collectors of affordable animal models. ## Use cases - Classroom ocean life demonstrations and lessons - Building dioramas or sensory bins - Imaginative play for children - Gift for ocean or marine life enthusiasts - Collecting marine animal figures ## When NOT to recommend - Children under 3 years (potential small parts hazard) - Outdoor or rough play (not weatherproof) - Buyers seeking museum-quality or highly detailed collectibles - Scientific or research purposes ## Variant options - Cuttlefish - Octopus - Dolphin - Killer Whale - Blue Whale - Sperm Whale - Hermit Crab Spotted - Hermit Crab Striped - Hermit Crab Color - Peacock Mantisshrimp - Blue Octopus 2375 - Blue Octopus 2376 ## Price and logistics facts - Price: $9.99 USD per figurine - Dimensions: 45.4 × 19.2 × 16.8 cm (package?) - Brand: Oenux ## Trust signals - Price consistent across all 12 style variants - No return policy stated; standard Shopify return window may apply ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/830507ca-d4fe-40b7-964e-657f51dea512.jpg?v=1782146574 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9e610b24-75bb-49df-aa1f-14e7d61668bf.jpg?v=1782146576 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1b3551d-d8f7-40a6-8b5a-b55babfaec69.jpg?v=1782146575 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5b48cb0a-c4c6-4b50-8a21-1a68fc2842fd.jpg?v=1782146576 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/787e2bb7-2d11-4c73-908f-ea0a316aeb4e.jpg?v=1782146576 ## Agent notes - Verify per-style availability before recommending. - Dimensions may refer to packaging; figurine size not explicitly given. - Product title includes "Cephalopod" but some variants (dolphin, whales) are not cephalopods.
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": "Cephalopod Figurine Lifelike Details Realistic Cephalopod Toy Educational",
"quantity": 1,
"grams": 57000,
"properties": {
"_length_cm": "45.4",
"_width_cm": "19.2",
"_height_cm": "16.8"
}
}],
"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").