Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $13.99
Default variant: 9.5x8x14.2cm / other
Default SKU: dcd-30000067585
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: 250 g
Cart URL (default variant): https://landmarks.builders/cart/49946345177327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011500
JSON data: https://landmarks.builders/products/m4x-10000011500.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Clear acrylic divider panel
Summary: Clear acrylic divider panel available in multiple sizes, priced from $9.99 USD. Suitable for organizing and separating items in drawers, shelves, or display cases.
Generated by: deepseek-v4-flash
## Identity Clear acrylic divider panel. Material: acrylic. Multiple size variants available. ## Target persona Home organizers, small business owners, crafters, and retail display designers needing clear, lightweight dividers for drawers, shelves, or display cases. ## Use cases - Separating utensils or tools in a drawer. - Dividing craft supplies (paint, beads) on a shelf. - Creating sections in a retail display case. - Partitioning storage bins or boxes. - Acting as a protective barrier for documents or collectibles in a display. ## When NOT to recommend - For heavy-load storage (e.g., books, cans) – acrylic may warp or crack. - Outdoor or humid environments – not specified UV or moisture resistant. - Load-bearing applications (e.g., shelving support). - Large-scale commercial shelving where durability and weight capacity are critical. ## Variant options | Size (cm) | Price (USD) | |-----------|-------------| | 9.5x8x14.2 | $9.99 | | 14.5x9.5x12.3 | $11.99 | | 25x9.5x6.6 | $11.99 | | 25x9.5x12.3 | $13.99 | ## Price and logistics facts Base price: $9.99 USD. Other variants: $11.99 and $13.99. Currency: USD. No shipping, tax, or stock information provided. ## Trust signals In-stock status not specified. Return policy not specified. Price consistency: three price points across variants. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/64f936dd-5665-45c7-81b0-ec7f8bae17c6.png?v=1782181200 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/940c2d71-2a6e-4ca2-a450-0c5bee50274f.png?v=1782181201 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9b122da2-d26a-4a6c-8172-93678f7beb3b.png?v=1782181201 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a2910e30-a26f-4c85-877e-1036af30146f.png?v=1782181200 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4271ea09-ad8f-4927-b4c1-c67bd5325c7e.png?v=1782181199 ## Agent notes Product type not specified. Dimensions in facts (26x12x17 cm) may refer to packaging; variant sizes differ. Image content not analyzed. No material thickness or transparency level given.
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": "Clear acrylic divider panel",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "26.0",
"_width_cm": "12.0",
"_height_cm": "17.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").