Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $48.99
Default variant: Pink / 2418-portable
Default SKU: dcd-30003613466
Default price: $48.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 宠物灯饰
Vendor: World Products
Weight: 2000 g
Cart URL (default variant): https://landmarks.builders/cart/49714040865007:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001271155
JSON data: https://landmarks.builders/products/wp-dcd-10001271155.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Portable pet carrier backpack with transparent dome, suitable for cats, dimensions 42x36x36 cm, priced at $48.99, available in Pink and Blue.
Generated by: deepseek-v4-flash
## Identity Portable pet carrier backpack (cat carrier) with transparent dome, dimensions 42x36x36 cm, made of unspecified materials. Two color variants: Pink and Blue. ## Target persona Cat owners needing a portable carrier for transport or outdoor outings. Budget-conscious pet owners looking for an affordable carrier under $50. ## Use cases 1. Taking cat to vet appointments. 2. Short trips or walks with cat. 3. Car travel for cats (carrier type). 4. Outdoor excursions (hiking, picnics) with cat. 5. Storing cat as a temporary cat bed/nest. ## When NOT to recommend - For large dogs or animals exceeding carrier dimensions. - For long-haul air travel (no airline approval info). - For aggressive or anxious cats that need escape-proof carrier. - For owners seeking premium/high-end materials or design. ## Variant options - Pink / 2418-portable: $48.99 - Blue / 2418-portable: $48.99 ## Price and logistics facts Price: $48.99 USD each variant. Dimensions: 42 cm (L) x 36 cm (W) x 36 cm (H). No shipping or return policy provided. ## Trust signals No in-stock status, return policy, or certifications provided. Price consistency across variants. ## Image assets 8 images available at provided URLs. Images not inspected; assume product photos. ## Agent notes Product type tag is "宠物灯饰" (pet lighting) which appears miscategorized; actual product is a pet carrier. Description field empty; details are inferred from title and dimensions.
This product has 14 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": 2000000,
"properties": {
"_length_cm": "42.0",
"_width_cm": "36.0",
"_height_cm": "36.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").