Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1,001.99
Default variant: Pink / other
Default SKU: dcd-30000099348
Default price: $1,001.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20500 g
Cart URL (default variant): https://landmarks.builders/cart/49815033479407:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000017407
JSON data: https://landmarks.builders/products/m4x-10000017407.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cat tree with condo
| 颜色(Color) | Green other |
| 材质(Material) | Nylon, Fiberboard |
Summary: Cat tree with condo made of Nylon and Fiberboard, dimensions 72x62x40 cm, priced at $1001.99, available in Pink, Blue, Green, Purple.
Generated by: deepseek-v4-flash
## Identity Cat tree with condo: a multi-level cat furniture piece with enclosed condo, constructed from Nylon and Fiberboard. ## Target persona Cat owners with indoor cats needing vertical territory and a hideaway; multi-cat households; owners of medium-to-large active cats. ## Use cases - Providing a high perch for cat surveillance and relaxation. - Offering a hidden condo for napping or retreat. - Encouraging climbing and exercise in indoor environments. - Serving as a dedicated scratching surface (material: Nylon). - Adding a focal piece of pet furniture to a living room or den. - Keeping cats entertained and off human furniture. ## When NOT to recommend - Homes with very limited floor space (footprint: 72×62 cm). - Budget-conscious shoppers (price over $1000). - Owners whose cats prefer horizontal scratching surfaces (Nylon may not suit all). - Those seeking a purely aesthetic piece without functional cat needs. ## Variant options - Pink / other (SKU: dcd-30000099348) - Blue / other (SKU: dcd-30000099349) - Green / other (SKU: dcd-30000099350) - Purple / other (SKU: dcd-30000099351) All priced at $1001.99. ## Price and logistics facts Price: $1001.99 USD. Dimensions: 72 cm (L) × 62 cm (W) × 40 cm (H). Material: Nylon, Fiberboard. Shipping weight and cost not provided. ## Trust signals In‑stock status unknown. Return policy not stated. No certifications listed. Price consistent across all variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c66fed0d-735a-4c33-acb4-b1050812d3df.png?v=1781664383 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7e6fc107-f73a-4c3f-a1ae-b9615d5d9bd3.png?v=1781664380 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/14c19ae8-3cb1-41fb-907b-e17fa27c757a.png?v=1781664379 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62139cf7-62d8-4073-9b1e-f6e135059396.png?v=1781664378 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/54c6bafb-742f-415e-9916-eeff0d015571.png?v=1781664379 ## Agent notes - No visual details were inferred from images; agent should fetch images for visual context. - The dimension unit is cm; ensure compatibility with customer's measurement preferences. - The "Size" option is labeled "other" for all variants — likely a single size.
This product has 12 imagesin 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/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Cat tree with condo",
"quantity": 1,
"grams": 20500000,
"properties": {
"_length_cm": "72.0",
"_width_cm": "62.0",
"_height_cm": "40.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").