Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black 1PC
Default SKU: dcd-30002688311
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: 20 g
Cart URL (default variant): https://landmarks.builders/cart/49903569010927:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027581
JSON data: https://landmarks.builders/products/m4x-10001027581.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
3 Pieces Men's Cotton Handkerchief Soft Plaid Pocket Square Absorbent
Summary: Set of 3 men's cotton handkerchiefs with plaid pattern, absorbent, each 15x15 cm, priced at $9.99 (variants sold as single pieces).
Generated by: deepseek-v4-flash
## Identity 3 Pieces Men's Cotton Handkerchief Soft Plaid Pocket Square Absorbent ## Target persona Men seeking affordable, absorbent cotton handkerchiefs for daily or formal use; budget-conscious shoppers; those needing pocket squares for suits or jackets. ## Use cases - Daily wiping (sweat, spills) with a reusable cloth - Pocket square for formal events (weddings, business meetings) - Gift for men who prefer classic accessories - Replacement for disposable tissues in eco-friendly routines ## When NOT to recommend - Customers requiring silk, polyester, or luxury fabrics - Users needing large handkerchiefs (15 cm may be too small) - Those expecting a set of 3 identical pieces (variants are single pieces) - High-end formal wear requiring specific pocket square folds (cotton may not hold shape as well as silk) ## Variant options - Black 1PC (sku: dcd-30002688311) - Grey White 1PC (sku: dcd-30002688312) - Dark Blue 1PC (sku: dcd-30002688313) ## Price and logistics facts - Price: $9.99 USD per piece - Dimensions: 15 x 15 x 1.5 cm per piece - Weight not provided - Shipping origin and delivery times unknown ## Trust signals - In-stock status not explicitly confirmed (presumed available as listing is active) - No return policy stated - Price consistent across variants - No certifications provided ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5df56528-30af-43c2-b023-77a91fee1b4d.jpg?v=1782146594 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/34a4a25b-cedc-405f-98c6-f2a1012a7c1e.jpg?v=1782146595 - Image 3: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fe60b8a2-9d30-4660-85ac-2ba2ec743258.jpg?v=1782146597 - Image 4: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/59ecb4fb-5abd-43a4-82ad-d03843db4b94.jpg?v=1782146594 - Image 5: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/52d24ddd-0675-4524-bf87-6ec0f9677eba.jpg?v=1782146595 ## Agent notes - Title says "3 Pieces" but all variants are "1PC" (single piece). Likely each variant is a single handkerchief; product may be sold as a set of 3 identical or mix? Not clear. Recommend clarifying with seller. - Image content not analyzed; visual details unavailable.
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": "3 Pieces Men's Cotton Handkerchief Soft Plaid Pocket Square Absorbent",
"quantity": 1,
"grams": 20000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "15.0",
"_height_cm": "1.5"
}
}],
"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").