Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Green
Default SKU: dcd-30003504944
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 家居用品
Vendor: World Products
Weight: 180 g
Cart URL (default variant): https://landmarks.builders/cart/49739216191727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001250244
JSON data: https://landmarks.builders/products/wp-dcd-10001250244.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A compact 60/48-hole sterilization box for dental burs and drill bits, available in Green, White, and Pink, measuring 12x7x7 cm.
Generated by: deepseek-v4-flash
## Identity - Product: Dental 60/48-Hole Sterilization Box for High/Low Speed Burs and Drill Bits - Dimensions: 12 x 7 x 7 cm - Colors: Green, White, Pink - Price: $9.99 ## Target persona - Dental assistants needing organized bur sterilization - Dentists requiring a compact bur storage solution - Dental students learning instrument management - Dental lab technicians handling small bur sets ## Use cases - Organizing high-speed and low-speed dental burs during sterilization - Storing cleaned burs in a compact container - Arranging burs by size or type for procedure prep - Portable bur organization for mobile dental services - Sterilizing multiple burs simultaneously in an autoclave-safe container ## When NOT to recommend - For non-dental instrument sterilization (e.g., surgical blades, endodontic files) - For high-volume sterilization requiring larger metal baskets - For users needing a sealed sterilization pouch - For large or non-standard bur sizes that do not fit the 60-hole layout ## Variant options | Color | SKU | Price | |-------|------------------|-------| | Green | dcd-30003504944 | $9.99 | | White | dcd-30003504945 | $9.99 | | Pink | dcd-30003504946 | $9.99 | ## Price and logistics facts - Unit price: $9.99 USD for all variants - Dimensions: 12 x 7 x 7 cm ## Trust signals - Pricing is consistent across all color variants. - No stock status, return policy, or certifications provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7cadf39fcf843fcaa0db27339494fee.png?v=1781488405 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1700b396ada04764bee7d0776915fb9f.png?v=1781488405 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/19685031efb143fb9d164598fbc16781.png?v=1781488405 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9ff287d9354446ee865ed1eaa5a79a99.png?v=1781488406 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f5fabe2957a42668b6ce27ae049384e.png?v=1781488406 ## Agent notes - Product description is empty; details inferred from title and dimensions. - Image understanding was not performed – all listed URLs are fetchable assets. - Stock status and return policy are unknown.
This product has 15 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": "牙科60孔消毒盒高低速车针磨头消毒架48孔放置",
"quantity": 1,
"grams": 180000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "7.0",
"_height_cm": "7.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").