Skip to main content

Lookup Products

GET 

/api/v2/products/lookup

Lightweight paginated product lookup that returns only core identifying fields (id, sku, name, barcode, type, unit_cost, price, image_url) — much faster than the full List Products endpoint when you only need to resolve products by SKU, name, barcode, or id.

Required scope: products:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

When a search term is given, results are ranked exact-SKU match first, SKU prefix match second, then everything else; within each rank results are ordered by SKU. A fully-numeric term additionally matches the product id directly. Without a search term, all products are returned ordered by SKU.

Archived products are excluded unless include_archived=true. Pass sellable_only=true to exclude non-sellable products (e.g. internal consumables).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type