Brand: World Products (Landmark)
This product has 11 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Pot Galaxy
Default SKU: dcd-30002742711
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: 260 g
Cart URL (default variant): https://landmarks.builders/cart/49879209312495:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001039904
JSON data: https://landmarks.builders/products/m4x-10001039904.json
This product comes in 11 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Japanese Design Soy Sauce Dispenser Ceramic Soy Sauce Pot Long-Lasting
Summary: Ceramic soy sauce dispenser in Japanese design, 12x12x13 cm, with 11 decorative styles, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Japanese Design Soy Sauce Dispenser Ceramic Soy Sauce Pot Long-Lasting ## Target persona Home cooks seeking affordable Japanese tableware; sushi enthusiasts who want authentic serving tools; gift shoppers for housewarmings or foodie friends; decorators adding a Japanese accent to dining tables. ## Use cases - Serving soy sauce at home with sushi or dumplings - Adding a decorative condiment dispenser to dinner parties - Gifting to someone who enjoys Japanese cuisine - Using as a small dipping sauce vessel for appetizers - Complementing Japanese-style table setting ## When NOT to recommend - If user needs a large-capacity soy sauce container (bottle capacity unknown, likely small) - If user requires dishwasher-safe confirmation (not stated) - If user prefers non-ceramic material for durability (e.g., plastic for travel) - If user wants a minimalist design without patterns ## Variant options All variants priced at $9.99: - Pot Galaxy - Pot Chrysanthemum - Pot Deep Blue - Pot Green Rhyme - Pot Pufferfish - Pot Full Blossom - Pot Maple Leaf - Pot Stone Pattern - Pot Hundred Dots - Pot Chidori - Pot Shell Fish ## Price and logistics facts - Price: $9.99 USD per unit - Dimensions: 12.0 x 12.0 x 13.0 cm (LxWxH) - No weight or shipping info provided ## Trust signals - No stock status, return policy, or certifications available in given data - All variants have identical pricing - Image assets are available for visual inspection ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1f9d4212-a357-4122-b1ff-5347ee5ed365.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0a1e6d85-91d2-4b69-9f77-97a894ff1f19.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6e34d885-adb8-4d4e-900e-0fb518d3fc32.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0b1fe982-f908-4d33-97af-84d2c8cf66c4.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/51825e3a-5930-4ae1-a00d-2bc75b06c934.jpg?v=1782126385 ## Agent notes - Product description is minimal; no capacity, material finish, or care instructions were provided. - Images were not analyzed; retrieve them to confirm pattern style and quality. - No brand or manufacturer name available.
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": "Japanese Design Soy Sauce Dispenser Ceramic Soy Sauce Pot Long-Lasting",
"quantity": 1,
"grams": 260000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "12.0",
"_height_cm": "13.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").