Brand: World Products (Landmark)
SKU: dcd-30003604073
Price: $14.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 汽配
Vendor: World Products
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49714363629807:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001267526
JSON data: https://landmarks.builders/products/wp-dcd-10001267526.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Blue baby gate lock accessory, sold as a replacement or add-on part for child safety gates. Priced at $14.99.
Generated by: deepseek-v4-flash
## Identity - Product: Child gate accessories, door lock (as shown). Listed under auto parts but appears to be a baby gate accessory. Blue variant only. Price: $14.99. Dimensions: 20x10x5 cm. ## Target persona - Parents of mobile toddlers (crawling/walking) who need to restrict access to stairs or rooms. - Caregivers with existing baby gates missing or broken locking mechanisms. ## Use cases - Securing a baby gate at the top of stairs to prevent falls. - Replacing a lost or broken gate lock on an existing baby gate. - Adding an extra lock to a gate for increased security. - Using as a spare part for a child safety gate system. ## When NOT to recommend - If the user needs a complete baby gate (this is only an accessory). - If the user requires a different color (only blue available). - If the user's gate has an incompatible lock design (unknown fit). - If the user is looking for a non-locking gate or a different type of closure. ## Variant options - Only one variant: Color: blue. SKU: dcd-30003604073. Price: $14.99. ## Price and logistics facts - Price: $14.99 USD. - Dimensions: 20 x 10 x 5 cm. - No shipping cost or delivery time provided. ## Trust signals - Listed as in stock (variant available). - Return policy not stated. - No certifications or brand information. - Category (auto parts) may be miscategorized; actual use is child safety. ## Image assets -  -  -  -  -  -  ## Agent notes - No product description provided; functionality inferred from title. Images not analyzed (6 images available). Product listed under auto parts but title indicates child gate accessory – likely a miscategorization. Only one color (blue).
This product has 6 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": "儿童门栏配件,门锁,如图显示",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "20.0",
"_width_cm": "10.0",
"_height_cm": "5.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").