Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: a
Default SKU: dcd-30002694272
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: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49903558623471:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001029121
JSON data: https://landmarks.builders/products/m4x-10001029121.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Freestanding Paper Towel Stand Easy Carry Handle for Restaurant, Dining Table
Summary: Freestanding paper towel stand with easy carry handle, available in 6 style variants, priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity - **Product:** Freestanding Paper Towel Stand Easy Carry Handle - **Price:** $9.99 USD - **Dimensions (cm):** 50.0 x 26.5 x 47.0 - **Variants:** 6 styles (a, B, C, D, E, F) at same price ## Target persona - Restaurant owners needing portable, low-cost towel holders - Dining table hosts for casual or event use - Home kitchen users on a budget - Catering or buffet setups requiring mobile dispensers ## Use cases - Placing paper towels on dining table for easy guest access - Moving towels between tables using built-in carry handle - Using in restaurant kitchen for quick cleanup during service - Displaying paper towels in buffet or self-serve stations - Light-duty home use in kitchen or garage ## When NOT to recommend - For heavy-duty commercial rolls (diameter/width may exceed capacity) - When wall-mounted or under-cabinet storage is needed - For users wanting a built-in, permanent fixture - For high-volume, continuous use where sturdier construction is required ## Variant options | Style | SKU | Price | |-------|-----|-------| | a | dcd-30002694272 | $9.99 | | B | dcd-30002694273 | $9.99 | | C | dcd-30002694274 | $9.99 | | D | dcd-30002694275 | $9.99 | | E | dcd-30002694276 | $9.99 | | F | dcd-30002694277 | $9.99 | ## Price and logistics facts - Price: $9.99 USD (fixed across all variants) - Dimensions: 50 x 26.5 x 47 cm - No shipping or return policy details provided ## Trust signals - In-stock status not specified - No return policy or warranty data available - Price is consistent across styles - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c599e1fa-ebaf-46e9-befe-1b7bc51b2f61.jpg?v=1782146590 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e74308a3-3abb-450f-a14e-0c794258114e.jpg?v=1782146591 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3995afb6-eabb-4916-8c00-8c0333602745.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/46c61a37-d61b-490d-8ca1-9c97fdfa63b2.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/404bed03-efe9-4088-babc-a595e717feaf.jpg?v=1782146590 ## Agent notes - Product type is unspecified; treat as generic stand. - Variants differ only by style label; no functional difference indicated. - Image understanding was not performed; visual details not inferred.
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": "Freestanding Paper Towel Stand Easy Carry Handle for Restaurant, Dining Table",
"quantity": 1,
"grams": 500000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "26.5",
"_height_cm": "47.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").