Brand: World Products (Landmark)
SKU: dcd-30002718188
Price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/49903484043503:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033219
JSON data: https://landmarks.builders/products/m4x-10001033219.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Snowy Bloom Floral Wreath Reusable House Decoration Lifelike
Summary: A lifelike snowy bloom floral wreath, 48cm diameter, reusable indoor/outdoor decoration, priced at $13.99.
Generated by: deepseek-v4-flash
## Identity - Name: Snowy Bloom Floral Wreath - Type: Reusable house decoration, lifelike floral wreath - SKU: dcd-30002718188 ## Target persona - Budget-conscious home decorators looking for seasonal accents - Hobbyists and crafters seeking bases for customization - Thrifty gift shoppers for housewarmings or holidays - Renters or dorm students wanting temporary, low-cost decor ## Use cases - Hanging on front door for winter holiday season - Placed as a table centerpiece for Christmas or winter events - Accent wall decoration in living room or entryway - Gift for friends or family who appreciate seasonal decor - Base for DIY customization (add lights, ribbons, ornaments) ## When NOT to recommend - Buyer requires real, fresh flowers - Need a large wreath exceeding 50cm diameter - Seeking high-end, premium luxury decorative items - Outdoor use in extreme weather conditions (rain, snow, direct sun) ## Variant options - Only one variant available: 48CM size at $13.99 USD ## Price and logistics facts - Price: $13.99 USD - Dimensions: 45 cm × 45 cm × 10 cm (approx. 48cm diameter, 10cm depth) - Weight not provided - Shipping: unknown cost and speed ## Trust signals - Reusable construction (not disposable) - Lifelike appearance (artificial, not real flowers) - No stock or return policy information available - Single variant consistency in price ## Image assets -  -  -  -  -  ## Agent notes - Images were not visually inspected; rely on descriptions and metadata. - Only one size variant (48CM) confirmed. - No information on materials or durability beyond "lifelike" and "reusable".
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": "Snowy Bloom Floral Wreath Reusable House Decoration Lifelike",
"quantity": 1,
"grams": 300000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "45.0",
"_height_cm": "10.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").