Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $11.99
Default variant: White - 580ML
Default SKU: dcd-30003480994
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 220 g
Cart URL (default variant): https://landmarks.builders/cart/50166248145135:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001228265
JSON data: https://landmarks.builders/products/m4x-10001228265.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Portable Pet Design: This pet accessory is a handheld water bottle made for outdoor use, giving you a simple way to transport clean water for your pet during walks, trips, and daily outings.
Water Dispensing: The pet water bottle uses a round cup-design cap and a front push button, allowing water to be dispensed when needed and making on the move drinking more convenient.
Transparent Body: The clear cylindrical bottle body lets you see the water level at a glance, so you can check remaining water before heading out or while traveling.
Travel Convenience: As a portable pet bottle, it includes a hanging strap near-ear the top for easier carrying, clipping, or hanging while you move between destinations.
Practical Use: This travel water bottle is designed to help you offer water quickly in outdoor settings, supporting simple hydration breaks for pets without needing a separate bowl.
Summary: Pet Water Bottle Push Button Portable Pet Bottle Hanging Strap. 【Portable Pet Design】: This pet accessory is a handheld water bottle made for outdoor use, giving you a simple way to transport clean water for your pet during walks, trips, and daily outings. 【Water Dispensing】: The pet water bottle uses a round cup-design cap and a front push button, allowing water to be dispensed when needed and making on the move drinking more convenient. 【Transparent Body】: The clear cylindrical bottle body lets you see the water level at a glance, so you can check remaining water before heading out or while
Generated by: m4x-map-v1
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": "Pet Water Bottle Push Button Portable Pet Bottle Hanging Strap",
"product_id": 9461595308271,
"variant_id": 50166248145135,
"quantity": 1,
"grams": 220,
"length_cm": "29.5",
"width_cm": "8.3",
"height_cm": "8.3"
}],
"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").