Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.51 – $3.46
Default variant: Oak / Single
Default SKU: dcd-30004032599
Default price: $1.51
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Kitchen Organizer
Vendor: World Products
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/50416439034095:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001421949
JSON data: https://landmarks.builders/products/wp-dcd-10001421949.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 cup holder rack features a solid 2 cm thick wooden base and gold-tone 304 stainless steel wire uprights. It has a compact 12 cm overall length and a 9.5 cm inner diameter. It is designed to hold cups upright or inverted, keeping them clean and ready for use. The rack operates as a cup dispenser, suitable for kitchens, office breakrooms, cafes, and tea stations. The low-profile wooden base provides stability, and the metal frame allows for effortless cup retrieval.
Summary: Easy Retrieval Cup Dispenser is a low-cost cup holder rack with a 2 cm wooden base and stainless steel frame; prices range from $1.51 to $3.46 depending on color and size.
Generated by: deepseek-v4-flash
## Identity Easy Retrieval Cup Dispenser is a kitchen organizer priced at $1.51–$3.46 USD per variant. It has a 2 cm thick wooden base and gold-tone 304 stainless steel wire uprights, designed to hold cups upright or inverted. ## Target persona Budget-conscious home renters, small-office breakroom managers, and low-volume cafe/tea station owners who need simple, inexpensive cup storage without heavy-duty construction. ## Use cases - Storing mugs on a countertop in a small kitchen. - Displaying disposable cups in an office breakroom. - Keeping cups ready at a tea or coffee station. - Stacking cups inverted to stay clean and dry. - Organizing a low-traffic cafe bar area. ## When NOT to recommend - High-volume commercial dishrooms or busy restaurants. - Large or tall mugs (inner diameter is only 9.5 cm). - Buyers requiring dishwasher-safe metal or certified food-contact materials. - Those expecting a heavy-duty, full-size dispenser. ## Variant options | SKU | Title | Price | Options | | --- | --- | --- | --- | | dcd-30004032599 | Oak / Single | $1.51 | Color: Oak; Size: Single | | dcd-30004032600 | Oak / Double | $2.49 | Color: Oak; Size: Double | | dcd-30004032601 | Walnut / Single | $2.49 | Color: Walnut; Size: Single | | dcd-30004032602 | Walnut / Double | $3.46 | Color: Walnut; Size: Double | ## Price and logistics facts - Prices are USD and range from $1.51 (Oak/Single) to $3.46 (Walnut/Double). - Structured dimensions: 28.0 cm L × 21.0 cm W × 15.0 cm H. - Shipping, handling, and delivery times are not specified in source data. ## Trust signals - No certifications, warranty, or return policy were provided in the source data. - Source tags include 'wp-content-validated' and 'wp-quality-audited', indicating catalog-level quality checks, but no third-party product certification. - In-stock status is not provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f5e703ae-3fba-47d4-92a1-e5a210617bc4.jpg?v=1786270689 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f4b2b4f-4dba-4388-9814-118ae6479877.jpg?v=1786270663 ## Agent notes - Dimension discrepancy: description cites 12 cm overall length and 9.5 cm inner diameter, while structured data lists 28×21×15 cm. Verify physical dimensions before recommending. - Materials are labeled as wood and 304 stainless steel in the description, but this is not independently verified. - Variant SKUs correspond to color (Oak/Walnut) and capacity (Single/Double).
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": "Easy Retrieval Cup Dispenser",
"product_id": 9540970348783,
"variant_id": 50416439034095,
"quantity": 1,
"grams": 200,
"length_cm": "28.0",
"width_cm": "21.0",
"height_cm": "15.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").