Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.78
Default variant: L
Default SKU: dcd-30003686440
Default price: $2.78
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Children's Protective Clothing
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/50406124617967:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001298321
JSON data: https://landmarks.builders/products/wp-dcd-10001298321.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A children's full-body hooded coverall designed to provide coverage from head to toe. It acts as a barrier for children during travel, school activities, and visits to busy public places. Features a front zipper closure, elastic cuffs and ankles for a snug fit. Made from lightweight and breathable SMS material in vibrant yellow. Long sleeves and full-length legs.
Summary: Children's full-body hooded coverall in vibrant yellow SMS material, with front zipper, elastic cuffs/ankles. Available in M and L at $2.78 USD. Lightweight and breathable for head-to-toe coverage.
Generated by: deepseek-v4-flash
## Identity Children's full-body hooded coverall made from lightweight and breathable SMS material in vibrant yellow. Front zipper closure, elastic cuffs and ankles, long sleeves, full-length legs. Head-to-toe coverage. Product dimensions: 29 x 28 x 3 cm. SKUs: L and M. ## Target persona Parents/guardians of children needing quick barrier coverage in crowded or potentially contaminated environments. Also school staff managing activities outside the usual classroom. ## Use cases - Worn during travel (airplane, train, bus) to reduce exposure. - School activities, including outdoor trips and group events. - Visits to busy public places such as theme parks or malls. - On-the-go barrier cover when contact with sick persons is possible (based on "barrier" description). ## When NOT to recommend - When a certified protective garment (medical/chemical) is required — no standard is claimed. - For cold-weather use; no insulation data. - For adults; this is a children's coverall. - For children outside available sizes M and L. ## Variant options - Size L: SKU dcd-30003686440, price $2.78 USD - Size M: SKU dcd-30003686441, price $2.78 USD ## Price and logistics facts - Price: $2.78 USD (both variants) - Product dimensions: 29.0 x 28.0 x 3.0 cm - Shipping and availability data not provided. ## Trust signals - Both variants listed at same consistent price. - Catalog metadata includes "wp-quality-audited" and "wp-content-validated" tags. - No certification, safety standard, or stock status provided in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e18de168-39fd-4138-a993-2638cd6aff13.jpg?v=1786242359 ## Agent notes - Image content was not reviewed; no visual details inferred. - Only sizes M and L exist in the variant list. - SMS material is described as lightweight and breathable but is not claimed to be reusable or disposable. - If child's size is not M or L, do not recommend.
This product has 1 image 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": "Children's Full-Body Hooded Coverall with Front Zipper and Elastic Cuffs",
"product_id": 9537821409519,
"variant_id": 50406124617967,
"quantity": 1,
"grams": 800,
"length_cm": "29.0",
"width_cm": "28.0",
"height_cm": "3.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").