4x4 50HP Tractor Agricola Farm Traktor Diesel Engine Tractor Jabil Tractor

Industrial Machinery / Agricultural Machinery & Equipment / Tractors
$2,928.57
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

4x4 50HP Tractor Agricola Farm Traktor Diesel Engine Tractor Jabil Tractor

This high-performing tractor is equipped with numerous features that set it apart from the rest. With strong traction and a powerful engine, it ensures optimal performance in various terrains. The small turning radius allows for easy maneuverability, making it suitable for greenhouse, lawn, orchard, garden, and farm applications. Operating this tractor is a breeze, thanks to its user-friendly design. It showcases good performance, intelligence, and efficiency, making it a reliable choice for all your agricultural needs.

Additionally, the 7X24 service guarantees prompt assistance and support whenever required.

Trust in the 4x4 50HP Tractor Agricola Farm Traktor Diesel Engine Tractor Jabil Tractor to deliver exceptional results and enhance your farming experience.

1
Select product
Selected 0 item(s)
Blue safety frame
Red safety frame
Red cab
Red cab with excavator and bulldozer
Blue cab with snow shovel
Red with excavator
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)