Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.99
Default variant: Blue / S
Default SKU: dcd-30003596602
Default price: $16.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 宠物灯饰
Vendor: World Products
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49714512822511:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001264719
JSON data: https://landmarks.builders/products/wp-dcd-10001264719.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A back-clip vest-style harness for small dogs and cats, available in Blue and Purple in sizes S-XL, priced at $16.99.
Generated by: deepseek-v4-flash
## Identity
Back-clip vest-style harness for small dogs (e.g., Teddy, Bichon) and cats. Adjustable, lightweight design.
## Target persona
Small dog or cat owners looking for an affordable, easy-to-wear harness for daily walks and light outdoor use.
## Use cases
- Daily walks for small breeds (under 10 kg)
- Harness for cats during outdoor exploration
- Training aid for puppies
- Replacement for neck collars to reduce strain
- Quick and simple on/off for short trips
## When NOT to recommend
- Large or strong dogs (over 15 kg) as it may not provide enough control
- Dogs that pull heavily or have escape tendencies
- Owners seeking a front-clip harness for steering
- Professional or heavy-duty training
## Variant options
- **Colors**: Blue, Purple
- **Sizes**: S, M, L, XL (all at $16.99)
## Price and logistics facts
- Price: $16.99 (all variants)
- Dimensions (packed): 25 x 23 x 5 cm
- No additional shipping or tax info provided.
## Trust signals
- No return policy or stock status known.
- No certifications provided.
## Image assets
- 8 images available at the URLs below (not analyzed for content).
## Agent notes
- Note: The product type in tags ('宠物灯饰') suggests 'pet lighting', which conflicts with harness. Likely a miscategorization. Verify actual product type.
- Images not fetched or analyzed; visual details omitted.This product has 20 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": "狗狗牵引绳背心式遛狗绳链子小型犬泰迪比熊狗胸背宠物猫咪胸背带",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "23.0",
"_height_cm": "5.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").