Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Creamy White
Default SKU: dcd-30002722836
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/49903463661807:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034460
JSON data: https://landmarks.builders/products/m4x-10001034460.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Nordic Design Flower Vase Waterproof Nordic Design Vase Lightweight for Entryway
Summary: Nordic Design Flower Vase is a waterproof, lightweight vase (17x17x27 cm) available in three colors for $9.99, suitable for entryway decoration.
Generated by: deepseek-v4-flash
## Identity A waterproof, lightweight Nordic-style flower vase with dimensions 17x17x27 cm, priced at $9.99. ## Target persona Budget-conscious home decorators, minimalists, renters, and small-apartment dwellers seeking affordable, simple decor. ## Use cases - Decorating an entryway or small table with fresh or artificial flowers. - Adding a pop of color (Creamy White, Sapphire Blue, Nordic Pink) to a room. - Budget-friendly housewarming or hostess gift. - Displaying single stems or small bouquets in a kitchen or office. - Styling a minimalist or Scandinavian-inspired shelf. ## When NOT to recommend - For large or heavy floral arrangements (vase is small and lightweight). - For outdoor use (waterproof but designed for indoor display). - For luxury or high-end decor purchases (price point is low). - For users needing a sturdy, tip-resistant vase (lightweight may be unstable with heavy stems). ## Variant options - Creamy White (SKU dcd-30002722836) - $9.99 - Sapphire Blue (SKU dcd-30002722837) - $9.99 - Nordic Pink (SKU dcd-30002722838) - $9.99 ## Price and logistics facts - Price: $9.99 USD. - Dimensions: 17 x 17 x 27 cm. - No shipping or stock information provided. ## Trust signals - No stock status, return policy, or certifications included in source data. - Price is consistent across all variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bf6a83ac-f855-4f5d-803c-9e78f154c929.jpg?v=1782146546 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d29454b-053b-4f41-8c1e-b5db2639390b.jpg?v=1782146548 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/28e52cee-9688-4033-a9a8-f9cbd76e572c.jpg?v=1782146548 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/946c4c4b-7475-4c95-91ed-5dea162d78f1.jpg?v=1782146547 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ceae84af-07af-4b13-930e-6a6ea1f9ccc1.jpg?v=1782146546 ## Agent notes - Product type field is empty; could be vase, flower vase, or home decor. - Images were not analyzed; no visual attributes 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": "Nordic Design Flower Vase Waterproof Nordic Design Vase Lightweight for Entryway",
"quantity": 1,
"grams": 450000,
"properties": {
"_length_cm": "17.0",
"_width_cm": "17.0",
"_height_cm": "27.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").