Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $99.27
Default variant: Army Green Gray Glue
Default SKU: dcd-30003746412
Default price: $99.27
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Inflatable Tent
Vendor: World Products
Weight: 6500 g
Cart URL (default variant): https://landmarks.builders/cart/50457319801071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001318730
JSON data: https://landmarks.builders/products/wp-dcd-10001318730.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This inflatable tent is designed for outdoor camping and overnight use. It features a quick-inflate setup, a single-layer structure, and a one-room-one-hall layout. The outer tent has a waterproof rating of 2000mm (inclusive) to 3000mm (inclusive), and the floor has a waterproof rating of 2000mm. The inner tent material is 210T gray-glue PU-coated fabric, and the outer tent material is 210T PU. The tent poles are made of PVC inflatable columns. The floor material is 138D 17*21 four-grid Oxford PU fabric (in khaki). The unfolded dimensions are 292*252*H165 cm, and the folded dimensions are 30*30*60 cm. The tent weighs 6.19 kg. It is suitable for all seasons and is designed for glamping. The product name is TXZ-2194S, and it is made in China. It is foldable and does not support customization. The price range is 150-500 yuan. It is available in the summer of 2025.
Summary: This inflatable tent is designed for outdoor camping and overnight use. It features a quick-inflate setup, a single-layer structure, and a one-room-one-hall layout. The outer tent has a waterproof rating of 2000mm (inclusive) to 3000mm (inclusive), and the floor has a waterproof rating of 2000mm. The inner tent material is 210T gray-glue PU-coated fabric, and the outer tent material is 210T PU. The tent poles are made of PVC inflatable columns. The floor material is 138D 17*21 four-grid Oxford PU fabric (in khaki). The unfolded dimensions are 292*252*H165 cm, and the folded dimensions are 30*30*60 cm. The tent weighs 6.19 kg. It is suitable for all seasons and is designed for glamping. The product name is TXZ-2194S, and it is made in China. It is foldable and does not support customization. The price range is 150-500 yuan. It is available in the summer of 2025.
Generated by: deepseek-v4-flash
This product has 1 image 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": "Explorer Inflatable Tent for Outdoor Camping, Rainproof, Quick Setup, Portable",
"product_id": 9538388820207,
"variant_id": 50457319801071,
"quantity": 1,
"grams": 6500,
"length_cm": "65.0",
"width_cm": "35.0",
"height_cm": "35.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").