Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $11.99
Default variant: White / S
Default SKU: dcd-30002750272
Default price: $9.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/49879200628975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041533
JSON data: https://landmarks.builders/products/m4x-10001041533.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Feather Design Vase Nordic Design Sculptural Flower Holder for Entryway, Office
Summary: A budget-friendly sculptural vase in Nordic design, available in White or Gold and three sizes, suitable for entryways or offices.
Generated by: deepseek-v4-flash
## Identity Feather Design Vase Nordic Design Sculptural Flower Holder – a decorative vase for dried or small fresh flowers, priced between $9.99–$11.99. ## Target persona Budget-conscious shoppers seeking affordable home decor; office workers wanting a simple desk accent; small-space dwellers (dimensions: 35×23×15 cm). ## Use cases - Placing on an entryway table to welcome guests - Adding a minimalist touch to an office desk - Holding dried flowers or a single stem as a decorative accent - Small housewarming or hostess gift - Styling a bookshelf or sideboard ## When NOT to recommend - Buyers needing a large floor vase (height 15 cm is small) - Customers requiring waterproof or outdoor materials - Those seeking luxury or high-end designer pieces - Events requiring heavy flower arrangements (vase may tip) ## Variant options - White: S ($9.99), M ($10.99), L ($11.99) - Gold: S ($9.99), M ($10.99), L ($11.99) ## Price and logistics facts - Price: $9.99–$11.99 USD, depending on size - Dimensions: 35 cm long × 23 cm wide × 15 cm high - Currency: USD ## Trust signals - In-stock status: Not provided (assume available unless sold out) - Return policy: Not provided - Price consistency: Fixed variant pricing; no discounts known - Certifications: None provided ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3fa49a57-6c6b-4f00-845a-0ffb72c6d4d5.jpg?v=1782126364 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bdac2714-34a3-4c8f-b393-cebbe41cb60e.jpg?v=1782126364 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f2684951-e906-465d-85ca-5899fdee211b.jpg?v=1782126368 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/00f581ed-2478-4c0a-a331-a50e9325c71f.jpg?v=1782126364 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8ec76fb7-7a1a-4705-8b14-46a1db6807c3.jpg?v=1782126365 ## Agent notes - No product type field in source data. - Manufacturer/vendor unknown. - No material or finish details (assume ceramic/plastic? not confirmed). - No return or warranty policy available. - Image understanding was not performed.
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": "Feather Design Vase Nordic Design Sculptural Flower Holder for Entryway, Office",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "23.0",
"_height_cm": "15.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").