Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.99
Default variant: Squirrel Swing
Default SKU: dcd-30002681660
Default price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 570 g
Cart URL (default variant): https://landmarks.builders/cart/49903600369903:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001025930
JSON data: https://landmarks.builders/products/m4x-10001025930.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Squirrels on Swing Decor Easy to Hang Squirrel Swing Figurine Weather Resistant
Summary: A weather-resistant squirrel swing figurine decor piece, easy to hang, available in two styles, priced at $13.99.
Generated by: deepseek-v4-flash
## Identity Squirrels on Swing Decor Easy to Hang Squirrel Swing Figurine Weather Resistant ## Target persona Garden decor enthusiast; homeowner with garden; squirrel lover; gift shopper for whimsical outdoor items. ## Use cases - Hanging in garden or on porch as charming accent. - Gifting to someone who enjoys animal-themed yard decor. - Adding whimsy to outdoor space. - Including in a collection of garden figurines. ## When NOT to recommend - If buyer needs large statement piece (dimensions ~28x21x16 cm). - If requiring premium or non-plastic materials (material not specified). - If buyer does not want animal-themed decor. ## Variant options - Squirrel Swing - Three No Squirrels (presumably different design) ## Price and logistics facts - Price: $13.99 USD - Dimensions: 28 x 21 x 16 cm - No shipping cost or speed provided. ## Trust signals - Weather resistant as per title. - Price appears consistent across variants. - No return policy or stock status provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bad9c59f-c64c-4ec4-8128-cbb0e907868a.jpg?v=1782146606 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4cd66033-0bf6-41a3-ad48-a9012fbce4b6.jpg?v=1782146610 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d71c71e5-899f-408a-b42c-90374d7e4270.jpg?v=1782146610 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3a7224cb-e929-4539-9b51-bc341e89939f.jpg?v=1782146616 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/076c879a-5e59-452f-8b47-8add39f15917.jpg?v=1782146606 ## Agent notes - Material not specified; weather resistance claimed in title but not verified. - No customer reviews or ratings provided. - Images not analyzed; treat URLs as fetchable assets.
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": "Squirrels on Swing Decor Easy to Hang Squirrel Swing Figurine Weather Resistant",
"quantity": 1,
"grams": 570000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "21.0",
"_height_cm": "16.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").