Skip to main content
Pull the full catalog in one call, filtered by whether parts are active and/or in stock. Unlike Catalog (which looks up specific parts you name), this returns everything that matches the filters.
Requires an API key. See Authentication.

Headers

Query parameters

boolean
default:"true"
true (default) returns only active products. false returns only non-active products (drafts/archived), excluding active ones.
boolean
default:"false"
When true, only parts with stock on hand (available_stock > 0).

Response fields

object[]
Each entry has the same shape as a part in the Catalog response (part_id, part_number, part_name, title, description, condition, unit_of_measure, available_stock, price, status).
integer
Number of parts returned.
boolean
true if the full matching set was larger than the cap (1,000) and the response was truncated.
object
Echoes the active and in_stock filters applied.

Errors

These codes apply to this endpoint: See Error codes for the full list.