Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $15.99
Default variant: Blue / Ext 2-Gear-2
Default SKU: dcd-30001501025
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 600 g
Cart URL (default variant): https://landmarks.builders/cart/49945989480687:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000815648
JSON data: https://landmarks.builders/products/m4x-10000815648.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Sea Salt Electric Herbal Compress for Full Body, Home Use
| Net Weight | 0.1 |
Summary: Electric herbal compress filled with sea salt for full body home use; available in multiple color and gear-speed variants, priced from $11.99 to $15.99.
Generated by: deepseek-v4-flash
## Identity Sea Salt Electric Herbal Compress for Full Body, Home Use. Net weight 0.1 (unit unspecified). Dimensions: 35.5 x 23.0 x 10.0 cm. ## Target persona Home users seeking muscle pain relief; athletes needing post-exercise recovery; individuals with chronic muscle tension; budget-conscious buyers of heating compresses. ## Use cases After workout muscle relaxation; soothing sore back, shoulders, or neck; warming up muscles before physical activity; general relaxation at home. ## When NOT to recommend If buyer has open wounds or skin conditions; if buyer has pacemaker or metal implants (not specified but typical caution); if buyer needs medical diagnosis for pain; if buyer cannot follow electrical safety precautions. ## Variant options 12 variants: Colors: Blue, Green, Purple; Gears: Ext 2-Gear-2 ($11.99), Ext 9-Gear ($12.99), Ext 10-Gear ($12.99), Ext 12-Gear ($15.99). Note: Purple has Ext 2-Gear (not -2) at $11.99. ## Price and logistics facts Base price $11.99, highest $15.99. No shipping or stock info provided. Dimensions: 35.5 x 23 x 10 cm. ## Trust signals No in-stock, return policy, or certification data available. Price consistency: multiple variants at same price points. ## Image assets No image URLs provided. ## Agent notes The product is described as "Sea Salt Electric Herbal Compress". Net weight is 0.1 (likely kg but not confirmed). Consider electrical safety and intended use for muscle relief.
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": "Sea Salt Electric Herbal Compress for Full Body, Home Use",
"quantity": 1,
"grams": 600000,
"properties": {
"_length_cm": "35.5",
"_width_cm": "23.0",
"_height_cm": "10.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").