---
title: "Get sale customers"
method: GET
path: "/sales/{saleId}/customers"
tags: ["Sales"]
---

# Get sale customers

`GET /sales/{saleId}/customers`

To get sale customers<br>取得直播間顧客的信息

## Path parameters

- `saleId` string, required

## Query parameters

- `post_sales_user_ids` string[], required

## Response `200`

OK

- object
  - `items` SaleCustomer[]
    - `post_sales_user_id` string — Customer ID in live stream<br>直播間顧客 ID
    - `platform` string — Live Platform<br>直播渠道
    - `social_user_id` string — Third-party media user ID<br>第三方平台的顧客 ID<br> FB/Group: PSID<br> IG: IGSID<br> LINE: 未綁定 EC 會員: EC Customer ID; 已綁定 EC 會員: line_uid<br> Shopline: EC Customer Id
    - `has_customer_bind` boolean — 是否綁定會員
    - `customer_id` string — EC Customer ID<br>EC 顧客 ID
    - `customer_info` object
      - `name` string — Customer Name<br>顧客姓名
      - `email` string — Customer Email<br>顧客電子郵件
      - `phone` string — Customer Phone<br>顧客電話
      - `mobile_phone` string — Customer Mobile Phone<br>顧客手機

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
