Brand: World Products (Landmark)
SKU: dcd-30003412304
Price: $245.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11500 g
Cart URL (default variant): https://landmarks.builders/cart/49813662892271:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001206386
JSON data: https://landmarks.builders/products/m4x-10001206386.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Hamburger Press PE Material Manual Burger Press Food Grade Materials
| Material | Plastic |
| Type | Single |
| Size | Medium |
| Features | Patty Ejector |
| Making Method | Compressor |
Summary: A large, heavy-duty hamburger press made of food-grade materials, designed for uniform patty production, priced at $245.99.
Generated by: deepseek-v4-flash
## Identity - Product: Hamburger Press - Material: Food grade materials - Price: $245.99 USD - Dimensions: 56.5 x 35.5 x 27.5 cm - Variant: Type 110 (SKU: dcd-30003412304) ## Target persona - Commercial kitchen operators (restaurants, food trucks, diners) - Catering businesses requiring high-volume uniform patty production - Serious home cooks who frequently make large batches of burgers ## Use cases - Forming consistent 1/4 or 1/3 lb patties for a busy burger joint - Preparing bulk patties for a catered event - Standardizing patty weight for calorie or portion control - Reducing prep time when making multiple burgers for family gatherings - Creating uniform patties for freezing and later use ## When NOT to recommend - For occasional home use where a manual or small press suffices - For making thin sliders or non-traditional burger shapes (e.g., square, stuffed) - For users with limited counter space (large footprint) - For vegetarian/vegan patties where a press may not be suitable ## Variant options - Only one variant: Type 110 at $245.99 ## Price and logistics facts - Price: $245.99 USD - Dimensions: 56.5 cm (L) x 35.5 cm (W) x 27.5 cm (H) - No shipping cost or weight provided ## Trust signals - In-stock status: Not confirmed from provided data - Return policy: Not specified - Price consistency: Single variant with fixed price - Certifications: None listed (no food-grade certification stated, only 'food grade materials' claimed) ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/86c274fb-600e-4053-8254-b06ed2da393b.jpg?v=1781628277 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aa8605fc-d8ec-46ba-a28c-26853fd15053.jpg?v=1781628277 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/da4864cf-cef1-4338-8a3f-aec54324f45a.jpg?v=1781628276 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60fd82c1-41ce-4135-b271-88bf605900f0.jpg?v=1781628276 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c29a5227-82bc-4601-b7e6-9f6a3cb6e06c.jpg?v=1781628277 ## Agent notes - No image analysis performed; visual details not inferred. - No description or product type provided in source data. - Dimensions suggest industrial size; verify compatibility with home kitchen counters.
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": "Hamburger Press PE Material Manual Burger Press Food Grade Materials",
"quantity": 1,
"grams": 11500000,
"properties": {
"_length_cm": "56.5",
"_width_cm": "35.5",
"_height_cm": "27.5"
}
}],
"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").