Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $246.99 – $253.99
Default variant: Silver / 12V
Default SKU: dcd-30001455901
Default price: $246.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4900 g
Cart URL (default variant): https://landmarks.builders/cart/49813663711471:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000802726
JSON data: https://landmarks.builders/products/m4x-10000802726.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Portable Air Compressor, Digital Tire Inflator, Car Accessory
Summary: Portable digital tire inflator powered by 12V or 24V, available in silver and black, priced between $246.99 and $253.99.
Generated by: deepseek-v4-flash
## Identity Portable Air Compressor, Digital Tire Inflator, Car Accessory. Dimensions: 36 x 25 x 18.8 cm. Two power options: 12V and 24V. ## Target persona Car owners who need a reliable portable inflator for emergency and routine tire pressure maintenance. Motorcycle and RV owners for on-the-go inflation. DIY mechanics requiring a compact air source. ## Use cases - Inflating car tires after a pressure drop - Topping up motorcycle tires before a ride - Emergency roadside tire inflation - Inflating sports balls, bike tires, or small inflatables - Air mattress inflation for camping (if compatible nozzle) ## When NOT to recommend - Need to inflate heavy‑duty truck tires requiring high CFM - Continuous industrial or professional workshop use (duty cycle unknown) - Buyer seeks a silent or extremely compact unit (noise/size not specified) - Budget‑constrained – units start at $247 ## Variant options - Silver / 12V (SKU: dcd-30001455901) – $246.99 - Black / 24V (SKU: dcd-30001455902) – $253.99 - Silver / 24V (SKU: dcd-30001455903) – $253.99 ## Price and logistics facts - Base price: $246.99 (Silver/12V) - 24V variants: $253.99 - Dimensions: 36 cm (length) x 25 cm (width) x 18.8 cm (height) - Shipping and tax not specified ## Trust signals - No stock status or return policy provided - No certifications listed - Multiple variants suggest active inventory ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60430339-d5c3-4cb7-92d7-5ab5f2bb0551.png?v=1781628279) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a41fe173-6397-4e79-8ddb-b1bb1bc2a957.png?v=1781628280) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6da9471c-5e5f-498a-8149-a6f880e0751e.png?v=1781628280) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7c9443f9-0337-4ef8-b477-fdd7fa9243ff.png?v=1781628278) ## Agent notes - Images were not analyzed; treat URLs as fetchable assets only. Product description is minimal (title only). No detailed specs (PSI, CFM, duty cycle) provided. Verify compatibility with intended vehicle before purchase.
This product has 4 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": "Portable Air Compressor, Digital Tire Inflator, Car Accessory",
"quantity": 1,
"grams": 4900000,
"properties": {
"_length_cm": "36.0",
"_width_cm": "25.0",
"_height_cm": "18.8"
}
}],
"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").