Tractor Supply Account Integration

Overview

Tractor Supply is a retail chain that focuses on a wide range of products for various needs, including agriculture, pet care, home improvement, lawn and garden maintenance, and livestock care.

Integrating Tractor Supply into your Sellercloud account allows you to seamlessly import orders, upload tracking information, and ensure your Tractor Supply store is always up-to-date with the latest inventory data. This integration works through EDI documents, transmitting information between the two services via plugins and Scheduled Tasks.

If necessary, you can contact Sellercloud Support to request additional customizations or other plugins for this integration. Any such modifications will be billable.

To have a dedicated representative complete the testing for your account and ensure that the setup is configured correctly, we recommend Premium Support.

Prerequisites

Before you can integrate Tractor Supply into Sellercloud, complete the following requirements.

First, contact Tractor Supply’s support team:

  • Request an EDI Vendor Profile Form, then fill it out and send it to the designated contact.
  • Request the value of their ISA ID for the exchange of EDI documents.
We recommend creating a Company where you will set up some of the Custom Company Settings and automate the plugins with Scheduled Tasks.

Sellercloud Support

Open a ticket with Sellercloud Support to request a VAN for the integration, as well as the following plugins be installed on your server:

  • Tractor Supply EDIs 850, 860 and 180 Order Import Plugin – Imports orders from Tractor Supply to Sellercloud in EDI 850, 860, and 810 formats and returns a combined EDI 997 for order acknowledgement.
  • Tractor Supply Order Acknowledgement Export EDI 855 – Sends order acknowledgment to Tractor Supply in EDI 855 format. Includes cancellation logic support.
  • Tractor Supply EDI856 Order Export – Exports tracking information to Tractor Supply in EDI 856 format.
  • Tractor Supply EDI810 Order Invoice Export –Exports invoices to Tractor Supply in EDI 810 format.
  • Tractor Supply EDI846 Inventory Export – Exports inventory to Tractor Supply in EDI 846 format.
  • Tractor Supply EDI 180 RMA Export – Exports RMAs to Tractor Supply in EDI 180 format.

Custom Company Settings

Next, create the following Custom Company Settings.

On your default company:

  • STControlNumber
  • GSControlNumber
  • ISAControlNumber
  • TSC_InternalVendorNumber
  • TSC_InventoryReferenceNumber A counter that ensures a unique control number in each exported file. Set to 1 for new setups.
ISAControlNumber, GSControlNumber, and STControlNumber can all start at 1. The tracking and inventory exports will increment this number accordingly as jobs are processed. If the settings already exist and have values in them, do not edit them.

On the company created for the integration:

  • Tractor_CustomerISAID – Enter a phone number that you don’t use for another integration.
  • Tractor_CustomerQualifier – Set to ZZ.
  • Tractor_ISAID – Tractor Supply’s unique identifier used for EDI document exchange.
  • Tractor_Qualifier – Set to 08.
  • Tractor_UseProductionMode – Enter False while testing the integration and True when ready to go live.
  • TS_SkipKitItemPackages – Defaults to False. When True, the Tracking Export plugin will ignore packages assigned to Kit Components. When kit items are shipped in multiple packages, Sellercloud will only send a single tracking number to Tractor Supply.
  • TSC_VendorName – The Vendor Name to be sent in the REF segment by the Inventory Export plugin.
  • (Optional) Tractor_997UploadFolder – Enter the path to the folder where the EDI 997 from the Order Import plugin will be saved. The default is /out.

Custom Product Columns

Create the following Custom Product Columns:

  • TSC_ProductItemNumber The product’s Tractor Supply SKU.
  • TractorSupplySafetyQty – A Safety Quantity for products on Tractor Supply.
  • (Optional) TS_Enabled Enable only specific products for Tractor Supply. Set to True for any products you want to send with the Inventory Export plugin.

Custom Order Columns

Create the following Custom Order Columns:

  • TSC_CustomerOrderNumber
  • TSC_InternalVendorNumber 

Order Import

The Tractor Supply EDIs 850, 860 and 180 Order Import Plugin imports the following from Tractor Supply:

  • Orders in EDI 850 format. It sets the values of the TSC_CustomerOrderNumber and TSC_InternalVendorNumber Custom Order Columns and the TSC_ProductItemNumber Custom Product Column. It tries to match the imported product info by SKU or UPC.
  • Order Changes in EDI 860 format. It either voids orders or adds/alters/removes their items.
  • RMAs in EDI 180 format. 

Finally, it produces a combined EDI 997 for all the imported files, including order acknowledgment.

Automate Order Import

To create a Scheduled Task that regularly imports orders:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Import Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the Create Orders For Company menu and select the company you designated for this integration.
    2. Click the Plugin menu and select Tractor Supply EDIs 850, 860, and 180 Order Import.
  6. In the Import Options panel, set Import From to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable button.
  9. Click Save.


Order Acknowledgment

The Tractor Supply Order Acknowledgement Export EDI 855 plugin sends order acknowledgment to Tractor Supply and exports order cancellations from Sellercloud in EDI 855 format.

Your orders must have an internal vendor number in the Custom Order Column TSC_InternalVendorNumber, and order items must have their Tractor Supply SKU in the Custom Product Column TSC_ProductItemNumber. The Order Import plugin populates these columns automatically.

To partially cancel an order:

  1. Split Off the items you want to cancel.
  2. Set the split order’s status to Cancelled.
  3. Export the split order with this plugin.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Order Status – InProcess Or Completed
  • Payment Status – Charged
  • Exported – Not Exported
  • Order Ack (Accept) – No

It is recommended to create a separate search to export cancelled orders or manage them individually as needed.

Automate Order Acknowledgment

To create a Scheduled Task that regularly exports order cancellations:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your ID.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Tractor Supply Order Acknowledgement Export EDI 855.
    4. Check Mark Orders As Exported.
  6. In the Export Options panel, set Export To to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Tracking Export

The Tractor Supply EDI856 Order Export plugin exports tracking from Sellercloud to Tractor Supply following the 856 EDI format. Orders must be Fully Shipped; otherwise, the plugin won’t export them.

When testing Less Than Truckload (LTL) orders, set the Shipping Carrier to LTL or CNWY.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Order Status – InProcess Or Completed
  • Shipping Status – FullyShipped
  • Payment Status – Charged
  • Tracking Uploaded – No

Automate Tracking Export

To create a Scheduled Task that regularly exports tracking information:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your ID.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Tractor Supply EDI856 Order Export.
    4. Check This Is Tracking Export.
  6. In the Export Options panel, set Export To to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Invoice Export

The Tractor Supply EDI810 Order Invoice Export plugin exports invoices from Sellercloud to Tractor Supply in EDI 810 format.

Your orders must have an internal vendor number in the Custom Order Column TSC_InternalVendorNumber. The Order Import plugin does this automatically.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Order Status – InProcess Or Completed
  • Shipping Status – Fully Shipped
  • Invoice Uploaded – No
  • Tracking Uploaded – Yes

Automate Invoice Export

To create a Scheduled Task that regularly exports invoices:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your ID.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Tractor Supply EDI810 Order Invoice Export.
    4. Check This Is Invoice Export.
  6. In the Export Options panel, set Export To to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Inventory Export

The Tractor Supply EDI846 Inventory Export plugin exports product information like product numbers and inventory quantities from Sellercloud to Tractor Supply in EDI 846 format.

All exported products must have a UPC and the Custom Product Column TSC_ProductItemNumber.

Optionally, you can enable only specific products for Tractor Supply by setting their Custom Product Column TS_Enabled to True:

  • For one product at a time: go to the Product Details Page > click Toolbox and select Custom Columns > click Edit, update the TS_Enabled column, and Save.
  • For multiple products in bulk: follow the steps to Bulk Update Products and use the TS_Enabled column – set it to True for all products you want to enable.

Next, create a Saved Search for products filtered by TS_Enabled True. Optionally, you can add more filters to the search.

Unlike core integrations, plugin integrations don’t require products to be in the company with the scheduled tasks. The export will only include the products you select with your Saved Search

Automate Inventory Export

To create a Scheduled Task that regularly exports inventory:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Products.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your ID.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Tractor Supply EDI846 Inventory Export.
  6. In the Export Options panel, set Export To to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


RMA Export

The Tractor Supply EDI 180 RMA Export plugin exports RMAs from Sellercloud to Tractor Supply in EDI 180 format.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Exported – Not Exported
  • Tracking Uploaded – Yes
  • Has RMA – Yes

Automate RMA Export

To create a Scheduled Task that regularly exports RMAs:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your ID.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Tractor Supply EDI 180 RMA Export.
  6. In the Export Options panel, set Export To to FTP and enter your VAN credentials.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Was this article helpful?

Need Support?
Can't find the answer you're looking for?
Contact Support