Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.85
Default variant: Beige / Empty Tray
Default SKU: dcd-30003888643
Default price: $4.85
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Jewelry Display
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/50412284969199:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001369328
JSON data: https://landmarks.builders/products/wp-dcd-10001369328.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This jewelry display tray measures 35 x 24 x 3 cm and features a wood-grain outer frame with gold-toned copper corner guards. It has a shallow raised edge and a flat, lined interior surface that provides a scratch-free environment for jewelry. The tray is suitable for arranging and presenting earrings, rings, bracelets, and necklaces. It can be used on a bedroom vanity, dressing table, or boutique counter to keep items neatly sorted and visible.
Summary: Wood-grain jewelry display tray with gold-toned copper corner guards, measuring 36 x 25 x 4 cm (description states 35 x 24 x 3 cm). Two color variants at $4.85.
Generated by: deepseek-v4-flash
## Identity - Jewelry display tray with wood-grain outer frame and gold-toned copper corner guards. - Shallow raised edge with flat, lined interior surface for scratch-free presentation. - Suitable for earrings, rings, bracelets, and necklaces. - Available in Beige and Dark Gray, both 'Empty Tray' style. - SKUs: dcd-30003888643 (Beige), dcd-30003888644 (Dark Gray). ## Target persona - Budget-conscious home organizers seeking a functional tray for vanity or dressing table. - Small boutique or market sellers needing low-cost counter display for jewelry. - Crafters and flea-market vendors who want lightweight portable presentation. ## Use cases - Arranging earrings and rings on a bedroom vanity for daily selection. - Displaying bracelets and necklaces on a dressing table. - Presenting jewelry on a boutique counter for customer viewing. - Sorting small items during craft fairs or pop-up markets. ## When NOT to recommend - High-value or luxury jewelry needing secure, lockable displays. - Travel storage or transport requiring padded compartments with lids. - Heavy or bulky items (watches, large cuff bracelets) that may exceed the shallow edge. - Outdoor or high-humidity environments where wood-grain finish may not be durable. ## Variant options - Beige / Empty Tray (SKU dcd-30003888643) — $4.85 USD - Dark Gray / Empty Tray (SKU dcd-30003888644) — $4.85 USD ## Price and logistics facts - Price: $4.85 USD (both variants equal). - Structured dimensions: 36.0 cm (L) x 25.0 cm (W) x 4.0 cm (H). - Description states 35 x 24 x 3 cm — dimension discrepancy noted. - No shipping cost, delivery timeline, or return policy were provided. ## Trust signals - Inventory tags indicate 'wp-content-validated' and 'wp-quality-audited'. - Price is identical across variants. - No certifications or material safety claims were provided. - No explicit in-stock status or return policy available in the facts. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d9219b3a-62ca-42ce-880c-a05a8e2aa812.jpg?v=1786251928 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/187160da-5a80-42e5-bfa5-85eb8411a5a2.jpg?v=1786251249 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/855d4a78-bf2d-4479-9de2-4359c863be1d.jpg?v=1786251257 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ad4755e7-d6e3-4330-bddb-49cd548e5247.jpg?v=1786251258 ## Agent notes - Image content was not visually inspected; do not assume tray color from URLs. - Dimension inconsistency between structured facts (36x25x4 cm) and product description (35x24x3 cm) — verify before using in logistics. - No explicit availability or inventory status beyond catalog tags. - No return policy or shipping terms are documented, so avoid committing to those in recommendations.
This product has 4 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Wood-Grain Jewelry Display Tray with Gold Corner Guards",
"product_id": 9539516989679,
"variant_id": 50412284969199,
"quantity": 1,
"grams": 550,
"length_cm": "36.0",
"width_cm": "25.0",
"height_cm": "4.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").