Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.61 – $4.44
Default variant: Hard Inner Oxford
Default SKU: dcd-30003643955
Default price: $4.44
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Carrying Case
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/50455606329583:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001283175
JSON data: https://landmarks.builders/products/wp-dcd-10001283175.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A coffee machine case with a dark textile finish, top handle, and rectangular hard-sided case body designed for organized storage and easy handling. This zippered carrying case uses a clamshell opening that makes packing and removing the machine straightforward when setting up or putting things away. The fitted compartment supports appliance storage by holding the coffee machine and related parts in a more defined, secure layout. As a carrying case, it is made for moving the machine from one place to another with a practical top handle and enclosure that helps keep contents together. This portable coffee machine case is intended to protect and transport the appliance in a compact form while keeping the main unit and accessories grouped in one place.
Summary: A coffee machine case with a dark textile finish, top handle, and rectangular hard-sided case body designed for organized storage and easy handling. This zippered carrying case uses a clamshell opening that makes packing and removing the machine straightforward when setting up or putting things away. The fitted compartment supports appliance storage by holding the coffee machine and related parts in a more defined, secure layout. As a carrying case, it is made for moving the machine from one place to another with a practical top handle and enclosure that helps keep contents together. This portable coffee machine case is intended to protect and transport the appliance in a compact form while keeping the main unit and accessories grouped in one place.
Generated by: deepseek-v4-flash
This product has 8 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": "Top Handle Coffee Machine Case Clamshell Opening Zippered Carrying Case Fitted Compartment",
"product_id": 9537496449263,
"variant_id": 50455606329583,
"quantity": 1,
"grams": 350,
"length_cm": "28.5",
"width_cm": "18.5",
"height_cm": "9.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").