Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.67
Default variant: Beige
Default SKU: dcd-30003717329
Default price: $16.67
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Pet Tent
Vendor: World Products
Weight: 1950 g
Cart URL (default variant): https://landmarks.builders/cart/50407009550575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001309097
JSON data: https://landmarks.builders/products/wp-dcd-10001309097.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This house-shaped pet tent features a peaked roof, front doorway, and side window panels with curtain-style material for ventilation. It has a sturdy PVC rod frame and canvas material. Includes a cushioned pad. Dimensions: 62 cm length, 43.5 cm width, 64 cm height, with an opening height of approximately 41 cm. Weighs about 1.95 kg. Suitable for cats and small dogs.
Summary: Portable pet tent for cats and small dogs, with cushioned pad and PVC rod/canvas frame; measures 62 x 43.5 x 64 cm assembled, weighs 1.95 kg, and comes in four colors at $16.67.
Generated by: deepseek-v4-flash
## Identity - House-shaped pet tent for cats and small dogs: peaked roof, front doorway, side window panels with curtain-style ventilation. - Materials per description: sturdy PVC rod frame and canvas fabric; includes a cushioned pad. - Packed dimensions listed: 44.5 x 21.5 x 10.5 cm; assembled described dimensions: 62 x 43.5 x 64 cm; opening height approx. 41 cm; weight approx. 1.95 kg. ## Target persona - Cat owners who want a small den/sleeping pod without a crate look. - Small dog owners (roughly under 7 kg) needing a lightweight portable bed/den. - Budget shoppers comparing under-$20 pet houses. - Foster homes / frequent travelers needing a quick, collapsible quiet space for a small pet. ## Use cases - Indoor hideout/nap spot for cats in a living room or bedroom. - Portable resting spot when visiting friends/relatives or on short car trips. - Temporary quiet area in multi-pet households. - Outdoor lounging in mild, dry weather if supervised. ## When NOT to recommend - Pets too large for 43.5 cm width / 64 cm height (e.g., beagle-size or larger dogs). - Pets that chew or scratch canvas/PVC frame materials. - Unsupervised outdoor stays in rain or strong wind. - Buyers expecting a hard-sided, escape-proof, or certified kennel. ## Variant options - Beige — SKU dcd-30003717329 — $16.67 - Khaki — SKU dcd-30003717330 — $16.67 - White — SKU dcd-30003717331 — $16.67 - Ginger Yellow — SKU dcd-30003717332 — $16.67 ## Price and logistics facts - Price: $16.67 USD (same across all variants). - Weight: ~1.95 kg; packed dimensions 44.5 x 21.5 x 10.5 cm. - No shipping lead time, stock count, or import duties info provided in source data. ## Trust signals - Product tags include wp-quality-audited, wp-content-validated, dcd-full-catalog. - Multiple color variants available at the same price point. - No in-stock status, return policy, or material certifications were supplied. ## Image assets - 5 product images on Shopify CDN (see image_urls in structured data). - Visual accuracy (assembly state, pet size, color rendering) was not verified by image inspection. ## Agent notes - Confirm current inventory and return policy before recommending. - Verify assembled vs packed dimensions; source lists both differently. - Ask for pet weight/breed before recommending; this is not for large or long-bodied dogs. - If outdoor use is requested, warn that this is a canvas/PVC tent, not weatherproof.
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": "Portable Pet Tent with Cushion - Lightweight House for Cats and Small Dogs",
"product_id": 9538092892399,
"variant_id": 50407009550575,
"quantity": 1,
"grams": 1950,
"length_cm": "44.5",
"width_cm": "21.5",
"height_cm": "10.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").