Search Catalog Items in Your Account
GET /public/catalog — Search catalog items by text, category, brand, and stock status. Returns items with pricing, images, and category hierarchy.
CategoryId, CategoryIds, ParentCategoryId, ParentCategoryIds), brand, supplier, industry, price range, stock availability, favorites, and item type. CategoryId and CategoryIds are mutually exclusive, as are ParentCategoryId and ParentCategoryIds. When SearchText is omitted it is treated as an empty string. ItemType defaults to Part.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Query Parameters
Filter for products with an MSRP (of the users current country currency. If it doesn't exist then USD MSRP is used.) greater than this amount.
Filter for products with an MSRP (of the users current country currency. If it doesn't exist then USD MSRP is used.) less than this amount.
Limit the number of results
Part, Labor, CustomItem, Fee Response
Success
Catalog search response
Total number of matching results across all pages
Search processing time in milliseconds
Total number of favorite items matching the search criteria
Catalog part items matching the search criteria
Favorite catalog part items matching the search criteria
Category facet values with result counts
Brand facet values with result counts
Supplier facet values with result counts
Labor library items matching the search criteria
Custom library items matching the search criteria