Table of Contents |
---|
...
Request parameters
Parameter | Value |
---|---|
key string | API key Required |
location_id integer | Location id Required |
part_numbers[] array | Array of part numbers Required |
quantity integer | Desired Quantity. Used to determine suppliers and their branches with enough quantity Required |
Response example
Code Block | ||
---|---|---|
| ||
{ "notice": "Success", "data": { "nb_results": 2, "tires": [ { "part_number": "000063000112", "brand": "Bridgestone", "suppliers": [ { "id": "QnJpZGdlc3RvbmV8fDAwMDA2M3x8YnJpZGdlc3RvbmVpd3Nsd3N8fDM0MDI3fHxCQnJpZGdlc3RvbmV8fDAwMDExMnx8YnJpZGdlc3RvbmV8fDEyODI1fHxC", "quantityprice": 906117.17, "supplierquantity": "bridgestoneiwslws"878, "stocksupplier": "bridgestone", "stock": [ { "branch": "D009D005", "id": "D009D005", "quantity": 906878, "name": "D009D005 OntarioAllentown DC", "deliverybranch_date_timetype": {null, "delivery_date_time": "2023-11-22"null, "timecutoff": null, } "timezone": null, ], "notes "delivery_date_time": null{ }"date": "2023-12-16", "cutofftime": null, }"timezone": null, ] "notes": null }, } { } "id ] }, { "part_number": "QnJpZGdlc3RvbmV8fDAwMDA2M3x8bnRkfHwzNDAyN3x8Qg==116833", "brand": "Bridgestone", "quantity": 17, "suppliers": [ { "id": "QnJpZGdlc3RvbmV8fDExNjgzM3x8YnJpZGdlc3RvbmV8fDEyODI1fHxC", "price": 200.52, "quantity": 241, "supplier": "bridgestone", "supplier_name": "Bridgestone DC (Run Day)", "stock": [ { "branch": "D005", "id": "D005", "quantity": 241, "name": "D005 Allentown DC", "branch_type": null, "delivery_date_time": null, "cutoff": null } ], "delivery_date_time": { "date": "2023-12-16", "time": null, "timezone": null, "notes": null } }, { "supplierid": "ntdQnJpZGdlc3RvbmV8fDExNjgzM3x8Z3JvdXBldG91Y2hldGV8fDEyODI1fHxC", "stockprice": [null, "quantity": 94, { "branch"supplier": "localplusgroupetouchete", "id"supplier_name": "localplusGroup Touchette", "quantitystock": 17, [ "name": "Local Plus",{ "delivery_date_timebranch": {"Default", "dateid": "2023-11-23Default", "timequantity": null94, "timezonename": null"Default", "notesbranch_type": null, } "delivery_date_time": null, "cutoff": null { } "date": "2023-11-22", ], "delivery_date_time": "15:00", { "date": "2023-12-16", "timezone": "-05:00" "time": null, } "timezone": null, } "notes": null ] } } }, ] }, { { "part_numberid": "001131QnJpZGdlc3RvbmV8fDExNjgzM3x8bnRkfHwxMjgyNXx8Qg==", "brand": "Bridgestone", "price": null, "suppliers": [ {"quantity": 2, "idsupplier": "QnJpZGdlc3RvbmV8fDAwMTEzMXx8bnRkfHwzNDAyN3x8Qg==ntd", "quantitysupplier_name": 63"NTD", "supplierstock": "ntd",[ { "stock": [ {"branch": "local", "branchid": "local", "idquantity": "local",2, "name": "Local - Same-day delivery (if ordered before cut off "quantity": 63time)", "namebranch_type": "Localprimary", "delivery_date_time": { "date": "2023-1112-2214", "time": null, "timezone": null, "notes": null }, "cutoff": { "date": "2023-1112-2214", "time": "1011:00", "timezone": "-0507:00" } } ], "delivery_date_time": null } ] } ] } } |
Response parameters
Parameter | Value |
---|---|
notice string | Response status |
nb_results integer | Number of found tires |
part_number string | Tire part number |
brand string | Tire brand |
suppliers[] array | Stock information |
id string | Tire ID |
quantity integer | Tire quantity |
supplier string | Supplier |
stock[] array | An array with stock per branch |
branch string | Deprecated parameter |
id string | Branch ID |
quantity integer | Tire quantity |
name string | Branch name |
delivery_date_time object | Estimated delivery information specific for this branch |
date string | Estimated delivery date |
time string | Estimated delivery time |
timezone string | Time zone |
notes string | Information about estimated delivery |
cutoff object | Information about cut off date&time for current branch |
date string | Cut-off date |
time string | Cut-off time |
timezone string | Cut-off time zone |