Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $42.99 – $43.99
Default variant: Heavy-duty Tapetool
Default SKU: dcd-30003568320
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1400 g
Cart URL (default variant): https://landmarks.builders/cart/49810641551599:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001254161
JSON data: https://landmarks.builders/products/m4x-10001254161.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Plant Tying Machine Handheld Vine Tying Tool Lever Lever
| Type | Plant Support |
| Material | Plastic |
| Compatible Plant Type | Vine |
| Indoor/Outdoor | Outdoor |
| Features | Reusable |
| Item Weight | 500 g |
| Suitable For | Seedlings |
Summary: A handheld staple tie trigger lever for tying plants to supports, available in two heavy-duty styles at $42.99 and $43.99.
Generated by: deepseek-v4-flash
## Identity A Plant Tying Machine Handheld Staple Tie Trigger Lever, used for securing plants to stakes or trellises. ## Target persona Gardeners, horticulturists, greenhouse workers, and hobbyists who need to tie plants efficiently. ## Use cases - Tying tomato plants to stakes - Securing climbing vines to trellises - Fastening young trees to support poles - Organizing herbaceous plants in greenhouses - Tying flower stems to prevent bending ## When NOT to recommend - For office or paper stapling tasks - For heavy-duty construction or framing - For delicate flowers that may be damaged by staples - When the user needs a reusable tie (this uses staples) ## Variant options - Heavy-duty Tapetool: $42.99 - Heavy-duty Tapetoo a: $43.99 ## Price and logistics facts - Price: $42.99 (base variant), $43.99 (second variant), USD - Dimensions: 37 cm length, 16 cm width, 7 cm height - No weight or shipping information provided. ## Trust signals - In-stock status not provided. - Return policy not provided. - Price consistency: two variants with stable prices. - No certifications listed. ## Image assets No images available. ## Agent notes Image understanding was not performed because no image URLs were provided.
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": "Plant Tying Machine Handheld Vine Tying Tool Lever",
"quantity": 1,
"grams": 1400000,
"properties": {
"_length_cm": "37.0",
"_width_cm": "16.0",
"_height_cm": "7.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").