Brand: World Products (Landmark)
SKU: dcd-30002900615
Price: $203.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1480 g
Cart URL (default variant): https://landmarks.builders/cart/49811921404143:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001090727
JSON data: https://landmarks.builders/products/m4x-10001090727.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Stand Golf Bag Ultralight Golf Stand Bag Portable for Travel
| Sport/Activity | Golf |
| Type | Stand |
| Features | Lightweight |
| Colour | Multicoloured |
| Capacity | 25 L |
| Model | QIAB026 |
| Item Weight | 1.48 kg |
Summary: Stand golf bag with easy reach design, dustproof for travel, available in Black, priced at $203.99 USD.
Generated by: deepseek-v4-flash
## Identity Stand Golf Bag Easy Reach Golf Stand Bag Dustproof for Travel ## Target persona Golfer who frequently travels and needs a portable, dustproof stand bag for easy club access. ## Use cases - Traveling to golf courses by car or plane - Storing clubs in dusty environments (garage, trunk) - Quick club changes during casual rounds - Lightweight carry for walking the course - Protecting clubs during transport ## When NOT to recommend - Competitive tournament play requiring a full-featured cart bag - Golfers needing extensive pocket storage for accessories - Users who prefer a bag with integrated cooler or special compartments ## Variant options - Color: Black (SKU: dcd-30002900615) – $203.99 USD ## Price and logistics facts - Price: $203.99 USD - Dimensions: 125 x 26 x 16 cm (Length x Width x Height) - Only one color variant available ## Trust signals - Single variant with consistent pricing - No return policy information provided - No certifications mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c30649f6-2d54-4144-802b-7807fd315e73.jpg?v=1781600948 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a3ef2e71-039e-40ce-b450-40c32613b514.jpg?v=1781600949 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8b47f6be-c7a8-4d92-a64a-c81897dcaf7e.jpg?v=1781600948 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e91fb668-6d2c-4c5d-a359-4dc47be2e10e.jpg?v=1781600950 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b2382ae4-69db-4e6c-8d8f-e6069d1f4b1a.jpg?v=1781600947 ## Agent notes - Product description is empty; all details derived from title and dimensions. - Images not analyzed; visual cues unknown.
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": "Stand Golf Bag Ultralight Golf Stand Bag Portable for Travel",
"quantity": 1,
"grams": 1480000,
"properties": {
"_length_cm": "125.0",
"_width_cm": "26.0",
"_height_cm": "16.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").