deliverydata.net Open in urlscan Pro
45.60.115.50  Public Scan

URL: https://deliverydata.net/
Submission: On July 06 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

GET /search

<form method="get" action="/search">
  <div id="mainSearch">
    <div id="leftSearchCol">
      <label>Welcome to DeliveryData</label><br> This application will allow you to search for your delivery documents. Once your search has completed successfully, you may then review, download or resend your Bills of Lading and Pack Slips.
    </div>
    <div id="rightSearchCol">
      <table>
        <tbody>
          <tr>
            <td>
              <label>Search by</label><br>
              <input tabindex="100" name="searchQuery.query" type="text">
            </td>
            <td class="nowrap"> Shipment ID<br> Sales Order Number<br> BOL Number<br> SLI Number </td>
            <td class="nowrap"> Carton Number<br> Pro Number<br> Tracking Number </td>
            <td>
              <a href="https://www.ptplace.com/ptpr/do/deliveryDataLogin?domain=deliverydata.net" class="jsLoginLink searchTypeLink">Login to also search by PO Number</a>
            </td>
          </tr>
          <tr>
            <td>
              <label>Destination Zip</label><br>
              <input tabindex="101" name="searchQuery.destinationZip" placeholder="" type="text">
            </td>
            <td>
              <label>&nbsp;</label><br>
              <input name="search" id="searchButton" type="submit" value="Search">
            </td>
          </tr>
          <tr>
            <td colspan="5" id="errorTd">
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</form>

POST /reportProblem

<form enctype="multipart/form-data " method="POST" action="/reportProblem" id="jsReportForm">
  <div class="content">
    <div class="section mainData" id="rfMainData">
      <table class="full">
        <tbody>
          <tr>
            <td class="twoColumn">
              <table class="full">
                <tbody>
                  <tr>
                    <th>&nbsp;</th>
                    <th>Contact Information</th>
                  </tr>
                  <tr>
                    <td>Company Name</td>
                    <td><input type="text" class="full" name="issueReport.companyName" maxlength="255" data-injectkey="companyName"></td>
                  </tr>
                  <tr>
                    <td>Name<span>*</span></td>
                    <td><input type="text" class="full" name="issueReport.name" maxlength="60" data-injectkey="userName"></td>
                  </tr>
                  <tr>
                    <td>Email<span>*</span></td>
                    <td><input type="text" class="full" name="issueReport.email" maxlength="50" data-injectkey="email"></td>
                  </tr>
                  <tr>
                    <td>Confirm Email<span>*</span></td>
                    <td><input type="text" class="full" name="confirmEmail" maxlength="50" data-injectkey="email"></td>
                  </tr>
                  <tr>
                    <td>Phone</td>
                    <td><input type="text" class="full" name="issueReport.phone" maxlength="30" data-injectkey="phone"></td>
                  </tr>
                </tbody>
              </table>
              <input class="hidden" type="text" name="testField" maxlength="30" autocomplete="off">
              <input id="userComment" type="text" name="userComment" maxlength="30" autocomplete="off" tabindex="99">
            </td>
            <!-- Spacing -->
            <td> &nbsp; </td>
            <td class="twoColumn">
              <div class="hidden" id="shipmentDescriptionTable">
                <table class="full">
                  <tbody>
                    <tr>
                      <th>&nbsp;</th>
                      <th>Shipment Information</th>
                    </tr>
                    <tr>
                      <td>Shipment ID</td>
                      <td><input type="text" class="partialFull" name="issueReport.shipmentId" maxlength="50" data-injectkey="shipmentID"></td>
                    </tr>
                    <tr>
                      <td>Tracking Number</td>
                      <td><input type="text" class="partialFull" name="issueReport.trackingNumber" maxlength="50" data-injectkey="trackingNumber"></td>
                    </tr>
                    <tr>
                      <td>Additional Contact Email</td>
                      <td><input type="text" class="full" name="issueReport.addContactEmail" maxlength="50"></td>
                    </tr>
                    <tr>
                      <td>Shipper</td>
                      <td>
                        <select name="issueReport.manufacturer" data-injectkey="manufacturer">
                          <option value="">All</option>
                          <option value="DODGE">Dodge</option>
                          <option value="GATES">Gates</option>
                          <option value="SGROUP">Schaeffler</option>
                          <option value="SKF">SKF</option>
                          <option value="TIMKEN">Timken</option>
                          <option value="MASTER">Master</option>
                          <option value="COOPER">Cooper</option>
                        </select>
                      </td>
                    </tr>
                    <tr>
                      <td>Carrier</td>
                      <td><input type="text" class="partialFull" name="issueReport.carrier" maxlength="50" data-injectkey="carrier"></td>
                    </tr>
                    <tr>
                      <td>Warehouse</td>
                      <td>
                        <select name="issueReport.warehouse" data-injectkey="warehouse">
                          <option value="">All</option>
                          <option value="Brampton">Brampton</option>
                          <option value="Cookeville">#### warehouse_cookeville ####</option>
                          <option value="Crossville">Crossville</option>
                          <option value="Grand Prairie">#### warehouse_grandprairie ####</option>
                          <option value="Edmonton">Edmonton</option>
                          <option value="Fort Smith">Fort Smith</option>
                          <option value="Sparks">Sparks</option>
                        </select>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </div>
              <div class="hidden" id="shipmentDescriptionTextArea">
                <input id="jsHasAltData" type="hidden" name="issueReport.hasAltData" value="false">
                <table class="full">
                  <tbody>
                    <tr>
                      <th>Shipment Information</th>
                    </tr>
                    <tr>
                      <td colspan="2">
                        <textarea cols="30" rows="8" name="issueReport.shipmentDescription" id="shipmentDescription" placeholder="Please include any shipment identifying information." maxlength="4096"></textarea>
                      </td>
                    </tr>
                    <tr>
                      <td>Additional Contact Email</td>
                      <td><input type="text" class="full" name="issueReport.altAddContactEmail" maxlength="50"></td>
                    </tr>
                    <tr>
                      <td>Shipper</td>
                      <td>
                        <select name="issueReport.altManufacturer">
                          <option value="">All</option>
                          <option value="DODGE">Dodge</option>
                          <option value="GATES">Gates</option>
                          <option value="SGROUP">Schaeffler</option>
                          <option value="SKF">SKF</option>
                          <option value="TIMKEN">Timken</option>
                          <option value="MASTER">Master</option>
                          <option value="COOPER">Cooper</option>
                        </select>
                      </td>
                    </tr>
                    <tr>
                      <td>Warehouse</td>
                      <td>
                        <select name="issueReport.altWarehouse">
                          <option value="">All</option>
                          <option value="Brampton">Brampton</option>
                          <option value="Crossville">Crossville</option>
                          <option value="Edmonton">Edmonton</option>
                          <option value="Fort Smith">Fort Smith</option>
                          <option value="Sparks">Sparks</option>
                        </select>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </td>
            <!-- Spacing -->
            <td style="width:3%"> &nbsp; </td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="section">
      <table class="full">
        <tbody>
          <tr>
            <td class="twoColumn textleft">
              <label>Type of Issue</label>
              <ul class="problemList">
                <li>
                  <input type="checkbox" name="issueReport.shipmentDamaged" id="shipmentDamaged">
                  <label for="shipmentDamaged">Shipment Damaged</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentRoutingError" id="shipmentRoutingError">
                  <label for="shipmentRoutingError">Shipment Routing Error</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentLabelError" id="shipmentLabelError">
                  <label for="shipmentLabelError">Shipment Label Error</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentInstructionsError" id="shipmentInstructionsError">
                  <label for="shipmentInstructionsError">Shipment Instruction Error</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentNotFound" id="shipmentNotFound">
                  <label for="shipmentNotFound">Shipment not found in DeliveryData</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.proTrackingNumberNotProvided" id="proTrackingNumberNotProvided">
                  <label for="proTrackingNumberNotProvided">Shipment Pro / Tracking Number not provided</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentMissingDocuments" id="shipmentMissingDocuments">
                  <label for="shipmentMissingDocuments">Shipment Delivered without Required Documents</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentIncomplete" id="shipmentIncomplete">
                  <label for="shipmentIncomplete">Missing Package/Pallet</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.excessPackage" id="excessPackage">
                  <label for="excessPackage">Excess Package/Pallet</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentOverage" id="shipmentOverage">
                  <label for="shipmentOverage">Quantity Discrepancy - Over</label>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.shipmentShortage" id="shipmentShortage">
                  <label for="shipmentShortage">Quantity Discrepancy - Short</label>
                </li>
                <li>
                  <div class="iblock">
                    <input type="checkbox" name="issueReport.shipmentWrongProduct" id="shipmentWrongProduct">
                  </div>
                  <div class="iblock">
                    <label for="shipmentWrongProduct">Shipment had Wrong Product</label><br>
                    <input id="shipmentWrongProductInput" type="text" size="20" name="issueReport.shipmentPartNumber" maxlength="50" placeholder="Received Part" disabled="disabled">
                    <input id="expectedWrongProductInput" type="text" size="20" name="issueReport.expectedPartNumber" maxlength="50" placeholder="Expected Part" disabled="disabled">
                  </div>
                </li>
                <li>
                  <input type="checkbox" name="issueReport.other" id="other">
                  <label for="other">Other</label>
                </li>
              </ul>
            </td>
            <!-- Spacing -->
            <td> &nbsp; </td>
            <td class="twoColumn">
            </td>
            <!-- Spacing -->
            <td style="width:3%"> &nbsp; </td>
          </tr>
        </tbody>
      </table>
    </div>
    <div id="jsAjaxLoad" class="absoluteCentered hidden">
      <div class="ajaxload"><!-- loading --></div>
    </div>
    <div>
      <label for="additionalComments">Additional Comments</label>
      <textarea cols="80" rows="8" name="issueReport.additionalComments" id="additionalComments" placeholder="Additional Comments" maxlength="4096"></textarea>
    </div>
  </div>
  <div class="buttons" style="display: none;">
    <input name="reportProblem" type="submit" value="Submit">
  </div>
  <div style="display: none;"><input type="hidden" name="_sourcePage" value="_91_H5AKJ-QwYATyd9QaH8JsPwbVjJb_UMCH6XG-e34="><input type="hidden" name="__fp" value="56YHMqRwYpQ="></div>
</form>

Text Content

DELIVERYDATA.NET

Report an Issue
Manufacturer Search
Login

Welcome to DeliveryData
This application will allow you to search for your delivery documents. Once your
search has completed successfully, you may then review, download or resend your
Bills of Lading and Pack Slips.

Search by
Shipment ID
Sales Order Number
BOL Number
SLI Number Carton Number
Pro Number
Tracking Number Login to also search by PO Number Destination Zip
 


 * Privacy Statement
 * Security Statement
 * Terms & Conditions of Access
 * Cookies





 close
Report an Issue


Your email failed to send. Please check your attachments as they can not exceed
7.5 MB in total. If this is not the issue, please contact us at
support@colinx.com for further assistance.

  Contact Information Company Name Name* Email* Confirm Email* Phone

 

  Shipment Information Shipment ID Tracking Number Additional Contact Email
Shipper All Dodge Gates Schaeffler SKF Timken Master Cooper Carrier Warehouse
All Brampton #### warehouse_cookeville #### Crossville ####
warehouse_grandprairie #### Edmonton Fort Smith Sparks

Shipment Information Additional Contact Email Shipper All Dodge Gates Schaeffler
SKF Timken Master Cooper Warehouse All Brampton Crossville Edmonton Fort Smith
Sparks

 

Type of Issue
 * Shipment Damaged
 * Shipment Routing Error
 * Shipment Label Error
 * Shipment Instruction Error
 * Shipment not found in DeliveryData
 * Shipment Pro / Tracking Number not provided
 * Shipment Delivered without Required Documents
 * Missing Package/Pallet
 * Excess Package/Pallet
 * Quantity Discrepancy - Over
 * Quantity Discrepancy - Short
 * Shipment had Wrong Product
   
 * Other

   


Additional Comments


CancelSubmit








 close
Your submission sent successfully.
Issue Number:
Ok








Cookie Consent
We use cookies in order to continually deliver the best website we can for our
users. We recommend that you accept the use of all cookies available in order to
have the optimal experience. You can change these settings at any time by using
the "Cookies" link on the bottom of each page.

--------------------------------------------------------------------------------

NECESSARY
REQUIRED

These cookies are required for the functional operation of our website, and
cannot be disabled. These cookies allow us to identify and authenticate users
and verify support for web browsers.
Read More

--------------------------------------------------------------------------------

For more information, if you wish to exercise your rights to request your data
or have it deleted, or if you wish to lodge a complaint with us you may contact
us using the information below and we will do our best to assist you. Please
note, if your communication is sensitive, you may wish to contact us by postal
mail or telephone.

In Writing:
CoLinx
Attn: Privacy Officer
1 Independence Pointe, Suite 120
Greenville, SC 29615
By Email:support@colinx.comTelephone:864-400-1066

Accept