Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Configuration

    • v2 - Latest API version

    • v1 - Deprecated API version

  • Usage

    • TireConnect Search From Access

    • Tire Search

      • ACES vehicle ID

      • Tire Size

      • RAW size

      • Manufacturer part number

      • Several part numbers

      • VIN

      • License plate and State

  • Quote summary for parsing

  • Supplier order summary for parsing


Configuration

...

Demo Credentials

API KEY:

88b97fa1ecb79698ecd2b59aceb655ef

...

We recommend providing the user with a menu to select their store. When store is selected, its ID should be stored and used during TireConnect invocation.

V2 - Latest API version

...


Request:

https://wl.tireconnect.ca/api/v2/location/list?key={DEALER API KEY}

...

V1 - Deprecated API version

...

Request:

https://wl.tireconnect.ca/api/v1/location/list?key={DEALER API KEY}

...

Code Block
{  
   "notice":"Success",
   "data":{  
      "locations":[  
         {  
            "id":4250,
            "name":"Location #1",
            "dealer_id":3758,
            "external_id":null,
            "address_line_1":"3903 SE 10th Pl",
            "address_line_2":"",
            "city":"Del City",
            "country":"United States",
            "country_code":"US",
            "province":"Oklahoma",
            "postal_code":"73115",
            "phone":"416 895 8685",
            "latitude":35.4553,
            "longitude":-97.45
         }
      ]
   }
}

Usage

...

TireConnect Search Form Access

...

TC can be opened using the dealer specific URL.

...

https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?location_id=4250

Tire Search

...


ACES Vehicle ID

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?aces_id={ACES ID}&location_id={LOCATION ID}

...

https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?aces_id=268647&location_id=4250

Tire Size

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?width={WIDTH}&height={HEIGHT}&rim={RIM}&location_id={LOCATION ID}

...

https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?width=205&height=55&rim=16&location_id=4250

RAW Size

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?size={RAW_SIZE}&location_id={LOCATION ID}

...

https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?size=2055516&location_id=4250

Manufacturer Part Number

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?part_numbers={PART NUMBER}&location_id={LOCATION ID}

...

Single part number: https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?part_numbers=148895&location_id=4250


Several part numbers:

...

https://app.tireconnect.ca/pos/88b97fa1ecb79698ecd2b59aceb655ef#/!search?part_numbers=000240,011969&location_id=4250


VIN

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?vin={VIN}&location_id={LOCATION ID}

...

Licence Plate and State (USA only)

...

Format

https://app.tireconnect.ca/pos/{DEALER API KEY}#/!search?state={State}&license={LICENSE PLATE}&location_id={LOCATION ID}

...

Quote summary for parsing

...

JSON quote summary is generated in hidden DIV  with id “tcwlw_raw_quote” on the summary page.

...

Supplier order summary for parsing

...

JSON quote summary is generated in hidden DIV  with id “tcwlw_pos_supplier_order_submitted” on results or summary page.

...