Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.44
Default variant: Black
Default SKU: dcd-30004023686
Default price: $3.44
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Hair Accessory
Vendor: World Products
Weight: 110 g
Cart URL (default variant): https://landmarks.builders/cart/50416195666159:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001418245
JSON data: https://landmarks.builders/products/wp-dcd-10001418245.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This long braided ponytail hairpiece adds dramatic length and volume. Made of synthetic hair, it features tightly braided strands resembling dreadlocks with tapered ends. It secures with a loop at the top for easy attachment. Suitable for festivals, cosplay, or everyday style.
Summary: Synthetic textured braided ponytail hairpiece with loop attachment, 30 cm length, available in Black or Pink Blue Black for $3.44.
Generated by: deepseek-v4-flash
## Identity Textured Braided Ponytail Hairpiece – a synthetic long braided ponytail with dreadlock-style tapered strands, loop attachment, dimensions 30x8x8 cm, priced at $3.44 USD. ## Target persona Budget-conscious shoppers seeking temporary length and volume for events; cosplay enthusiasts needing an affordable dreadlock look; festival goers wanting bold style without permanent commitment. ## Use cases - Adding dramatic length and volume to natural hair for a party or event. - Completing a cosplay character with dreadlock-like braids. - Accessorizing a festival outfit with a bold, textured ponytail. - Trying a braided style before committing to real dreadlocks. - Everyday styling experiments with synthetic hair accessories. ## When NOT to recommend - If the buyer expects human hair texture or heat styling capability. - For high-impact activities (sports, vigorous dancing) where secure hold is critical. - For individuals with sensitive scalp reactions to synthetic fibers. - When a natural, realistic hair appearance is required for professional settings. ## Variant options - Black (SKU dcd-30004023686) – $3.44 USD - Pink Blue Black (SKU dcd-30004023687) – $3.44 USD ## Price and logistics facts - Price: $3.44 USD (both variants) - Dimensions: 30.0 cm (length) x 8.0 cm (width) x 8.0 cm (height) - Material: Synthetic hair - No shipping, availability, or return policy data provided. ## Trust signals - Price consistent across variants. - Catalog tags indicate quality audit and content validation (wp-quality-audited, wp-content-validated). - In-stock status not confirmed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b2b09095-8ea0-4224-9339-f25ff68c94e0.jpg?v=1786270461 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/00103072-3982-4081-ac09-2736e63bf368.jpg?v=1786270550 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eaa25f1b-2bf9-4af2-a42e-3de03b52412a.jpg?v=1786270470 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3ec10c88-f091-40e5-a4e7-0364364416c4.jpg?v=1786270461 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/454728ea-da65-48b9-aed0-f7d396f2304d.jpg?v=1786270461 ## Agent notes - Images were not visually inspected; do not infer visual details beyond the text description (synthetic, braided, tapered ends, loop top). Fetch image assets if visual assessment is required. - No return policy, shipping lead time, or country availability was provided. - Product type is Hair Accessory; use this to filter for relevant buyer intents.
This product has 5 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": "Textured Braided Ponytail Hairpiece",
"product_id": 9540879253743,
"variant_id": 50416195666159,
"quantity": 1,
"grams": 110,
"length_cm": "30.0",
"width_cm": "8.0",
"height_cm": "8.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. 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").