Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.05 – $3.66
Default variant: Hairpin Color 1
Default SKU: dcd-30004141190
Default price: $3.05
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/50467733274863:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001457599
JSON data: https://landmarks.builders/products/wp-dcd-10001457599.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Design: Elegant U-shaped hairpin featuring a delicate lily flower, perfect for adding a touch of vintage Chinese charm to any hairstyle.
Material: Crafted from high-quality acrylic, ensuring durability and a lightweight feel for comfortable wear.
Style: Sophisticated and unique, ideal for creating ethereal updos and adding a refined accent to your look.
Versatility: Suitable for various occasions, from daily wear to special events, enhancing both casual and formal attire.
Functionality: Securely holds hair in place, making it easy to achieve intricate and stylish updos with minimal effort.
Summary: Acrylic U-shaped hairpin with lily flower design, vintage Chinese style, priced at $3.05 USD for updos; lightweight and durable for various occasions.
Generated by: deepseek-v4-flash
## Identity
This is a U-shaped hairpin featuring a lily flower, made of acrylic, in vintage Chinese style. Prices start at $3.05 USD. Intended for securing updos.
## Target persona
Primarily budget-conscious shoppers seeking affordable hair accessories for weddings, parties, or daily use. Also for those who like vintage Chinese aesthetic touches in their hairstyle.
## Use cases
- Securing elegant updos for weddings or formal events.
- Adding a vintage accent to everyday hairstyles.
- Dressing up a bun or chignon for office attire.
- Quick styling for travel or on-the-go touch-ups.
## When NOT to recommend
- If the user needs heavy-duty hair grips for thick or very long hair (material is lightweight acrylic).
- If the user is looking for metal/wood hairpins or a specific material not acrylic.
- If color accuracy is critical and the specific color variant is not specified—we only have generic color names.
## Variant options
- Color 1: $3.05 USD (SKU dcd-30004141190)
- Color 2: $3.66 USD (SKU dcd-30004141191)
- Color 3: $3.05 USD (SKU dcd-30004141192)
## Price and logistics facts
- Base price: $3.05 USD.
- Color 2 variant costs $3.66 USD.
- No shipping or availability data provided; inventory status unknown.
## Trust signals
- Price consistency among variants (low price point).
- Product description mentions high-quality acrylic for durability.
- Return policy not provided.
## Image assets
Five images are available (webp URLs). See list below. Note: images were not visually inspected.
## Agent notes
- Dimensions are missing; do not promise size or weight.
- Colors are only generic labels; the actual color appearance is not described in the facts.
- The product type field is empty; infer as "hair accessory/hairpin".
- Be cautious when matching user color preferences, as variant names are placeholder-like ("Hairpin Color 1").This product has 12 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": "Vintage Chinese Style Acrylic Lily Flower U-shaped Hairpin for Updos",
"product_id": 9556233715951,
"variant_id": 50467733274863,
"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").