Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.72
Default variant: Black
Default SKU: dcd-30003712061
Default price: $4.72
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Coffee Machine Parts
Vendor: World Products
Weight: 130 g
Cart URL (default variant): https://landmarks.builders/cart/50406908887279:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001306958
JSON data: https://landmarks.builders/products/wp-dcd-10001306958.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This aluminum steam switch lever is designed as a replacement external handle for the steam switch on espresso machines, specifically for Sage models 870, 875, and 876. It features a round front face with a tapered cylindrical lever for comfortable grip and turning. The smooth machined metal construction provides a durable upgrade over standard plastic parts. This handle offers a substantial feel for smooth and tactile adjustments to steam and hot water functions. Its compact design integrates seamlessly into the machine's layout for a polished look.
Summary: Replacement aluminum steam switch lever for Sage espresso machines models 870, 875, and 876. Available in black or silver for $4.72.
Generated by: deepseek-v4-flash
## Identity Aluminum steam switch lever replacement handle for Sage espresso machines models 870, 875, and 876. Price: $4.72 USD. Variants: Black (dcd-30003712061), Silver (dcd-30003712062). Dimensions (cm): 12.0 x 5.0 x 5.0. ## Target persona Owners of Sage espresso machines 870, 875, or 876 needing a direct replacement for a broken or worn steam switch handle. Suitable for users comfortable with DIY repair; no internal components included. ## Use cases - Replacing a cracked or missing steam switch lever on a Sage 870, 875, or 876. - Upgrading from the original plastic handle to a machined aluminum part. - Matching handle color to existing machine trim (black or silver). - Restoring a 'substantial feel' to the steam and hot water controls. - As a spare part for maintenance or future repair. ## When NOT to recommend - When the steam valve assembly itself is defective; this lever is only the external handle. - For espresso machines not listed as compatible (Sage 870/875/876 only). - For users expecting a complete switch mechanism or internal components. - If the original handle is intact and aesthetic change is not needed. ## Variant options - Black (dcd-30003712061) – $4.72 USD - Silver (dcd-30003712062) – $4.72 USD ## Price and logistics facts - Price: $4.72 USD per unit (fixed across variants). - Package dimensions: 12.0 x 5.0 x 5.0 cm (length x width x height). - No shipping, fulfillment, or tax information provided. ## Trust signals - None explicitly stated: no warranty, return policy, or certification data in the product facts. - In-stock status not confirmed; assume to be verified at purchase time. - Listed with quality-audited tags, but no specific standards cited. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9445bffa-e933-4917-b5b7-59ae913df535.jpg?v=1786242314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f5fa3041-a429-4363-aed2-a249b3a910b3.jpg?v=1786242307 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/152ae168-0fb0-4d26-9f57-bd7ff94fe5ae.jpg?v=1786242429 ## Agent notes - Image contents were not visually inspected; URLs are provided for additional context. - Compatibility is limited to Sage models 870, 875, and 876; not a universal part. - The description suggests a 'tapered cylindrical lever' with a round front face; material is aluminum. - One caution: dimensions may be packaging size, not handle size.
This product has 3 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": "Aluminum Steam Switch Lever for Espresso Machines",
"product_id": 9538066153711,
"variant_id": 50406908887279,
"quantity": 1,
"grams": 130,
"length_cm": "12.0",
"width_cm": "5.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").