Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $56.99
Default variant: 65CM
Default SKU: dcd-30002897811
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: 700 g
Cart URL (default variant): https://landmarks.builders/cart/49811013632239:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001089722
JSON data: https://landmarks.builders/products/m4x-10001089722.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Equestrian Girth Breathable Padded Girth Strap Heavy Duty
| Material | Fabric |
| Sub-Type | All Purpose |
| Size | 32.1"-34" |
| Colour | Black |
Summary: Padded girth strap with stainless steel buckles for equestrian training. Available in 65, 75, 85, 95 cm sizes at $56.99 USD.
Generated by: deepseek-v4-flash
## Identity Equestrian Girth Training Strap with padded design and stainless steel buckles. ## Target persona - Equestrian trainers seeking a padded girth for training and lunging - Horse owners with horses in regular work needing a comfortable training girth - Riders at amateur or intermediate level doing schooling and flatwork ## Use cases - Daily training and schooling sessions - Lunging and longeing work to improve gait - Breaking and backing young horses - Rehab or light work for horses returning from injury - General groundwork and round pen exercises ## When NOT to recommend - Formal horse shows or competitions that require specific girth types (e.g., dressage approved) - Horses needing a veterinary-prescribed or specialized girth (e.g., for kissing spine) - High-intensity disciplines like jumping or eventing where a more robust girth is preferred - Riders seeking a girth for casual trail riding (overkill for that use case) ## Variant options - 65CM: $56.99 - 75CM: $56.99 - 85CM: $56.99 - 95CM: $56.99 All variants share the same padded design and stainless steel buckles. ## Price and logistics facts - Price: $56.99 USD per variant - Dimensions: 43.0 cm (L) x 20.0 cm (W) x 13.0 cm (H) - Currency: USD - No shipping or logistics information provided. ## Trust signals - No in-stock status, return policy, or certifications provided. - Product appears to be a generic import (tags: m4x, m4x-202606, wp-import). ## Image assets - No image URLs provided. ## Agent notes - Visual understanding was not performed; product appearance is unknown. - No description or detailed specifications beyond size and dimensions. - Assume standard equestrian girth materials (likely nylon/polyester webbing with padding). Stainless steel buckles mentioned.
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": "Equestrian Girth Breathable Padded Girth Strap Heavy Duty",
"quantity": 1,
"grams": 700000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "20.0",
"_height_cm": "13.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").