Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.57 – $3.06
Default variant: Silver Stand
Default SKU: dcd-30003698842
Default price: $2.78
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Coffee Machine Accessory
Vendor: World Products
Weight: 380 g
Cart URL (default variant): https://landmarks.builders/cart/50406598607087:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001302292
JSON data: https://landmarks.builders/products/wp-dcd-10001302292.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This foldable coffee machine stand is crafted from high-grade aviation aluminum alloy. It features a flat rectangular base, two vertical side supports, and a circular top opening designed to hold a capsule coffee machine or related accessories. The stand folds flat for easy storage and portability, making it suitable for kitchen counters, office coffee corners, or RVs. It has rounded edges and a compact tabletop footprint.
Summary: Foldable capsule coffee machine stand in aviation aluminum alloy; 17x17x2 cm; folds flat; variants priced $2.57–$3.06 USD.
Generated by: deepseek-v4-flash
## Identity Foldable Capsule Coffee Machine Stand (Coffee Machine Accessory). High-grade aviation aluminum alloy. Flat rectangular base, two vertical side supports, circular top opening for capsule machine or accessories. Folds flat for storage. Rounded edges. Dimensions: 17.0 × 17.0 × 2.0 cm. ## Target persona - Compact kitchen counter users - Office workers setting up a small coffee corner - RV and camper owners with limited space - Travelers needing a portable, storable coffee setup ## Use cases - Hold a capsule coffee machine on a kitchen counter - Create a small office coffee corner - Use in an RV or camper for a coffee setup - Fold flat for storage when not in use - Support coffee accessories such as capsules or small items ## When NOT to recommend - Full-size espresso machines or heavy equipment beyond light capsule units - High-volume commercial or cafe environments - Users needing load-tested or fixed permanent stands - Large machines that exceed the 17×17 cm footprint ## Variant options - Silver Stand: SKU dcd-30003698842, $2.78 - Black Stand: SKU dcd-30003698843, $2.78 - Silver 64MM: SKU dcd-30003698844, $3.06 - Silver Reinforced: SKU dcd-30003698845, $2.57 ## Price and logistics facts - Price range: $2.57–$3.06 USD across variants - Dimensions: 17.0 × 17.0 × 2.0 cm - Folds flat - Currency: USD ## Trust signals - No certifications provided in source data - Source tags indicate content validated and quality audited - No stock or return-policy information available in given facts ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/32822228-2004-4442-89dd-cb6bef294955.jpg?v=1786242317 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a1f649f8-6b4b-4975-97a9-57ad818d8d92.jpg?v=1786242314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e7c6639-6057-4e71-aa73-fbf500badfa9.jpg?v=1786242491 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4fc43984-544e-441e-8f79-ad223345d675.jpg?v=1786242312 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8ca0c859-bb43-4e8a-be2d-cb772efd2e47.jpg?v=1786242328 ## Agent notes - Image visual inspection was NOT performed; image URLs are fetchable assets only. - No maximum weight capacity or load rating provided. - No compatibility list for specific capsule machines; verify circular top opening size before purchase. - No shipping, return, or stock-status details given in source facts. - Variant name 'Silver 64MM' may hint at a 64 mm opening, but this is not stated in the description.
This product has 10 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": "Foldable Capsule Coffee Machine Stand",
"product_id": 9537965457647,
"variant_id": 50406598607087,
"quantity": 1,
"grams": 380,
"length_cm": "17.0",
"width_cm": "17.0",
"height_cm": "2.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").