---
title: "Supplier list"
method: GET
path: "/shops/{SHOP_ID}/supplier"
tags: ["Supplier"]
---

# Supplier list

`GET /shops/{SHOP_ID}/supplier`

Get list of suppliers

## Path parameters

- `SHOP_ID` integer, required

## Response `200`

Success

- object
  - `data` object[] — List of suppliers
    - `address` string — Shipping address
    - `commune_id` string — Commune ID
    - `country_code` integer — Country code
    - `custom_id` string — Supplier products ID
    - `debt_must_pay` string — Debt must pay
    - `description` string — Description
    - `district_id` string — District ID
    - `full_address` string — Full address
    - `id` integer — Supplier ID
    - `images` string[] — Image links
    - `is_activated` boolean — Active status
    - `name` string — Supplier name
    - `payment_info` object — Payment information
      - `account_name` string — Account name
      - `account_number` string — Account number
      - `partner_code` string — Partner code
    - `phone_number` string — Phone number
    - `province_id` string — Province ID
    - `tags` integer[] — Tags
    - `total_purchase` string — Total purchase
    - `type` integer — Supplier type
  - `page_number` integer — Page number
  - `page_size` integer — Page size
  - `success` boolean — Success status
  - `total_debt` integer — Total debt
  - `total_entries` integer — Total entries
  - `total_pages` integer — Total pages

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
