...
Search by size
Request structure
Required
width
profile
rim
Optional
locations[] (locations ids) - several IDs can be transferred
min_quantity
...
Code Block |
---|
{ "width": 205, "heightprofile": 55, "rim": 16, "locations": [1,2 ], "min_quantity": 1 } |
...
Search by part numbers
Request structure
Required
part_numbers[] (multiple part numbers should be supported)
Optional
locations (locations ids) - several IDs can be transferred
min_quantity
...
Code Block |
---|
[ { "part_number": "000094", "brand": "Bridgestone", "retail_price": 25.5, "cost": 20, "locations": [ { "name": "Location 1", “id”: 1, "quantity": 4 }, { "name": "Location 2", “id”: 2, "quantity": 4 } ] } ] |
Additional Methods
Get List of Dealer’s Locations
...