Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: S
Default SKU: dcd-30002713845
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: 97 g
Cart URL (default variant): https://landmarks.builders/cart/49903513370863:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001032183
JSON data: https://landmarks.builders/products/m4x-10001032183.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Long Cuff Dishwashing Gloves Heat Resistant for Laundry
| Brand | OEM |
Summary: Long cuff dishwashing gloves, heat resistant, for laundry and cleaning. Available in sizes S, M, L at $9.99 each.
Generated by: deepseek-v4-flash
## Identity Long Cuff Dishwashing Gloves Heat Resistant for Laundry (OEM). Sizes S, M, L. ## Target persona Home cleaners, dish washers, laundry workers, or anyone needing hand protection during wet cleaning tasks. ## Use cases - Washing dishes by hand in hot water - Cleaning bathroom surfaces - Handling laundry tasks like hand-washing delicates - General household cleaning with water and mild detergents - Protecting hands during food prep (e.g., washing vegetables) ## When NOT to recommend - For medical examination or sterile environments - For prolonged contact with harsh chemicals (e.g., solvents, strong acids) - For heavy-duty industrial work requiring cut or puncture resistance - For individuals with latex allergies (material not specified) ## Variant options - Size S: $9.99 - Size M: $9.99 - Size L: $9.99 ## Price and logistics facts - Price: $9.99 USD per pair (all sizes) - Product dimensions: 28 cm x 22 cm x 4.5 cm - No shipping or stock information provided ## Trust signals - No manufacturer certifications listed - No return policy or warranty mentioned - OEM product (no established brand recall) - Price is low; typical for basic gloves ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f0b83f3-67d1-4121-ac72-a69fd4cb982c.jpg?v=1782146566) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f6cb6ec-7ebc-4218-8ce6-d897c1e08f4c.jpg?v=1782146567) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a0e41591-7ea5-4f32-95cf-24774aede2d1.jpg?v=1782146567) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5f3208cb-04e5-49f1-89f0-a0133d19fc42.jpg?v=1782146566) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ecc97c3d-de17-451e-81c2-e4ae2511c817.jpg?v=1782146570) ## Agent notes - Image understanding not performed; color, material details cannot be confirmed from descriptions alone. - 'Heat resistant' claim not quantified (temperature rating unknown). - Only descriptive tag is 'OEM'; no brand differentiation.
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": "Long Cuff Dishwashing Gloves Heat Resistant for Laundry",
"quantity": 1,
"grams": 97000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "22.0",
"_height_cm": "4.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").