Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black
Default SKU: dcd-30003415661
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: 60 g
Cart URL (default variant): https://landmarks.builders/cart/49877912387823:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001207894
JSON data: https://landmarks.builders/products/m4x-10001207894.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3D Printed Overflow Tube Easy to Install No Overflow Pipe for Pail
Summary: A 3D printed overflow tube for pails, available in black or white, easy to install without an existing overflow pipe, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity 3D Printed Overflow Tube – replacement overflow component for pails, no pipe needed. ## Target persona DIYers, home gardeners, aquaponics hobbyists, and anyone using 5-gallon buckets for water collection or fluid transfer who need a simple overflow solution. ## Use cases - Replacing a broken or missing overflow pipe on a pail. - Adding overflow capacity to a bucket used for rainwater harvesting. - Creating a controlled overflow for aquaponics grow beds. - Installing in a laundry or utility bucket to prevent overfilling. - Repairing a pail used for small-scale liquid storage. ## When NOT to recommend - For high-pressure plumbing systems (rated only for gravity flow). - For food-contact applications unless confirmed food-safe (material not specified). - For large-scale industrial containers (designed for standard pails). - If user requires a complete overflow assembly with threaded fittings (this is a simple push-fit part). ## Variant options - **Black** – $9.99 - **White** – $9.99 ## Price and logistics facts - Price: $9.99 USD per piece. - Dimensions: 17.0 cm x 16.5 cm x 5.0 cm. - No shipping or stock data provided. ## Trust signals - In-stock status not specified. - Return policy not specified. - Price consistent across variants. - No certifications mentioned. ## Image assets No images available. ## Agent notes - Image understanding was not performed because the image_urls array is empty. - Verify material safety if used with potable water or food. - Confirm dimensional fit with user's pail before purchase.
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": "3D Printed Overflow Tube Easy to Install No Overflow Pipe for Pail",
"quantity": 1,
"grams": 60000,
"properties": {
"_length_cm": "17.0",
"_width_cm": "16.5",
"_height_cm": "5.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").