Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $10.99
Default variant: Classic Galvanized with Floral Pattern (Loose Pack)
Default SKU: 4692441632317
Default price: $9.99
Availability: In Stock
Product Type: Charcoal Barbecues
Vendor: JISADER
Weight: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/48185948307695:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/galvanized-barbecue-grill-outdoor-stackable-bbq-cooking-grill-for-3-5-people-b-q
JSON data: https://landmarks.builders/products/galvanized-barbecue-grill-outdoor-stackable-bbq-cooking-grill-for-3-5-people-b-q.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This galvanized barbecue grill is designed for outdoor cooking enthusiasts who host gatherings. The stackable design allows for efficient storage when not in use, while the galvanized iron construction ensures long-term reliability for barbeque activities. Measuring 45x30cm, this outdoor barbecue grill comfortably serves 3-5 people, making it ideal for family meals and outdoor events. The detachable function simplifies assembly and cleaning, while the patented utility model design (Pro 2019 2 1421727.1) provides a unique approach to bar b que cooking. Weighing 1.1kg, this bbq cooking grill combines functionality with convenience for your outdoor barbecues and smokers needs.
Package Contents: 1 x Galvanized Barbecue Grill
| Material | Iron |
| Capacity | L |
| Special Features | Detachable, Stackable |
| Included Components | Grill |
| Product Weight | 1.1 kilograms |
| Package Weight | 12.0 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | KL-01 |
Summary: A galvanized iron barbecue grill (45x30cm) for 3-5 people, stackable, detachable, with a utility model patent, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity - **Product**: Galvanized Barbecue Grill Outdoor, Stackable BBQ Cooking Grill for 3-5 People - **Material**: Galvanized Iron - **Dimensions**: 45x30 cm - **Weight**: 1.1 kg (product), 12.0 kg (package) - **Patent**: Utility Model Patent Pro 2019 2 1421727.1 - **Price**: $9.99 (Loose Pack variant), $10.99 (Bagged variant) ## Target persona - Budget-conscious outdoor cooking enthusiasts - Campers or picnickers needing a portable, compact grill - Small family (3-5 people) looking for an affordable backyard grill - Users with limited storage space who value stackable design ## Use cases - Family barbecue in a small backyard or balcony - Camping trip where portability and easy cleanup are needed - Picnic at a park with a small group - Tailgating event with minimal gear - Stacking multiple grills for larger gatherings - Quick grilling of small portions like hot dogs or burgers ## When NOT to recommend - Large parties (more than 5 people) requiring higher capacity - Professional or frequent heavy-duty grilling (galvanized iron may not withstand extreme heat over time) - Users needing precise temperature control (charcoal grills require manual skill) - Situations where non-stick or easy-clean surfaces are mandatory (no dishwasher safe, not microwaveable) ## Variant options - **Classic Galvanized with Floral Pattern (Loose Pack)** – SKU 4692441632317, $9.99 - **Classic Galvanized with Floral Pattern (Bagged)** – SKU 4692441632313, $10.99 ## Price and logistics facts - Price: $9.99 (Loose Pack), $10.99 (Bagged) - Currency: USD - Package weight: 12.0 kg (likely shipping weight including packaging) - Dimensions: 45x30 cm (grill surface) ## Trust signals - Utility model patent (Pro 2019 2 1421727.1) - No returns policy explicitly stated; assume standard marketplace policies - No explicit in-stock status; assume available based on listing - Price consistency: only one main price point across variants ## Image assets - Image URL 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e9cf650b6fa64edca173bb2101aba0e8.png?v=1774077029 - Image URL 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/30d3efda8a204f1c88df8033c1728ded.png?v=1774077029 - Note: Visual details not extracted; images assumed to show product design and floral pattern. ## Agent notes - The "Bagged" variant costs $1 more; packaging difference unknown. - Galvanized iron may release fumes at high temperatures; not recommended for indoor use. - No height/depth dimensions provided; assume standard portable grill depth. - Patent number indicates Chinese utility model; enforceability may vary.
This product has 2 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Iron
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": "Galvanized Barbecue Grill Outdoor, Stackable BBQ Cooking Grill for 3-5 People, B Que Grill 45x30cm",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "30.0",
"_height_cm": ""
}
}],
"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").