Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $12.99
Default variant: Three Hooks
Default SKU: dcd-30002724570
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 44 g
Cart URL (default variant): https://landmarks.builders/cart/49903461695727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034947
JSON data: https://landmarks.builders/products/m4x-10001034947.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Yarn Braiding Tool Easy to Use Spool Knitter Beginner Friendly for Gift Wrapping
Summary: A yarn braiding tool (spool knitter) with two hook-count variants, priced $11.99-$12.99, designed for beginners and gift wrapping.
Generated by: deepseek-v4-flash
## Identity Yarn Braiding Tool / Spool Knitter - Beginner Friendly ## Target persona Budget-conscious crafters, gift wrappers, DIY hobbyists, knitters seeking a simple braiding tool. ## Use cases - Creating braided yarn decorations for gift packages - Learning basic braiding/knitting techniques - Making cord, rope, or trim from yarn - Children's crafting projects under supervision - Quick handmade gift embellishments - Small-scale yarn projects without needles ## When NOT to recommend - For users who need advanced knitting or cable-making - For professional-grade production - For large-diameter cords or heavy materials - For users seeking a traditional knitting loom with multiple pegs ## Variant options - Three Hooks: $11.99 - Four Hooks: $12.99 ## Price and logistics facts Price range $11.99-$12.99 USD. Dimensions 23 x 10.5 x 2.7 cm. No shipping or logistics details provided. ## Trust signals No stock status, return policy, or certifications provided. Images available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d83ddcc-165e-41cb-878e-ef45cc3b59ab.jpg?v=1782146542 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/686ae2b7-ec06-47c8-abc9-3d6f8487b9dd.jpg?v=1782146542 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/15548ade-24d1-4199-ad88-b02956852476.jpg?v=1782146542 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/926b2963-eedd-4312-b80d-482b3298a3d8.jpg?v=1782146541 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d3823f93-fe48-47c5-8668-302e4b6a5ab5.jpg?v=1782146542 ## Agent notes No visual analysis performed; images may show usage or colors but cannot be inferred.
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": "Yarn Braiding Tool Easy to Use Spool Knitter Beginner Friendly for Gift Wrapping",
"quantity": 1,
"grams": 44000,
"properties": {
"_length_cm": "23.0",
"_width_cm": "10.5",
"_height_cm": "2.7"
}
}],
"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").