Brand: World Products (Landmark)
SKU: dcd-30002724362
Price: $96.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1140 g
Cart URL (default variant): https://landmarks.builders/cart/49811443613935:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034892
JSON data: https://landmarks.builders/products/m4x-10001034892.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3-Tier Rotating Jewelry Box Sturdy & Long-Lasting Round Wooden Jewelry Case
| Product | Box |
| Primary Material | Wood/ Woodenware |
| Sub-Type | Not specified |
| Features | Handpainted |
Summary: A 3-tier rotating wooden jewelry box with stackable trinket holders, designed for women's vanity tables, priced at $96.99.
Generated by: deepseek-v4-flash
## Identity 3 Tier Rotating Jewelry Box Wooden Jewelry Case Sturdy Stackable Trinket Holder for Women, Vanity Table ## Target persona Women with moderate jewelry collections seeking compact, organized storage for vanity tables or dressers. ## Use cases - Storing rings, earrings, and necklaces in a rotating organizer - Using on a vanity table for daily access and display - Stacking multiple tiers for separate storage of different jewelry types - Placing on a bedroom dresser for decorative organization - Giving as a housewarming or birthday gift for jewelry lovers ## When NOT to recommend - For individuals with large, bulky jewelry items like chunky bracelets - For frequent travelers needing portable or travel-sized storage - For those preferring non-wooden or synthetic materials - For users requiring lockable compartments for security ## Variant options - Sparrow Branch: $96.99 (only variant) ## Price and logistics facts - Price: $96.99 USD - Dimensions: 17.5 x 17.5 x 22.5 cm (LxWxH) - No other pricing or shipping details provided. ## Trust signals - No in-stock status, return policy, or certifications provided. ## Image assets - No image URLs provided. ## Agent notes - No images were provided; visual assessment of product appearance and condition was not performed. - The description field was empty; only title and basic specs are 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": "3-Tier Rotating Jewelry Box Sturdy \u0026 Long-Lasting Round Wooden Jewelry Case",
"quantity": 1,
"grams": 1140000,
"properties": {
"_length_cm": "17.5",
"_width_cm": "17.5",
"_height_cm": "22.5"
}
}],
"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").