get_merchant_detail
Retrieve complete settings and contact details for a specific merchant. Use to verify merchant configuration including currency, locale, and address.
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 |