list_merchants
Retrieves a list of all merchants accessible with the current API token, showing IDs, names, and other details for managing multi-store environments.
Instructions
取得所有商家清單。
【用途】 查看此 API token 可存取的商家帳號列表。 適合多商家環境下確認可操作的商家範圍。
【呼叫的 Shopline API】
GET /v1/merchants
【回傳結構】 dict 含 total, merchants[]。 每個 merchant 包含 id, name, handle, currency, locale, created_at 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||