Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.47
Default variant: Gold
Default SKU: dcd-30003484804
Default price: $3.47
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Gardening
Vendor: World Products
Weight: 100 g
Cart URL (default variant): https://landmarks.builders/cart/50400591970543:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001229761
JSON data: https://landmarks.builders/products/wp-dcd-10001229761.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
An adjustable pipe cutter designed for cutting plastic drainage pipes from the inside. It features adjustable positioning for precise cuts on the inner wall of pipes.
Summary: An adjustable pipe cutter designed for cutting plastic drainage pipes from the inside. It features adjustable positioning for precise cuts on the inner wall of pipes.
Generated by: deepseek-v4-flash
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": "Adjustable Pipe Cutter for Plastic Drainage Pipes",
"product_id": 9536101712111,
"variant_id": 50400591970543,
"quantity": 1,
"grams": 100,
"length_cm": "14.0",
"width_cm": "3.8",
"height_cm": "3.8"
}],
"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").