get_merchant_detail
Fetch detailed configuration and contact information for a specific merchant, including currency, locale, email, and address, to verify settings or reconcile data.
Instructions
取得指定商家的詳細資訊。
【用途】 查詢單一商家的完整設定資訊,包含聯絡資訊、幣別、語系等。 適合確認特定商家設定或做資料核對。
【呼叫的 Shopline API】
GET /v1/merchants/{merchant_id}
【回傳結構】 dict 含商家詳細欄位:id, name, handle, currency, locale, country, email, phone, address, created_at 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_id | Yes | 商店 ID(由 list_merchants 回傳的 id 欄位取得) |