Skip to main content

List Supplier Products

GET 

/api/suppliers/:supplier/products

Retrieve all products linked to a supplier. Supports search by supplier SKU, product SKU, or name (using Typesense with SQL fallback).

Required scope: suppliers:read

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

Authentication: Requires Bearer token. Requires IsPowerUserAccess middleware.

Pass a negative limit to return all products without pagination.

Request

Responses

OK

Response Headers
    Content-Type