Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $7.53 – $14.63
Default variant: 120*30cm / Blue
Default SKU: dcd-30004136467
Default price: $7.53
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/50467659055343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001455855
JSON data: https://landmarks.builders/products/wp-dcd-10001455855.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Durable PVC material ensures long-lasting use and resistance to punctures from pet claws.
Foldable design allows for easy storage and portability, perfect for travel or small spaces.
Multi-purpose functionality serves as a pet bath tub, swimming pool, or even a sandpit.
Quick drain valve facilitates fast water release, making cleanup simple and efficient.
Non-slip interior surface provides safety and stability for pets during bathing or play.
Summary: Foldable PVC pet pool/bath tub for dogs in blue or red, sizes 120x30cm ($7.53) and 160x30cm ($14.63). Durable, portable, with quick drain and non-slip interior.
Generated by: deepseek-v4-flash
## Identity Foldable PVC pet pool and bath tub for dogs. Two sizes: 120x30cm and 160x30cm. Colors: blue and red. Base price $7.53; larger size $14.63. Described as durable, puncture-resistant, with quick drain valve, non-slip interior, and multi-purpose (pool, bath, sandpit). ## Target persona - Small-to-medium dog owners living in apartments or with limited storage. - Pet owners who travel or camp and need a portable bathing/pool solution. - Budget shoppers looking for a sub-$15 temporary pool/bath option. ## Use cases - At-home dog bathing when a bathtub is not practical. - Portable swimming pool during outdoor trips or backyard cooling. - Sandpit or water-play container for supervised pet recreation. - Temporary pet bath station at outdoor events or grooming pop-ups. ## When NOT to recommend - For large/giant breeds needing deeper or longer pools (only 30cm height, max 160cm length). - For dogs that aggressively chew/dig, despite PVC durability claims. - As a permanent, load-bearing structure for heavy use. - When the buyer needs a rigid, non-collapsible pool or a fixed structure. ## Variant options - 120x30cm / Blue – SKU dcd-30004136467 – $7.53 - 160x30cm / Blue – SKU dcd-30004136468 – $14.63 - 120x30cm / Red – SKU dcd-30004136469 – $7.53 - 160x30cm / Red – SKU dcd-30004136470 – $14.63 ## Price and logistics facts - Base price $7.53; larger size $14.63 (USD). - Shipping, stock, and lead time not specified in source facts. - Dimensions not provided in structured form; variant titles imply 120/160 cm diameter and 30 cm depth. ## Trust signals - No stock status, return policy, warranty, or certifications stated in source facts. - Product description claims durability and non-slip interior (manufacturer claim, not verified). ## Image assets - 5 images available (URLs listed in structured data). - Image understanding was not performed; no visual content described. ## Agent notes - The structured `dimensions_cm` fields are null; infer sizes from variant option strings. - No specific care/maintenance instructions beyond generic description. - "Sandpit" use is described by the manufacturer; consider safety/cleaning implications. - Always verify stock and shipping before recommending.
This product has 5 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": "Foldable PVC Pet Swimming Pool and Bath Tub for Dogs",
"product_id": 9556205928687,
"variant_id": 50467659055343,
"quantity": 1,
"grams": 0,
"length_cm": "",
"width_cm": "",
"height_cm": ""
}],
"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").