Get Suppliers
This endpoint provides a comprehensive set of parameters to tailor your query. You can filter suppliers based on various criteria such as supplier name, supplier address, supplier city, supplier state, supplier zip, supplier phone, supplier fax, supplier contact, supplier email, account number and notes. The pagination options allow you to manage the number of items returned per page, facilitating smooth navigation through the supplier data.
query Parameters
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Eg: -supplier_name. Sortable field: supplier.name, supplier.city, account_number.
Sort by column, can be DESC or ASC. For DESC append a - next to the sort column. Eg: -supplier_name. Sortable field: supplier_name, supplier_address, supplier_City, supplier_state, supplier_zip, supplier_phone, supplier_fax, supplier_Contact, active, supplier_email, account_number and notes.
Example: nullsupplier_idintegerFilter by supplier id.
Filter by supplier id.
Example: nullfilter[supplier_name]stringFilter by supplier name.
Filter by supplier name.
Example: nullfilter[supplier_address]stringFilter by supplier address.
Filter by supplier address.
Example: nullfilter[supplier_city]stringFilter by supplier city.
Filter by supplier city.
Example: nullfilter[supplier_state]stringFilter by supplier state.
Filter by supplier state.
Example: nullfilter[supplier_zip]stringFilter by supplier zip.
Filter by supplier zip.
Example: nullfilter[supplier_phone]stringFilter by supplier phone number.
Filter by supplier phone number.
Example: nullfilter[supplier_fax]stringFilter by supplier fax.
Filter by supplier fax.
Example: nullfilter[supplier_contact]stringFilter by supplier contact.
Filter by supplier contact.
Example: nullfilter[supplier_email]stringFilter by supplier email.
Filter by supplier email.
Example: nullfilter[account_number]stringFilter by supplier account number.
Filter by supplier account number.
Example: nullfilter[notes]stringFilter by supplier note.
Filter by supplier note.
Example: nullfilter[shop_id]stringPrimary key of the shop. If not provided, all locations within the company will be included.
pagestringPage number to return.
Page number to return.
Example: 1pageSizestringNumber of items to return in a page. Defaults to 10.
Number of items to return in a page. Defaults to 10.
Example: null
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
dataobject[] · requiredlinksobject · requiredmetaobject · required
Create Supplier
You can create a new Supplier from here.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
shop_idnumber · requiredsupplier_namestring · requiredExample: John's Plumbingsupplier_addressstring · requiredExample: 123 w 123 nsupplier_citystring · requiredExample: Logansupplier_statestring · requiredExample: Utahsupplier_zipstring · requiredsupplier_phonestring · requiredExample: 1234567899account_numberstring · requiredThe is the equivalent to Tire Guru's Vendor Number field
Example: LPS30
supplier_faxstringExample: 1234567899supplier_contactstringExample: John Doesupplier_emailstring | nullExample: [email protected]urlstring | nullExample: localpartstore.comtermsstringExample: Net 30notesstringExample: Phone number is John's cell
Responses
supplier_idnumber · requiredshop_idnumber · requiredavailable_company_wideboolean · requiredsupplierobject · requiredaccount_numberstring · requiredThe is the equivalent to Tire Guru's Vendor Number field
Example: LPS30online_orderingboolean · requiredtimestamprequired
urlstring | nullExample: localpartstore.comtermsstringExample: Net 30notesstringExample: Phone number is John's cell
Update Supplier
Update an existing Supplier from here.
path Parameters
idstring · required
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
shop_idnumber · requiredsupplier_namestring · requiredExample: John's Plumbingsupplier_addressstring · requiredExample: 123 w 123 nsupplier_citystring · requiredExample: Logansupplier_statestring · requiredExample: Utahsupplier_zipstring · requiredsupplier_phonestring · requiredExample: 1234567899account_numberstring · requiredThe is the equivalent to Tire Guru's Vendor Number field
Example: LPS30
supplier_faxstringExample: 1234567899supplier_contactstringExample: John Doesupplier_emailstring | nullExample: [email protected]urlstring | nullExample: localpartstore.comtermsstringExample: Net 30notesstringExample: Phone number is John's cell
Responses
supplier_idnumber · requiredshop_idnumber · requiredavailable_company_wideboolean · requiredsupplierobject · requiredaccount_numberstring · requiredThe is the equivalent to Tire Guru's Vendor Number field
Example: LPS30online_orderingboolean · requiredtimestamprequired
urlstring | nullExample: localpartstore.comtermsstringExample: Net 30notesstringExample: Phone number is John's cell
