list_custom_fields
Retrieve a list of custom fields defined for customer data in your Shopline store to understand customer data structure and completeness.
Instructions
取得商店定義的客戶自訂欄位清單。
【用途】 查看商店在客戶資料上設定了哪些額外自訂欄位(如生日、偏好、備註等)。 用於了解客戶資料結構或分析資料完整度。
【呼叫的 Shopline API】
GET /v1/custom_fields
【回傳結構】 dict 含 total, fields[]。 每個 field 包含 id, name, type, options 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||