Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99
Default variant: Gold
Default SKU: dcd-30002768913
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/49879111074031:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001046405
JSON data: https://landmarks.builders/products/m4x-10001046405.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Modern Art Sculpture Nordic Design Abstract Spiral Figurine Creative Accent
Summary: Abstract spiral figurine with Nordic design, available in Gold or Black. Dimensions 26x14x8 cm. Priced at $11.99 USD.
Generated by: deepseek-v4-flash
## Identity Modern Art Sculpture Nordic Design Abstract Spiral Figurine Creative Accent ## Target persona Budget-conscious home decorator, minimalist decor enthusiast, gift shopper for modern art lovers. ## Use cases - Shelf styling in living room or entryway - Office desk accent for a modern workspace - Coffee table décor to complement neutral color schemes - Housewarming or birthday gift for friends who enjoy contemporary design - Accent piece in a small apartment or dorm room ## When NOT to recommend - For buyers seeking large statement floor sculptures - For collectors investing in high-end or certified art pieces - When material specificity (e.g., metal, resin) is required – material is not disclosed - For luxury interior design projects requiring premium finishes ## Variant options - Gold (SKU: dcd-30002768913) - Black (SKU: dcd-30002768914) ## Price and logistics facts - Price: $11.99 USD (both variants) - Dimensions: 26 × 14 × 8 cm - Shipping details not provided ## Trust signals - Price consistency across variants - No stock status or return policy information available - No certifications or materials listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/805d2e05-66bc-4885-8ec2-210422e59455.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/99393716-8660-4e3d-b304-e0414e36feb1.jpg?v=1782126315 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/690556f1-bff1-4f24-aade-958143112ff3.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f48fdeb6-6ac6-4274-800a-cddb33543841.jpg?v=1782126316 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a4ef21b9-d659-49db-96f3-08cc1d9c2761.jpg?v=1782126315 ## Agent notes Image understanding was not performed; treat images only as fetchable assets. Material and stock details are absent from provided facts.
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": "Modern Art Sculpture Nordic Design Abstract Spiral Figurine Creative Accent",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "26.0",
"_width_cm": "14.0",
"_height_cm": "8.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").