Obtain the rating information of the seller's shop (API-C23)
Interface description
The user can call this interface to obtain the seller's rating information, and the rating dimension is score:
Compliance, Compliance Ranking,
Evaluation, evaluation ranking,
Inventory, inventory ranking,
Growth, Growth Ranking,
Payment collection and payment collection ranking.
(Same industry only)
Interface address
GET /v1/seller/shop-score
Request parameters
Filed | Description | Required |
---|---|---|
applicationCode | String(32) Dowsure seller application code |
Required |
An example of a request
{
"applicationCode": "xxxxx"
}
Response parameters
Filed | Description | Required |
---|---|---|
applicationCode | String(32) Dowsure seller application code |
Required |
score | Decimal(5,2) score |
Required |
shopScoreList | ||
offerId | String(32) Seller shop offerId(MD5 encryption) |
Required |
complianceScore | Decimal(5,2) Compliance score |
|
compliancePlacing | int Compliance ranking in the same industry |
Required |
feedbackScore | Decimal(5,2) Feedback score |
Required |
feedbackPlacing | int Feedback ranking in the same industry |
Required |
stockScore | Decimal(5,2) Stock score |
Required |
stockPlacing | int Stock ranking in the same industry |
Required |
increaseScore | Decimal(5,2) Increase score |
Required |
increasePlacing | int Increase ranking in the same industry |
Required |
disburStabilityScore | Decimal(5,2) Payback stability score |
Required |
disburStabilityPlacing | int Payback stability ranking in the same industry |
Required |
totalScore | Decimal(5,2) Total score |
Required |
totalPlacing | int Overall ranking in the same industry |
Required |
An example of a response
Non yet