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