Get Bins
query Parameters
bin_idintegerfilter[search]stringMatches code or description
pageintegerPage number to return
pageSizeintegerNumber of items to return in a page. Defaults to 10
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Available fields: code, description, max_quantity.
shop_idstringPrimary key of the shop. If not provided, all locations within the company will be included.
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
Get Manufacturers
query Parameters
manufacturer_idintegerfilter[name]stringfilter[active]booleanDefaults to true
pageintegerPage number to return.
pageSizeintegerNumber of items to return in a page. Defaults to 10
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Available fields: name
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
Get Groups
path Parameters
manufacturer_idstring · required
query Parameters
group_idintegerfilter[description]stringpageintegerPage number to return.
pageSizeintegerNumber of items to return in a page. Defaults to 10.
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Available fields: description.
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
Get Parts Inventories
This endpoint provides a practical set of parameters to tailor your query. You can filter inventory based on part number, part description, part supplier, part price, part cost and part category. The pagination options allow you to manage the number of items returned per page, facilitating smooth navigation through the inventory data.
query Parameters
shop_idstring · requiredPrimary key of the shop
sortstring · enumSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Eg: -part_number. Sortable field: part.number, part.category and part.size, part.rawsize, part.price, part.cost, part.brand, net_on_hand.
Sort by column, can be DESC or ASC. For DESC append a - next to the sort column. Eg: -part_number. Sortable field: part_number, category and timestamp.
Enum values:part_numbersizedescriptionbrandquantitypriceExample: nullpart_idintegerFilter by part id.
Filter by part id.
Example: nullfilter[part_number]stringFilter by part number.
Filter by part number.
Example: nullfilter[description]stringFilter by part description.
Filter by part description.
Example: nullfilter[item_type]stringFilter by part type (tire, wheel, part, labor, other).
Filter by part supplier.
Example: nullfilter[inventory_type]stringFilter by inventory type.
Filter by part price.
Example: nullfilter[brand]stringFilter by part brand or manufacturer.
filter[style]stringFilter by part style or group. Brand is required when searching by style.
filter[size]stringFilter by part size.
Page number to return.
Example: 1filter[rawsize]numberFilter by part rawsize.
filter[in_stock_only]string[]Filter by in stock only.
filter[speed_ratings][]string[]Filter by list of speed ratings (only available when item_type is tire).
filter[section_widths][]string[]Filter by list of section widths (only available when item_type is tire).
filter[aspect_ratios][]string[]Filter by list of aspect ratios (only available when item_type is tire).
filter[rim_diameters][]string[]Filter by list of rim diameters (only available when item_type is tire or wheel).
filter[finishes][]string[]Filter by list of finishes (only available when item_type is wheel).
filter[bolt_patterns][]string[]Filter by list of bolt patterns (only available when item_type is wheel).
filter[bolt_pattern_lugs][]string[]Filter by list of bolt pattern lugs (only available when item_type is wheel).
filter[bolt_pattern_diameters][]string[]Filter by list of bolt pattern diameters (only available when item_type is wheel).
filter[offsets][]string[]Filter by list of offsets (only available when item_type is wheel).
filter[show_in]string · enumFilter by availability (defaults to 'all')
Enum values:locationavailableallfilter[minimum_quantity]numberFilter by a minimum on hand quantity
filter[maximum_quantity]numberFilter by a maximum on hand quantity
filter[customer_id]numberFilter by a specific customer ID
filter[price_level_id]numberFilter to show a specific price (defaults to location's default price level)
filter[load_index]stringfilter[sidewall]stringfilter[ply]stringcustom[*]stringAny custom inventory fields can be searched by using custom and adding the name of the custom field. The name of the custom field should be url encoded when sent in params (e.g. custom[Tube%20Size] instead of custom[Tube Size]
pagenumberPage number to return.
pageSizenumberNumber of items to return in a page. Defaults to 10.
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
Get Custom Fields
query Parameters
pageintegerPage number to return.
pageSizeintegerNumber of items to return in a page. Defaults to 10
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column. Available fields: name, field_id
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
linksobject · requiredmetaobject · requireddataobject[] · required
Update Custom Fields on Part
path Parameters
item_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
idnumber · requiredCustom Field primary key from get parts endpoint
valuestring · required
Responses
successboolean · required
