Brand: World Products (Landmark)
SKU: dcd-30003561126
Price: $199.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 10000 g
Cart URL (default variant): https://landmarks.builders/cart/49811905872111:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001250850
JSON data: https://landmarks.builders/products/m4x-10001250850.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Smart Feline Litter Box 65 L Capacity Pet Care Odor Control
| Type | Self-Cleaning Litter Tray |
| Smart Home Protocol | Wi-Fi |
Summary: Self-cleaning cat litter box, no scooping needed, dimensions 54.8x52.5x49.5 cm, costs $199.99 USD, available with US plug.
Generated by: deepseek-v4-flash
## Identity Automatic self-cleaning litter box for cats that eliminates daily scooping. ## Target persona Cat owners who want to minimize litter box maintenance, especially busy professionals or multi-cat households. ## Use cases - Daily automatic waste removal without manual scooping. - Maintaining a clean litter box for cats that are sensitive to dirty litter. - Reducing odor between full cleanings. - Placement in apartments or small homes due to compact size. - Convenient for travel or long work hours. ## When NOT to recommend - Owners of very large or heavy cats (over ~15 lbs) as box may be cramped. - Households without US-standard power outlets (product only comes with US plug). - Cats that are easily frightened by mechanical movement. - Those on a tight budget seeking a lower-cost manual box. ## Variant options Only one variant available: - Style: Us Plug, SKU dcd-30003561126, price $199.99. ## Price and logistics facts - Price: $199.99 USD. - Dimensions: 54.8 cm (L) x 52.5 cm (W) x 49.5 cm (H). - No shipping or return policy data provided. ## Trust signals - No in-stock status, return policy, or certifications provided in source data. - Price consistency: single price point across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/79d5a659-de84-43a7-bcc4-ac89d7554c7d.jpg?v=1781600925 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aa972afd-9630-4252-90c2-083aa58a00dd.jpg?v=1781600926 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/88724c0b-ef60-4057-8b1d-75b908af9d73.jpg?v=1781600925 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/312ecdf5-c55b-40d2-a8d6-1d36dec375a7.jpg?v=1781600925 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc4c741f-03d3-4a08-8f47-897039d0bf6c.jpg?v=1781600925 ## Agent notes Image understanding was not performed; only URLs are provided. No product description or detailed features were given. Variant list may be incomplete.
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": "Smart Feline Litter Box 65 L Capacity Pet Care Odor Control",
"quantity": 1,
"grams": 10000000,
"properties": {
"_length_cm": "54.8",
"_width_cm": "52.5",
"_height_cm": "49.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").