Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Silver / Style a
Default SKU: dcd-30002750186
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: 296 g
Cart URL (default variant): https://landmarks.builders/cart/49879201218799:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041512
JSON data: https://landmarks.builders/products/m4x-10001041512.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stainless Steel Restroom Sign Self Braille Restroom Sign Printed
| Specification | 15×20cm |
Summary: Stainless steel restroom sign with braille, printed, available in silver or black with two style options, dimensions 15×20 cm, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Restroom Sign Self Braille Restroom Sign Printed. Dimensions 15×20 cm. Material: stainless steel. Braille included. Printed text. ## Target persona - Facility managers needing ADA-compliant restroom signage. - Building contractors equipping new constructions with accessible signage. - Property owners of hotels, offices, or retail spaces. ## Use cases - Marking men's and women's restrooms in commercial buildings. - Providing braille signage for visually impaired visitors. - Upgrading existing restroom signs to meet accessibility standards. - Quick installation in schools, hospitals, or restaurants. ## When NOT to recommend - When large signs (>20 cm in any dimension) are required. - If custom pictograms or specific text (beyond "Restroom") are needed. - For outdoor or high-moisture environments where stainless steel might still corrode (not specified as weatherproof). - If budget allows for illuminated or more robust signage. ## Variant options - Silver / Style a ($9.99) - Silver / Style B ($9.99) - Black / Style a ($9.99) - Black / Style B ($9.99) ## Price and logistics facts - Price: $9.99 USD per sign. - Dimensions (from description): 15×20 cm; shipping dimensions noted as 28×20×14 cm. - No bulk pricing info provided. ## Trust signals - All variants priced consistently at $9.99. - Braille inclusion meets basic ADA requirements. - In-stock data not available; assume standard availability. - Return policy not specified. ## Image assets - Image URLs: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/360fa8f4-24bc-4e91-bc52-72e9f040cba6.jpg?v=1782126364 https://cdn.shopify.com/s/files/1/0807/5486/8463/files/08ea907c-b461-45aa-88d8-5da4f39ea447.jpg?v=1782126364 https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fb7ab8d9-bcec-47e1-a449-0193b8c88532.jpg?v=1782126366 https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e90f611e-a1c0-4a13-891f-a87fc4e36bfb.jpg?v=1782126364 https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a8e8e855-4954-43ad-b221-6c54c5b39dd6.jpg?v=1782126365 - Note: Visual content not analyzed; actual appearance may vary. ## Agent notes - The description states "15×20cm" but the dimensions_cm object shows 28×20×14 cm, likely packaging. Prioritize description for sign size. - Two style options likely differ in text layout or pictogram; specifics unknown.
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": "Stainless Steel Restroom Sign Self Braille Restroom Sign Printed",
"quantity": 1,
"grams": 296000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "20.0",
"_height_cm": "14.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").