Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $26.99
Default variant: Yellow Green
Default SKU: dcd-30002763835
Default price: $26.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/49879142301935:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045202
JSON data: https://landmarks.builders/products/m4x-10001045202.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Resin Parrot Ornament Vibrant Colors Realistic Parrot Statue Weather Resistant
Summary: Weather-resistant resin parrot statue in vibrant colors, 42x18x14 cm, available in Yellow Green or Red, priced at $26.99.
Generated by: deepseek-v4-flash
## Identity Resin Parrot Ornament ## Target persona Outdoor decor enthusiasts, bird lovers, gift shoppers seeking nature-themed garden accents. ## Use cases - Decorative accent for garden or patio - Bird-themed indoor shelf display - Unique gift for parrot enthusiasts - Themed party decoration (tropical, bird) - Office desk ornament ## When NOT to recommend - Buyer needs a functional bird feeder or toy - Buyer expects a life-sized statue (42 cm is medium) - Buyer requires a different material (e.g., metal, plastic) - Buyer has known resin allergy ## Variant options - **Yellow Green** (SKU: dcd-30002763835) – $26.99 - **Red** (SKU: dcd-30002763836) – $26.99 ## Price and logistics facts - Price: $26.99 USD - Dimensions: 42 cm (L) x 18 cm (W) x 14 cm (H) - Weight: not specified - Currency: USD ## Trust signals - In-stock (based on listing presence) - Return policy: not specified - Price consistency: same for both variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4027aaa6-429b-4289-a42d-f0212d93eeab.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5a443d52-aff6-4e95-82d6-62b24181c467.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2848ab80-ba0e-4fd3-8583-5e9b5dee43d3.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e8b7c1b0-5033-4918-8b46-8f75f9cfc09a.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9c132a9c-1e0a-4b91-937c-b569ccc5a429.jpg?v=1782126329 ## Agent notes - Product is a resin parrot ornament with weather-resistant claim. - Two color options: Yellow Green and Red. - No additional material or finish details provided. - Image understanding not performed; visual details not inferred.
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": "Resin Parrot Ornament Vibrant Colors Realistic Parrot Statue Weather Resistant",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "42.0",
"_width_cm": "18.0",
"_height_cm": "14.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").