Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Ss Shovel
Default SKU: dcd-30003718213
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: 120 g
Cart URL (default variant): https://landmarks.builders/cart/50151182139631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001309447
JSON data: https://landmarks.builders/products/m4x-10001309447.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Premium Material: Crafted from high-quality stainless steel with a polished finish, this long-lasting garden trowel is built to resist rust and wear over years of outdoor use.
Integrated Construction: Featuring a sturdy one-piece design with a firmly welded handle joint, this hand shovel provides exceptional strength and stability during tough digging tasks.
Compact Dimensions: Measuring 29 cm in total length with a 12.5 cm lower working section, this tool is perfectly sized for exact maneuvering in tight areas and garden beds.
Versatile Functionality: This versatile shovel is ideal for a wide range of tasks, including digging, loosening soil, transplanting delicate seedlings, and general planting.
Ergonomic Design: The smooth cylindrical handle of this trowel ensures a comfortable grip, reducing hand fatigue during extended sessions tending to your home garden and potted plants.
Summary: Garden Trowel One Piece Transplanting Trowel Polished Hand for Gardeners, Planting, Potting. 【Premium Material】: Crafted from high-quality stainless steel with a polished finish, this long-lasting garden trowel is built to resist rust and wear over years of outdoor use. 【Integrated Construction】: Featuring a sturdy one-piece design with a firmly welded handle joint, this hand shovel provides exceptional strength and stability during tough digging tasks. 【Compact Dimensions】: Measuring 29 cm in total length with a 12.5 cm lower working section, this tool is perfectly sized for exact maneuvering
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": "Garden Trowel One Piece Transplanting Trowel Polished Hand for Gardeners, Planting, Potting",
"product_id": 9456990421231,
"variant_id": 50151182139631,
"quantity": 1,
"grams": 120,
"length_cm": "32.0",
"width_cm": "8.0",
"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. 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").