---
title: "List Suppliers"
method: GET
path: "/inventory/suppliers"
tags: ["Inventory Master"]
---

# List Suppliers

`GET /inventory/suppliers`

## Query parameters

- `q` string, nullable
- `active_only` boolean

## Response `200`

Successful Response

- Supplier[]
  - `name` string, required
  - `code` string, nullable — Optional supplier short code
  - `contact_phone` string, nullable
  - `contact_email` string, nullable
  - `payment_terms` string, nullable — e.g. CASH, 30D, 60D
  - `default_currency` string, nullable
  - `is_active` boolean
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
