Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $63.99
Default variant: Brass
Default SKU: dcd-30003637117
Default price: $63.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1200 g
Cart URL (default variant): https://landmarks.builders/cart/50149702074607:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001280500
JSON data: https://landmarks.builders/products/m4x-10001280500.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Material: Crafted as a brass scent vessel with detailed relief carving and ornate openwork, giving it a refined tabletop presence that stands out in everyday settings.
Design: The spherical upper chamber uses a lidded scent vessel structure with a finial knob on top, creating a balanced look that is decorative even when not in use.
Support: Built as a three-leg scent vessel with a rounded base and a circular support circlet between sections, offering a stable tabletop form with a distinctive silhouette.
Function: Designed for combusting scent, this scent vessel helps contain the combusting area while allowing the carved openings to complement the look of the smoke as it rises.
Display: With its 19 cm height and 12 cm width, this home decor openwork ornate desk, shelf, or entryway table for daily display in home or work environments.
Summary: Three-Leg Scent Vessel Spherical Heat-Resistant Ornate Brass Scent Vessel. 【Material】: Crafted as a brass scent vessel with detailed relief carving and ornate openwork, giving it a refined tabletop presence that stands out in everyday settings. 【Design】: The spherical upper chamber uses a lidded scent vessel structure with a finial knob on top, creating a balanced look that is decorative even when not in use. 【Support】: Built as a three-leg scent vessel with a rounded base and a circular support circlet between sections, offering a stable tabletop form with a distinctive silhouette. 【Function】
Generated by: m4x-map-v1
This product has 12 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Three-Leg Scent Vessel Spherical Heat-Resistant Ornate Brass Scent Vessel",
"product_id": 9456507617519,
"variant_id": 50149702074607,
"quantity": 1,
"grams": 1200,
"length_cm": "21.0",
"width_cm": "14.0",
"height_cm": "21.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").