查询供应商列表
测试环境
测试环境
POST
/open/v1/supplyChain/supplier/fetchSupplierList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/supplier/fetchSupplierList?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "75",
"isDisable": 33
}'
响应示例响应示例
{
"result": [
{
"id": 4965,
"supplierCode": "SP001",
"supplierName": "默认供应商",
"taxRate": 0,
"isDisable": 0,
"fullName": "",
"contact": "",
"website": "",
"contactTel": "",
"contactMail": "",
"contactQq": "",
"contractNo": "",
"zipCode": "",
"address": "",
"invoiceName": "",
"cuitNumber": "",
"memo": "",
"openingBank": "",
"bankAccountNumber": ""
},
{
"id": 4982,
"supplierCode": "SP002",
"supplierName": "店长的店",
"taxRate": 12,
"isDisable": 0,
"fullName": "",
"contact": "",
"website": "",
"contactTel": "",
"contactMail": "",
"contactQq": "",
"contractNo": "",
"zipCode": "",
"address": "",
"invoiceName": "",
"cuitNumber": "",
"memo": "",
"openingBank": "",
"bankAccountNumber": ""
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "2d88ff963f2f48c8880bae8ed22ca8d9"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 12:03:54