Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: a
Default SKU: dcd-30002697021
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: 110 g
Cart URL (default variant): https://landmarks.builders/cart/49903549251823:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001029720
JSON data: https://landmarks.builders/products/m4x-10001029720.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Iron Display Stand Multipurpose Metal Plate Stand Space Saving for Office
| Specification | A,B |
Summary: Iron display stand for plates or similar items. Metal construction, dimensions 25x21x9 cm. Two style options. Priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Iron Display Stand Multipurpose Metal Plate Stand Space Saving for Office ## Target persona Office workers or home users needing an inexpensive, small display stand for lightweight plates, signs, or photos. ## Use cases - Displaying decorative plates on a desk or shelf - Holding small signs or menu cards in a retail or office setting - Showcasing photos or small artwork - Organizing plates or flat objects upright for easy viewing - Temporary display at events or trade shows ## When NOT to recommend - For heavy or bulky items (e.g., large books, heavy plates) - For outdoor use (no weather resistance indicated) - For professional retail displays requiring high durability or premium aesthetics - For items requiring secure locking or stability against tipping ## Variant options - Style A (sku: dcd-30002697021) - Style B (sku: dcd-30002697022) Both priced at $9.99. ## Price and logistics facts - Price: USD $9.99 - Dimensions: 25 x 21 x 9 cm - Weight: not specified - Shipping: not specified ## Trust signals - In-stock status: not explicitly confirmed - Return policy: not provided - Price consistency: both variants identical price - Certifications: none mentioned ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2ac7b535-d82f-41b8-ae5d-15a10ba28f57.jpg?v=1782146587) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fe90e0e3-c335-4f69-9ae8-bf35d99641af.jpg?v=1782146587) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/826f107d-296f-4112-a017-a42c9073f0d5.jpg?v=1782146587) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1034ec93-775f-49c6-9138-f79273e6809e.jpg?v=1782146655) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/69f3f7e3-6373-4030-b553-80b2b57c3bc5.jpg?v=1782146586) ## Agent notes - No image content analysis performed; visual details not inferred. - Dimensions are approximate and may vary slightly by variant. - No information on material thickness or finish.
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": "Iron Display Stand Multipurpose Metal Plate Stand Space Saving for Office",
"quantity": 1,
"grams": 110000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "21.0",
"_height_cm": "9.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").