Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.76
Default variant: Square Clear
Default SKU: dcd-30003866797
Default price: $0.76
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Nail Art Supplies
Vendor: World Products
Weight: 90 g
Cart URL (default variant): https://landmarks.builders/cart/50411821367535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001361125
JSON data: https://landmarks.builders/products/wp-dcd-10001361125.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This kit includes 240 pieces of transparent soft gel toenail tips in various styles. The tips are super-thin and flexible, blending seamlessly with natural nails. They are lightweight and comfortable for everyday wear. The kit comes with a transparent organizer case for easy storage and size selection.
Summary: 240-piece soft gel toenail tips kit with square and curved styles, clear and frosted finishes, including a transparent organizer case. Priced at $0.76.
Generated by: deepseek-v4-flash
## Identity - 240-piece soft gel toenail tips kit from an unspecified brand. - Product type: Nail Art Supplies. - Includes clear and frosted finishes in square and curved styles. - Comes with a transparent organizer case. ## Target persona - Budget-conscious home users who do their own pedicures. - Nail technicians needing low-cost practice or trial tips. - Beauty resellers looking for small, low-price accessories. ## Use cases - At-home pedicure with custom gel toenail tips. - Selecting and organizing 240 tips for immediate use. - Experimenting with square vs curved shapes and clear vs frosted looks. - Practicing gel application or decoration before use. ## When NOT to recommend - When the customer needs a medical-grade product or has a foot infection. - When a wide range of discreet sizes is required (only style variants). - When durability and long-term wear are prioritized over price. - When the customer expects colored or decorative nails (only clear/frosted). ## Variant options - Square Clear – SKU dcd-30003866797 – $0.76 - Square Frosted – SKU dcd-30003866798 – $0.76 - Curved Clear – SKU dcd-30003866799 – $0.76 - Curved Frosted – SKU dcd-30003866800 – $0.76 ## Price and logistics facts - Price: $0.76 USD per variant (consistent across all). - Packaging dimensions: 11.5 × 10.8 × 2.8 cm. - No shipping weight, shipment cost, or delivery time provided. ## Trust signals - Product listing is tagged as quality audited and content validated. - No explicit certification, in-stock status, or return policy stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2668b22b-592d-49a0-9edb-0525fc6a0104.jpg?v=1786251172 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b2c25fce-b478-4ca6-af57-9f53e062dcde.jpg?v=1786251169 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3455a2a5-a024-4a2c-853a-07fdbef2324c.jpg?v=1786251170 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/659900d7-daf7-4197-904e-21b1c0ccca83.jpg?v=1786251169 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a5404f37-c9ee-4054-8d5e-79fa6563de07.jpg?v=1786251172 ## Agent notes - No brand or manufacturer identified. - Image content was not visually inspected; verify that images match product type and variants before customer-facing use. - This is a low-cost item; confirm shipping costs may exceed product price for single orders.
This product has 9 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": "240 Pieces Soft Gel Toenail Tips Kit",
"product_id": 9539378807023,
"variant_id": 50411821367535,
"quantity": 1,
"grams": 90,
"length_cm": "11.5",
"width_cm": "10.8",
"height_cm": "2.8"
}],
"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").