Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $17.36
Default variant: Ebony
Default SKU: dcd-30003993423
Default price: $17.36
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Handmade
Vendor: World Products
Weight: 2300 g
Cart URL (default variant): https://landmarks.builders/cart/50415334064367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001407224
JSON data: https://landmarks.builders/products/wp-dcd-10001407224.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This solid wood elephant statue features a carved design with a tray on its back. It has a glossy polished finish that highlights the natural wood grain. The elephant has a raised trunk and detailed carved ears. Dimensions are 20 x 12 x 13.5 cm. It is suitable for tabletop decoration and can hold small items like keys or jewelry.
Summary: Handmade solid wood elephant statue with a tray on its back, available in Ebony and Rosewood finishes, priced at $17.36 USD.
Generated by: deepseek-v4-flash
## Identity Solid wood elephant statue with a tray on its back. Handmade, glossy polished finish highlighting natural wood grain. Raised trunk and detailed carved ears. Available in Ebony and Rosewood. ## Target persona Shopper seeking a compact decorative tabletop item that also functions as a small catch-all. Budget-conscious gift buyer looking for a handmade wooden accent at a ~$17 price point. Person who appreciates natural wood aesthetics and functional decor. ## Use cases - Entryway or console table tray for keys and small items. - Dresser jewelry catch-all. - Bookshelf or desk decorative accent. - Small housewarming or hostess gift. - Thematic decor for elephant or nature-inspired interiors. ## When NOT to recommend - When the buyer needs a large storage tray or substantial jewelry organizer. - When exact dimensions are critical, because structured data (25 x 17 x 18.5 cm) conflicts with description (20 x 12 x 13.5 cm). - When the buyer expects documented wood species or sustainability certifications, which are not provided. - When a uniform, machine-made look is preferred over a handmade item's natural variation. ## Variant options - Ebony (SKU dcd-30003993423) - $17.36 USD - Rosewood (SKU dcd-30003993424) - $17.36 USD ## Price and logistics facts - Price: $17.36 USD (all variants) - Dimensions: 25.0 cm length x 17.0 cm width x 18.5 cm height (structured data); description states 20 x 12 x 13.5 cm - Product type: Handmade - Currency: USD ## Trust signals - Tagged 'wp-quality-audited' and 'wp-content-validated' - Price consistency across variants - In-stock status not explicitly confirmed - No return policy or certification data provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fcbdea2d-f148-4e8a-8135-130b23888a91.jpg?v=1786270163 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5d0d79f6-92fe-488a-9d7a-e4bf18ad594d.jpg?v=1786270219 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/20db4d53-4651-4539-9ef6-4ab97bebd858.jpg?v=1786270166 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0e87b52e-df32-48cb-956c-91f8340f9ca9.jpg?v=1786270279 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a6151a18-1477-49e6-aa49-b3bd47854a03.jpg?v=1786270152 ## Agent notes - Image understanding was not performed; do not infer visual details beyond the textual description. - There is a dimension discrepancy: structured dimensions (25 x 17 x 18.5 cm) vs. description (20 x 12 x 13.5 cm). Confirm before serving if dimensions are a decision factor. - 'Handmade' may imply slight variations between units; not explicitly stated but typical for the category.
This product has 8 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": "Solid Wood Elephant Statue with Tray",
"product_id": 9540558225647,
"variant_id": 50415334064367,
"quantity": 1,
"grams": 2300,
"length_cm": "25.0",
"width_cm": "17.0",
"height_cm": "18.5"
}],
"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").