...
*Please note, this pin code needs to be entered by the user, it can not be hardcoded.
Tire Search
You can make any kind of search, for example using search By Size method
...
Code Block |
---|
curl --location --request POST 'https://devdemo.tireconnect.ca/api/v2/tire/search/bySize?key=v1/by/size' \ --header 'key: 05198c64d142efd851ef15e54fdd917d' \ --header 'Content-Type: application/x-www-form-urlencodedjson' \ --data-urlencode '{ "location_id=12674' \ --data-urlencode 'width=195' \ --data-urlencode 'height=65' \ --data-urlencode 'rim=15": 12674, "size": { "front": { "size_part_1": "205", "size_part_2": "55", "size_part_3": "16" } } }' |
Suppliers connected to location
...