API Resources #
Account #
User 供應商使用者資訊 #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| id | Int32 | RO | 小幫手編號 | |
| name | String | RO | 小幫手中文姓名 | |
| fullName | String | RO | 小幫手中文姓名 | |
| supplierId | Int32 | RO | 購中供應商編號 Only presented to 購中 users |
|
| supplierName | String | RO | 購中供應商名稱 Only presented to 購中 users |
|
| sellerId | String | RO | 購中店供應商編號 Only presented to 購中店 users |
|
| sellerName | String | RO | 購中店供應商名稱 Only presented to 購中店 users |
|
| profile | SupplierProfile | RO | Supplier profile, won’t be returned by default Only presented to 購中 users |
|
| yContactWindows | ContactWindow[] | RO | Yahoo購物中心聯絡資訊列表 Only presented to 購中 users |
|
| isAdmin | Boolean | RO | 是否為管理者 Only presented to 購中 users |
SupplierProfile 供應商設定 #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| accessoryContracts | String[] | RO | 附約資訊
|
|
| toggles | String[] | RO | 供應商啟用功能
|
|
| warehouse | String | RO | Default warehouse when shipType is centralized shipping | |
| returnGoodDestination | String | RO | Return good destination 退貨配達方式
|
|
| signedSubStationIds | String[] | RO | 已簽約子站 ID 列表 | |
| withdrawalInfo | SupplierInfo | RO | Withdrawal information 請款資訊 |
|
| repairInfo | SupplierInfo | RO | Repair information 維修資訊 |
|
| eVoucherAttributes | VoucherAttribute[] | RO | E-Voucher attributes information 電子票券資訊 |
SupplierInfo 供應商詳細資訊 #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| contactWindow | ContactWindow | RO | Contact information | |
| method | String | RO |
|
ContactWindow 聯絡資訊 #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| id | String | RO | Contact ID 服務窗口 ID |
|
| name | String | RO | Contact Name 服務窗口姓名 |
|
| phone | String | RO | Phone number 服務窗口電話 |
|
| fax | String | RO | Fax number 服務窗口傳真 |
|
| String | RO | Email address 服務窗口 Email |
||
| location | Location | RO | Contact Address 服務窗口地址 |
Location #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| zipCode | String | RO | Zip code | |
| city | String | RO | City name | |
| district | String | RO | District | |
| address | String | RO | Address |
VoucherAttribute 電子票券資訊 #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| id | Int32 | RO | 屬性序號 | |
| name | String | RW | POST: Y PUT: Y |
屬性名稱 |
| description | String | RO | 屬性說明 | |
| maxLength | String | RO | 最大長度 | |
| dataType | String | RO | 資料型別
|
|
| isRequired | Boolean | RO | 是否必要 | |
| value | String | RW | POST: Y PUT: Y |
電子票券屬性值 若屬性 data type 限制為 datetime,則使用 ISO-8601 格式 |