Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $11.99
Default variant: 12CM
Default SKU: dcd-30002771542
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: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49879108649199:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001047189
JSON data: https://landmarks.builders/products/m4x-10001047189.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Braising Seasoning Container Heat Resistant Locking Aromatic Infuser Reusable
Summary: A reusable, heat-resistant braising seasoning container with locking lid for infusing flavors; available in sizes 12-20 cm at $9.99-$11.99.
Generated by: deepseek-v4-flash
## Identity Braising Seasoning Container – a heat-resistant, locking aromatic infuser for braising, stewing, and simmering. Reusable. ## Target persona Home cooks who braise meats regularly; individuals who prefer whole spices and aromatics in cooking; cooks seeking a mess-free way to infuse flavors without straining. ## Use cases - Braising beef or pork with whole peppercorns, bay leaves, and herbs - Simmering broth or stock with bundled spices for easy removal - Infusing sauces or oils with garlic, ginger, or chili - Stewing vegetables or legumes with aromatic herbs - Preparing mulled wine or cider with spices ## When NOT to recommend - When a fine-mesh strainer or loose spice bag is preferred - For dry storage of spices (not designed for airtight sealing) - For microwave use (unless explicitly stated, which is not provided) - For high-heat frying or deep-frying (intended for simmering/braising) ## Variant options | Size | Price | |------|-------| | 12 cm | $9.99 | | 14 cm | $9.99 | | 16 cm | $9.99 | | 18 cm | $9.99 | | 20 cm | $11.99 | ## Price and logistics facts - Price range: $9.99 – $11.99 USD - Dimensions (packaging?): 25.7 x 21.0 x 21.0 cm - Currency: USD ## Trust signals - In-stock status: not specified in facts - Return policy: not specified - Price consistency: all sizes same price except 20 cm ($2 more) - Certifications: none mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5d57e8ac-fbfd-46f2-8fb5-d7926b16c0cf.jpg?v=1782126311 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ce026663-f3d9-48f1-bbf5-bd3121300a0a.jpg?v=1782126313 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/080a3e44-e471-4616-a3ac-e0f3b27dae7c.jpg?v=1782126311 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c125689f-0f34-4f4f-9877-9807badb1efb.jpg?v=1782126312 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2b1ea689-2143-4317-b016-c2f273609050.jpg?v=1782126311 ## Agent notes - Image understanding was not performed; visual details should be fetched from URLs. - Product type not specified; infer from title: braising seasoning container, aromatic infuser. - Dimensions provided might be packaging; container size per variant (12-20 cm) likely refers to length or diameter.
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": "Braising Seasoning Container Heat Resistant Locking Aromatic Infuser Reusable",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "25.7",
"_width_cm": "21.0",
"_height_cm": "21.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").