Brand: World Products (Landmark)
SKU: dcd-30000100552
Price: $38.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3200 g
Cart URL (default variant): https://landmarks.builders/cart/49810364596463:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000017589
JSON data: https://landmarks.builders/products/m4x-10000017589.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Indoor Wooden Dog House, Removable Mat, Luxury Pet Crate
Summary: Compact indoor wooden dog house with removable mat, suitable for small breeds, priced at $38.99.
Generated by: deepseek-v4-flash
## Identity Indoor Wooden Dog House with Removable Mat, Luxury Pet Crate. Single variant: Blue Snowflake, size L (40x30x8 cm). ## Target persona Small dog owners living in apartments or homes with limited space; owners seeking a decorative, furniture-style crate or bed for their pet. ## Use cases - Providing a cozy indoor shelter for small dogs (e.g., Chihuahua, Yorkshire Terrier). - Using as a stylish crate or bed in living rooms or bedrooms. - Travel or temporary indoor containment for small pets. - Incorporating into home decor as a pet-friendly furniture piece. - Easy cleaning with removable mat. ## When NOT to recommend - For large or medium-sized dogs (size too small). - For outdoor use (constructed for indoor conditions). - For destructive chewers (wooden construction may be damaged). - When a fully enclosed crate is required (open design likely). ## Variant options Only one variant available: - Color: Blue Snowflake, Size: L, SKU: dcd-30000100552, Price: $38.99 ## Price and logistics facts - Price: $38.99 USD. - Dimensions: 40 cm (L) x 30 cm (W) x 8 cm (H). - Weight and shipping details not provided. ## Trust signals - Only one variant in stock (based on provided data). - Return policy not stated. - No certifications mentioned. - Price not compared to market. ## Image assets No image URLs provided. Unable to fetch or analyze visuals. ## Agent notes - Product dimensions suggest a shallow depth (8 cm), likely a flat mat or open crate base; verify if this is a full dog house or a crate mat. - Only one color/size combination listed; no other options. - No weight or material details beyond "wooden" and "removable mat". - Image understanding was not performed because no image URLs were supplied.
This product has 11 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": "Indoor Wooden Dog House, Removable Mat, Luxury Pet Crate",
"quantity": 1,
"grams": 3200000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "30.0",
"_height_cm": "8.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").