Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: Orange White
Default SKU: dcd-30003613501
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 宠物灯饰
Vendor: World Products
Weight: 1200 g
Cart URL (default variant): https://landmarks.builders/cart/49714013700335:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271168
JSON data: https://landmarks.builders/products/wp-dcd-10001271168.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A portable pet carrier bag for cats and small dogs, sling style, spacious and breathable, available in 5 colors at $10.99.
Generated by: deepseek-v4-flash
## Identity Portable pet carrier bag (sling/crossbody) for cats and small dogs, 45x35x9 cm, $10.99. ## Target persona Pet owners who need an affordable, lightweight carrier for short trips (vet visits, walks). Budget-conscious urban dwellers with small pets (cats, small dogs). Those seeking a simple, non-structured bag. ## Use cases - Taking cat to vet clinic. - Short walks with small dog. - Public transport commute with pet. - Storing pet when visiting friends/family. - Quick errands with pet. ## When NOT to recommend - Large dogs (dimensions too small). - Airline travel (soft-sided, no certification mentioned). - Long hikes or outdoor activities (not rugged). - Owners needing structured safety carriers (e.g., crash-tested). ## Variant options 5 colors: Orange White, Purple Pink, Yellow Blue, Black Gray, White. All priced at $10.99. ## Price and logistics facts Price: $10.99 USD. Dimensions: 45 cm x 35 cm x 9 cm (approx. 17.7 x 13.8 x 3.5 in). No weight provided. ## Trust signals No specific trust signals provided. No return policy or stock status. Price consistent across variants. ## Image assets 8 PNG images available at provided URLs. Note: Visual inspection not performed. ## Agent notes Product type tag is "宠物灯饰" (pet lighting) but item appears to be a carrier bag. Possibly misclassified. No description provided. No warranty or material info.
This product has 17 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": 1200000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "35.0",
"_height_cm": "9.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").