Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $262.99 – $460.99
Default variant: 1.5x1.2m / Standard
Default SKU: dcd-30003490269
Default price: $262.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15000 g
Cart URL (default variant): https://landmarks.builders/cart/49813686812911:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001231672
JSON data: https://landmarks.builders/products/m4x-10001231672.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Inflatable Basketball Hoop with Net Play Equipment Easy to Set Up
| Sub-Type | Inflatable Toys |
| Age Level | 17 Years & Up |
| Country of Origin | China |
| Material | Plastic |
| Type | Garden Games |
Summary: Inflatable basketball hoop with four legs, portable for outdoor play. Available in 4 sizes from 1.5x1.2m to 2.5x1.5m, priced $262.99–$460.99.
Generated by: deepseek-v4-flash
## Identity Inflatable Basketball Hoop Four-Leg Play Equipment Portable ## Target persona Families with children aged 5–15 looking for a portable, non-permanent basketball setup for backyard or poolside use; recreational players wanting temporary hoop for casual games. ## Use cases - Setting up a basketball hoop in a backyard for children's parties or daily play - Taking a portable hoop to the beach, park, or camping for group activities - Creating a temporary basketball court in a driveway or flat lawn - Using as a poolside game (inflatable, lightweight) during summer - Providing a soft, safe hoop for young children learning to shoot ## When NOT to recommend - Buyers needing a permanent, fixed-height hoop for competitive basketball training - Users expecting a sturdy, heavy-duty hoop that can withstand rough play or wind without securing - Commercial or school settings requiring durable, regulation-sized equipment - Customers with very limited outdoor space (minimum size 1.5x1.2m requires significant area) ## Variant options - 1.5x1.2m / Standard – $262.99 - 1.8x1.3m / Standard – $272.99 - 2.2x1.5m / Standard – $366.99 - 2.5x1.5m / Standard – $460.99 ## Price and logistics facts - Price range: $262.99–$460.99 USD - Product dimensions (packaging): 65 cm × 45 cm × 30 cm - No shipping cost or weight specified ## Trust signals - Four variants in stock (no out-of-stock indication) - No return policy or warranty information provided - No certifications mentioned - Product images available (see below) ## Image assets      ## Agent notes - No product description provided; details inferred from title and variants. - Images not analyzed; treat as fetchable assets.
This product has 12 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": "Inflatable Basketball Hoop with Net Play Equipment Easy to Set Up",
"quantity": 1,
"grams": 15000000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "45.0",
"_height_cm": "30.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").