Brand: World Products (Landmark)
SKU: dcd-30003714669
Price: $11.81
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Outdoor Decoration
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50455907729647:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001307964
JSON data: https://landmarks.builders/products/wp-dcd-10001307964.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This charming inflatable Santa stands 1.5 meters tall, featuring a classic holiday color scheme of red, white, black, green, yellow, and violet, with a friendly smiling face and raised arms. It comes with six colorful built-in gift-box decorations around the base. The wide black base provides stability on flat surfaces. It is ideal for front lawns, porches, or indoor party spaces.
Summary: A 1.5-meter smiling inflatable Santa with gift boxes, priced at $11.81, intended as a lightweight outdoor porch or indoor seasonal decoration.
Generated by: deepseek-v4-flash
## Identity
Smiling Inflatable Santa with Gift Boxes, festive inflatable yard decoration. Stands ~1.5 m tall. Classic holiday colors (red, white, black, green, yellow, violet). Includes six built-in gift-box decorations around the base. Wide black base for stability on flat surfaces. Lightweight design for porch or indoor use.
## Target persona
Budget-conscious holiday decorator who wants a quick, low-cost seasonal display. Homeowner or renter needing a lightweight, portable decoration for a front lawn, porch, or indoor party. Not for commercial or high-end installations.
## Use cases
- Christmas display on a front lawn.
- Seasonal decoration on a porch.
- Indoor Christmas party accent.
- Temporary holiday decor that can be stored easily.
- Adding a festive touch to a small outdoor space.
## When NOT to recommend
- Buyers needing a weatherproof inflatable for strong wind or rain.
- Those expecting a premium, high-durability decoration with warranty.
- Buyers requiring a non-inflatable static figure.
- Installations needing a larger, more substantial inflatable (e.g., >3m).
## Variant options
- Style: US (SKU dcd-30003714669) at $11.81. Only one variant available.
## Price and logistics facts
- Price: USD $11.81 (fixed, no discount).
- Packaged dimensions: 25 × 22 × 15 cm. Inflated height stated as 1.5 m.
- No shipping, delivery time, or origin specifics provided.
- No explicit in-stock quantity or availability status.
## Trust signals
- Listing includes catalog tags indicating content validation and quality audit (wp-content-validated, wp-quality-audited).
- No customer reviews, certifications, or return policy data provided.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/345a0ddf-4739-4405-bc0e-9cf630e9986e.jpg?v=1786242602
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d3c32a77-adb8-41bb-ac67-2c21785f965b.jpg?v=1786242592
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/30b0aa7d-5abc-4ea4-8bae-086bd5a5ca01.jpg?v=1786242593
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1f0181f0-dc72-44f3-aa3b-e05f9efbeeae.jpg?v=1786242591
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a05a8aae-47f6-448d-b108-7c3c00f7f5ca.jpg?v=1786242592
## Agent notes
- Dimensions in centimeters are likely for the packaged unit, not the inflated decoration.
- The 1.5m height and visual appearance come from the product description, not image analysis.
- There is only one option ("US"); no alternative sizes/colors listed.This product has 7 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": "Smiling Inflatable Santa with Gift Boxes Festive Christmas Inflatable Giant Yard Decoration Lightweight for Porch",
"product_id": 9538070380783,
"variant_id": 50455907729647,
"quantity": 1,
"grams": 1500,
"length_cm": "25.0",
"width_cm": "22.0",
"height_cm": "15.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").