Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $13.99
Default variant: Yellow
Default SKU: dcd-30002763918
Default price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 600 g
Cart URL (default variant): https://landmarks.builders/cart/49879142203631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045236
JSON data: https://landmarks.builders/products/m4x-10001045236.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Bee Glass Vase Designer Design House Decoration Glossy Finish
| Brand | mxmade |
| Specification | 5.8*16.5 6.2*22 7*15 |
Summary: Bee Glass Vase with glossy finish, available in Yellow and Green, dimensions 18x12x18 cm, priced at $13.99 USD.
Generated by: deepseek-v4-flash
## Identity Bee Glass Vase with glossy finish. Brand: mxmade. Dimensions: 18 x 12 x 18 cm. Color options: Yellow, Green. ## Target persona Budget-conscious home decorators seeking small glass vases for floral arrangements or accent pieces. ## Use cases - Displaying fresh or dried flowers on a desk, shelf, or mantelpiece. - Adding a pop of color to a neutral room. - Gifting for housewarming or birthdays. - Using as a centerpiece for small tables. - Storing small decorative items like pebbles or fairy lights. ## When NOT to recommend - For large floral arrangements requiring a heavy or wide vase. - For professional event planners needing bulk uniformity. - For outdoor use due to glass fragility. - For customers expecting premium luxury packaging. ## Variant options - Yellow ($13.99) - Green ($13.99) ## Price and logistics facts Price: $13.99 USD. Dimensions: 18 x 12 x 18 cm. No shipping or stock information provided. ## Trust signals No stock status, return policy, or certifications available. Price is consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/05243f37-2afe-4573-b121-b52765472621.jpg?v=1782126328 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1118f5b9-cff2-4ca5-bf7b-6a697ab5290f.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/343e4eb7-698f-4c27-9258-e9e9014bebc1.jpg?v=1782126327 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4caa761e-a7de-4f13-8713-1b166c34f915.jpg?v=1782126329 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2c381837-41de-4388-94c9-1f75f593843f.jpg?v=1782126328 ## Agent notes Dimensions in description (5.8*16.5 etc.) may be alternative measurements; verify. No weight or material thickness specified.
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": "Bee Glass Vase Designer Design House Decoration Glossy Finish",
"quantity": 1,
"grams": 600000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "12.0",
"_height_cm": "18.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").