Brand: World Products (Landmark)
SKU: dcd-30002743732
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/49879206723823:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040155
JSON data: https://landmarks.builders/products/m4x-10001040155.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Modern Minimalist Vase Unique Shape Imitation Ceramic Planter Matte Finish
Summary: A minimalist imitation ceramic vase/planter with unique shape, matte finish, white, 28x15x10 cm, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Modern Minimalist Vase Unique Shape Imitation Ceramic Planter Matte Finish (White, SKU: dcd-30002743732) ## Target persona Budget-conscious home decorators; minimalists; renters seeking affordable decorative accents; DIY enthusiasts adding simple greenery displays. ## Use cases - Centerpiece for a small table or shelf - Displaying dried flowers or faux greenery - Gifting for housewarming or hostess - Desk decoration in a minimalist office - Adding a subtle accent to entryway or bathroom ## When NOT to recommend - For use with heavy real plants (imitation ceramic may be lightweight and unstable) - For high-end or luxury interior decor - For outdoor or damp environments (matte finish may not be weather-resistant) - When a large statement piece is needed (dimensions are compact) ## Variant options - Only one variant: White ($9.99) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 28 cm (L) x 15 cm (W) x 10 cm (H) - No shipping or return policy information provided ## Trust signals - In-stock status not confirmed - Return policy not specified - Single variant available; price is consistent across listing - No certifications or material guarantees given ## Image assets - 5 images available for fetching: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f9bd7bd3-e303-48ba-a225-6985fdbc4f2a.jpg?v=1782126374 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ac31033e-27d1-4072-81dd-189e76c25364.jpg?v=1782126374 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9fc46c2c-e935-4c41-be1f-bf2065095c05.jpg?v=1782126373 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e3e0cb6-533b-4a4a-aab4-d0c0c26ee62a.jpg?v=1782126377 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/860099b4-f866-45d6-8da2-4e6e0614210e.jpg?v=1782126374 ## Agent notes - Image understanding was not performed; treat images as fetchable assets without visual details. - Product is imitation ceramic (likely plastic/resin) — weight and durability unknown. - Only one color option available. - No customer reviews or ratings provided.
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": "Modern Minimalist Vase Unique Shape Imitation Ceramic Planter Matte Finish",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "15.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").