Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $56.99
Default variant: Silver / 1904
Default SKU: dcd-30003732446
Default price: $56.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3100 g
Cart URL (default variant): https://landmarks.builders/cart/50150468878575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001314466
JSON data: https://landmarks.builders/products/m4x-10001314466.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Product Identity: A modern pet carrier suitcase designed in a compact, rounded suitcase-style shape to make traveling with your small companion effortless.
Primary Function: This rolling pet carrier features four smooth multi-directional wheels and a telescopic pull handle, allowing you to glide through airports, sidewalks, and vet lobbies without lifting heavy weight.
Unique Features: Built with a fully transparent front shell and a circular front entry, this clear cat carrier lets your curious companion enjoy panoramic views while staying secure.
Comfort & Ventilation: Engineered as a highly breathable pet carrier with wheels, it incorporates multiple side ventilation openings to ensure continuous ventilation and a cool environment inside.
Practical Design: Equipped with a sturdy top carrying handle, a zippered top section for easy access, and a spacious interior measuring 44 cm long, 35 cm high, and 37.5 cm deep to comfortably accommodate pets up to 15 kilograms.
Summary: Pet Carrier Suitcase Compact Cat Carrier with Wheels Portable Pet Suitcase with Wheels for Small Dogs, Travel. 【Product Identity】: A modern pet carrier suitcase designed in a compact, rounded suitcase-style shape to make traveling with your small companion effortless. 【Primary Function】: This rolling pet carrier features four smooth multi-directional wheels and a telescopic pull handle, allowing you to glide through airports, sidewalks, and vet lobbies without lifting heavy weight. 【Unique Features】: Built with a fully transparent front shell and a circular front entry, this clear cat carrier
Generated by: m4x-map-v1
This product has 12 images 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": "Pet Carrier Suitcase Compact Cat Carrier with Wheels Portable Pet Suitcase with Wheels for Small Dogs, Travel",
"product_id": 9456777855215,
"variant_id": 50150468878575,
"quantity": 1,
"grams": 3100,
"length_cm": "50.0",
"width_cm": "40.0",
"height_cm": "50.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").