Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $14.99 – $17.99
Default variant: S
Default SKU: dcd-30003613412
Default price: $14.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 宠物灯饰
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49713893736687:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271140
JSON data: https://landmarks.builders/products/wp-dcd-10001271140.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Pet backpack carrier with cute bear design for small dogs and cats. Available in S, M, XL sizes priced from $14.99 to $17.99.
Generated by: deepseek-v4-flash
## Identity Cute cartoon bear design pet backpack carrier for small dogs and cats. Also listed under pet lighting category (data inconsistency). ## Target persona - Small dog owners (e.g., Chihuahua, Yorkshire Terrier) who need hands-free carrying. - Cat owners who want a portable carrier for short trips. - Pet parents seeking a budget-friendly, lightweight carrier under $20. ## Use cases - Taking small pets on walks, hikes, or outdoor adventures. - Veterinary visits or grooming appointments. - Public transportation commutes with a pet. - Traveling where pet must be contained but visible. - Short trips to pet-friendly stores or cafes. ## When NOT to recommend - For medium or large dogs (size S/M/XL too small; max dimensions ~35x32 cm). - For aggressive or anxious pets who may scratch or bite through fabric. - For long-distance airline travel (not airline-approved per provided data). - When waterproof or heavy-duty material required (unknown from facts). ## Variant options | Style | Price (USD) | |-------|-------------| | S | $14.99 | | M | $15.99 | | XL | $17.99 | ## Price and logistics facts - Base price $14.99 (S variant). - Dimensions: 35 x 32 x 9 cm. - Currency: USD. - No shipping or return policy specified. ## Trust signals - No in-stock status provided. - No explicit return policy. - No certifications mentioned. - Price consistency: fixed pricing across variants. ## Image assets 1.  2.  3.  4.  5.  6.  7.  8.  ## Agent notes - Product_type field is 'pet lighting', which conflicts with title and dimensions; treat as possible data error. - Image understanding not performed; do not assume visual details like color or material. - No description provided; rely on title and tags for category.
This product has 13 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": 350000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "32.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").