Wholesale Web Services Requirements Overview
TireConnect supports wide range of industry standard protocols and connectivity methods.
Outlined below are general requirements which will provide TireConnect platform with the ability to inquire on behalf of a specific dealer with a tire size or part number(s) and receive matching tires with quantity and dealer’s cost.
All industry standard methods are supported and acceptable.
Required
width
profile
rim
authentication credentials (whichever are applicable)
account number
user name
password
shipTo ID
Optional
warehouses[] (warehouse ids) - several warehouse id can be transferred
min_quantity
{ "width": 205, "height": 205, "rim": 205, "warehouses": [1,2 ], "min_quantity": 1 } |
List of tires
brand_name
part_number (clean manufacturer part number)
model (optional)
quantity breakdown (if present)
warehouse 1
warehouse 2
cost
price (if present)
[ { "part_number": 000094, "brand": "Bridgestone", "price": 25.5, "cost": 20, "branches": [ { "name": "Location 1", “id”: 2, "quantity": 4 }, { "name": "Location 2", "quantity": 4 } ] } ] |
Required
part_numbers[] (multiple part numbers should be supported)
Optional
warehouses (warehouse ids) - several warehouse id can be transferred
min_quantity
{ "part_numbers": [ "000094" ], "warehouses": [1,2 ], "min_quantity": 1 } |
List of tires
brand_name
part_number (clean manufacturer part number)
model (optional)
quantity breakdown (if present)
warehouse 1
warehouse 2
cost
price (if present)
[ { "part_number": 000094, "brand": "Bridgestone", "price": 25.5, "cost": 20, "branches": [ { "name": "Location 1", “id”: 2, "quantity": 4 }, { "name": "Location 2", "quantity": 4 } ] } ] |
authentication credentials (whichever are applicable)
account number
user name
password
List of Ship To IDs []
{ "branches": [ { "name": "Location 1", “id”: 2 }, { "name": "Location 2", "id": 2 } ] } |
po_number
items (multiple tires can be passed)
part_number
brand
quantity
warehouse (if applicable for orders per branch)
delivery type
delivery instructions
{ "po_number": "PO Number", "items": [ { "part_number": "000094", "brand": "Bridgestone", "quantity": 4, "warehouse": 1 } ], "delivery_type": 1, "delivery_instructions": "Please deliver ASAP" } |
invoice
status
items
error
shipping_cost
{ "invoice": 1236434, "status": "Processing", "items": [ { "part_number": "000094", "quantity": 4, "price": 25.67, "brand": "Bridgestone" } ], "shipping_cost": 13.57, "error": null } |
invoice
{ "invoice": 1236434 } |
invoice
status
error
{ "invoice": 1236434, "status": "Successful", "error": null } |