Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $19.99
Default variant: Tn3632
Default SKU: dcd-30003412835
Default price: $19.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/50162190090479:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001206595
JSON data: https://landmarks.builders/products/m4x-10001206595.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Product Type: This wooden nutcracker decorative figurine is designed as a freestanding holiday decor piece for Christmas display, bringing a classic seasonal look to shelves, mantels, and tabletops.
Standing Form: The standing ornament design features a tall body with a rectangular base, allowing it to display upright on its own without additional support.
Hand-Painted Details: Each hand-painted nutcracker shows visible painted character through the tall body, straw hat, and long white beard, giving the figure a crafted decorative finish.
Material: Made from wood, this Christmas figurine has a sturdy decorative build that suits repeated indoor seasonal styling year after year.
Display Effect: Sized at 36 cm, it creates a noticeable festive accent that works well as a focal point in Christmas arrangements, adding a traditional nutcracker detail to holiday areas.
Summary: Wooden Christmas Nutcracker Freestanding Hand-Painted Nutcracker Traditional Design Christmas Figurine. 【Product Type】: This wooden nutcracker decorative figurine is designed as a freestanding holiday decor piece for Christmas display, bringing a classic seasonal look to shelves, mantels, and tabletops. 【Standing Form】: The standing ornament design features a tall body with a rectangular base, allowing it to display upright on its own without additional support. 【Hand-Painted Details】: Each hand-painted nutcracker shows visible painted character through the tall body, straw hat, and long white
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": "Wooden Christmas Nutcracker Freestanding Hand-Painted Nutcracker Traditional Design Christmas Figurine",
"product_id": 9459779535087,
"variant_id": 50162190090479,
"quantity": 1,
"grams": 600,
"length_cm": "11.5",
"width_cm": "10.0",
"height_cm": "39.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").