Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $43.99 – $52.99
Default variant: 17-22cm
Default SKU: dcd-30002884107
Default price: $43.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 750 g
Cart URL (default variant): https://landmarks.builders/cart/49810719441135:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001084269
JSON data: https://landmarks.builders/products/m4x-10001084269.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Handcrafted paper art ornament featuring a mythical bird and serpent, suitable as an engagement or wedding gift or desk decoration. Available in two sizes.
Generated by: deepseek-v4-flash
## Identity Mythical Bird and Serpent Paper Art Ornament – a decorative paper art piece for desks, as an engagement or wedding gift. ## Target persona - Engaged couples seeking unique wedding/engagement gifts - Wedding gift shoppers looking for non-traditional presents - Paper art collectors and home office decorators ## Use cases - As a wedding or engagement gift - As a desk ornament in a home office - As a decorative piece on a shelf or mantel - As a unique gift for bird or mythology enthusiasts - As a small token for a wedding favor or thank-you ## When NOT to recommend - When the buyer wants a large wall hanging or oversized decor - For functional gifts like lamps, clocks, or storage items - For extremely budget-conscious shoppers (price above $40) - For outdoor or high-moisture environments ## Variant options - Size 17-22cm: $43.99 USD - Size 22-33cm: $52.99 USD ## Price and logistics facts - Base price: $43.99 USD (17-22cm variant) - Dimensions: 35 x 24 x 4 cm (packaged) - Shipping details not provided ## Trust signals - In-stock status not specified - Return policy not provided - Price consistency: two size options with transparent pricing - No certifications listed ## Image assets - No images available to fetch. ## Agent notes - No images were provided, so visual understanding was not performed. Price varies by size. Minimal product info available; recommend verifying details with seller.
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": "Mythical Bird and Serpent Paper Art Engagement Gift Wedding Desk Ornament",
"quantity": 1,
"grams": 750000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "24.0",
"_height_cm": "4.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").