...
Search by size
Request structure
Required
width
profile
rim
Or it can be just size param that will accept raw size.
Optional
locationsbranches[] (locations branch ids) - several IDs can be transferred
min_quantity
...
Code Block | ||
---|---|---|
| ||
{ "width":205, "profile":55, "rim":16, "locationsbranches":[ 1, 2, 3 ], "min_quantity":1 } |
...
Code Block | ||
---|---|---|
| ||
{ "size":"2055516", "locationsbranches":[ 1, 2, 3 ], "min_quantity":1 } |
...
brand
part_number (manufacturer part number, IMPORTANT: should not contain any other characters)
quantity breakdown (if present)
location branch 1
location branch 2
cost
retail_price (if applicable)
fet (The Federal Excise Tax (if applicable))
Optional
delivery_options - estimated delivery date, shipping cost, etc. can be on item level or location branch level
shipping_cost - estimated shipping cost
delivery_date - estimated delivery date
cutoff - delivery cutoff time
locationsbranches.primary - mark of primary location branch for customer. Can be just true/false in case it’s only primary & other. In case there is an option for customer to have primary, alternative & other it can be
locationsbranches.type
for example, with values: primary, alternative, other
...
Code Block | ||
---|---|---|
| ||
[ { "part_number":"000094", "brand":"Bridgestone", "retail_price":25.5, "cost":20, "fet":18.4, "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" }, "locationsBranches":[ { "name":"LocationBranch 1", "id":1, "quantity":4, "primary": true, //in case it's only primary & other "type": "primary", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" } }, { "name":"LocationBranch 2", "id":2, "quantity":4, "primary": false, //in case it's only primary & other "type": "alternative", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" }, { "name":"LocationBranch 23", "id":23, "quantity":4, "primary": false, //in case it's only primary & other "type": "other", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" } } ] } ] |
...
Search by part numbers
Request structure
Required
part_numbers[] (multiple part numbers should be supported)
Optional
locations branches (locations branches ids) - several IDs can be transferred
min_quantity
...
Code Block | ||
---|---|---|
| ||
{ "part_numbers":[ "000094" ], "locationsbranches":[ 1, 2, 3 ], "min_quantity":1 } |
...
brand
part_number (manufacturer part number, IMPORTANT: should not contain any other characters)
quantity breakdown (if present)
location branch 1
location branch 2
cost
retail_price (if applicable)
fet (The Federal Excise Tax (if applicable))
Optional
delivery_options - estimated delivery date, shipping cost, etc. can be on item level or location branch level
shipping_cost - estimated shipping cost
delivery_date - estimated delivery date
cutoff - delivery cutoff time
locationsbranches.primary - mark of primary location branch for customer. Can be just true/false in case it’s only primary & other. In case there is an option for customer to have primary, alternative & other it can be
locationsbranches.type
for example, with values: primary, alternative, other
...
Code Block | ||
---|---|---|
| ||
[ { "part_number":"000094", "brand":"Bridgestone", "retail_price":25.5, "cost":20, "fet":18.4, "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" }, "locationsbranches":[ { "name":"LocationBranch 1", "id":1, "quantity":4, "primary": true, //in case it's only primary & other "type": "primary", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" } }, { "name":"LocationBranch 2", "id":2, "quantity":4, "primary": false, //in case it's only primary & other "type": "alternative", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" }, { "name":"LocationBranch 23", "id":23, "quantity":4, "primary": false, //in case it's only primary & other "type": "other", //in case 3 options available "delivery_options":{ "shipping_cost":89.41, "delivery_date":"2024–01–01T10:12:29-03:00", "cutoff":"11:00" } } ] } ] |
Additional Methods
Get List of Dealer’s
...
Branches
Request structure
authentication credentials (whichever are applicable)
location Branch ID (optional, required only if sister stores are available)
locationsbranches.primary (optional) mark of primary location branch for customer. Can be just true/false in case it’s only primary & other. In case there is an option for customer to have primary, alternative & other it can be
locationsbranches.type
for example, with values: primary, alternative, other
Response structure
List of Locations branches []
Response example
Code Block | ||
---|---|---|
| ||
{ "locationsbranches":[ { "name":"LocationBranch 1", "id":1, "primary": true, //in case it's only primary & other "type": "primary", //in case 3 options available }, { "name":"LocationBranch 2", "id":2, "primary": false, //in case it's only primary & other "type": "alternative", //in case 3 options available }, { "name":"LocationBranch 3", "id":3, "primary": false, //in case it's only primary & other "type": "other", //in case 3 options available } ] } |
...
po_number
items (multiple tires can be passed)
part_number
brand
quantity
location branch (if applicable)
delivery type
delivery instructions
...
Code Block | ||
---|---|---|
| ||
{ "po_number": "PO Number", "items": [ { "part_number": "000094", "brand": "Bridgestone", "quantity": 4, "locationbranch": 1 } ], "delivery_type": 1, "delivery_instructions": "Please deliver ASAP" } |
...
order_number (order or invoice number)
status
items
error
shipping_cost (if applicable)
fet (The Federal Excise Tax (if applicable))
shipping_cost - actual shipping cost for provided tire qty from selected locationbranch
delivery_date - estimated delivery date
cutoff - delivery cutoff time
...
Get delivery options
Request structure
locationbranch_id
brand
part_number
quantity
...
Code Block | ||
---|---|---|
| ||
{ "brand": "Bridgestone", "part_number": "000009", "locationbranch_id": 1, "quantity": 4 } |
Response structure
name - delivery method name
id - delivery method id
shipping_cost - actual shipping cost for provided tire qty from selected locationbranch
delivery_date - estimated delivery date
cutoff - delivery cutoff time
...