Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $7.08 – $9.53
Default variant: S / Stainless Steel
Default SKU: dcd-30004141037
Default price: $7.08
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/50467723247855:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001457557
JSON data: https://landmarks.builders/products/wp-dcd-10001457557.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Versatile display stand suitable for showcasing books, magazines, decorative plates, and tablet devices.
Durable construction ensures stable support for various items, preventing slips and falls.
Adjustable design allows for optimal viewing angles and accommodates different item sizes.
Compact and lightweight, making it easy to move and store when not in use.
Ideal for home, office, retail, or exhibition use to elegantly present your items.
Summary: Adjustable display stand for books, magazines, tablets, and decorative plates; sizes S and L, multiple colors; prices $7.08–$9.53.
Generated by: deepseek-v4-flash
## Identity - Adjustable display stand for books, magazines, tablets, and decorative plates. - Durable construction, adjustable viewing angles, compact and lightweight. - Available in sizes S and L; colors: stainless steel, black, white. ## Target persona - Retail store owners needing affordable display stands for merchandise. - Home users organizing books/tablets/decorative plates. - Exhibition or event planners requiring portable display solutions. ## Use cases - Displaying books or magazines on a shelf, desk, or retail counter. - Holding a tablet at an optimal viewing angle for recipes, video calls, or media consumption. - Presenting decorative plates in a home or gallery setting. - Retail shelf display for small items to attract customer attention. - Temporary exhibition signage or product display at trade shows. ## When NOT to recommend - Not for heavy or oversized items where load capacity isn't specified. - Not for users requiring precise dimensional specifications, as dimensions are not provided. - Not for customers needing larger variants in black or white, as only L in stainless steel is listed. ## Variant options | Size | Color | SKU | Price (USD) | |------|-------|-----|-------------| | S | Stainless Steel | dcd-30004141037 | 7.08 | | S | Black | dcd-30004141038 | 7.08 | | S | White | dcd-30004141039 | 7.08 | | L | Stainless Steel | dcd-30004141040 | 9.53 | ## Price and logistics facts - Base price: $7.08 USD. - L size costs $9.53 USD. - No shipping or availability information provided. - No dimensions or weight provided; compact and lightweight per description. ## Trust signals - In-stock status: not specified. - Return policy: not specified. - Price consistency: multiple variants at $7.08, L at $9.53. - Certifications: none listed. ## Image assets - 5 images available at the provided URLs. ## Agent notes - Images were not analyzed; no visual details can be confirmed. - Dimensions and weight are missing; verify before recommending for size-sensitive use cases. - Only four variants exist; no L in black or white listed.
This product has 5 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": "Adjustable Display Stand for Books, Magazines, Tablets, and Decorative Plates",
"product_id": 9556230701295,
"variant_id": 50467723247855,
"quantity": 1,
"grams": 0,
"length_cm": "",
"width_cm": "",
"height_cm": ""
}],
"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").