Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Light Green
Default SKU: dcd-30002742672
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: 400 g
Cart URL (default variant): https://landmarks.builders/cart/49879209672943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001039893
JSON data: https://landmarks.builders/products/m4x-10001039893.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Ceramic Seasoning Jar with Spoon Modern Design Ceramic Condiment Set Space
Summary: Ceramic seasoning jar with spoon, modern design, available in 4 colors, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Ceramic Seasoning Jar with Spoon Modern Design Ceramic Condiment Set Space. Dimensions: 13cm x 13cm x 14cm. Price: $9.99. ## Target persona Home cooks seeking affordable kitchen organization; minimalist decor enthusiasts; individuals wanting compact condiment storage for dining table. ## Use cases - Storing salt or pepper for daily cooking. - Holding spices like paprika, cumin, or garlic powder. - Serving as a table-top condiment container for meals. - Gifting to friends who enjoy cooking. - Organizing small spice jars on a counter. ## When NOT to recommend - For bulk spice storage requiring large capacity. - For commercial kitchen or high-volume use. - For outdoor or high-humidity environments. - For buyers seeking airtight or specialized sealing mechanisms. ## Variant options - Light Green ($9.99) - White ($9.99) - Cream ($9.99) - Purple ($9.99) All variants same dimensions and price. ## Price and logistics facts - Price: $9.99 USD per unit (all variants). - No shipping cost or logistics details provided. ## Trust signals - In-stock status: Not specified. - Return policy: Not specified. - Price consistency: All variants at $9.99. - Certifications: None provided. ## Image assets - Image URLs: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2a9a5885-35f6-4b6d-9aa0-ae23ac032ca3.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4ce878f3-58ee-4fae-828a-b70b5f270721.jpg?v=1782126384 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/47647e41-20e5-4931-817d-3d8ec3e3a2f3.jpg?v=1782126385 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cb23cfcc-b55f-4fca-b895-cdff3fae0b3b.jpg?v=1782126385 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7aee7758-02fd-4ca4-ac7e-718954f400af.jpg?v=1782126384 ## Agent notes - No image analysis performed; treat images as fetchable assets. - Missing stock status, return policy, and material details.
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": "Ceramic Seasoning Jar with Spoon Modern Design Ceramic Condiment Set Space",
"quantity": 1,
"grams": 400000,
"properties": {
"_length_cm": "13.0",
"_width_cm": "13.0",
"_height_cm": "14.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").