SP-API 店铺绩效api-数据读取

无逻辑,无代码,只介绍字段对应关系。

在这里插入图片描述
展示上图中的数据,读取GET_V2_SELLER_PERFORMANCE_REPORT获取值,返回值:

{
    "accountStatuses":[
        {
            "marketplaceId":"ATVPDKIKX0DER",
//店铺状态
            "status":"NORMAL"
        }
    ],
    "performanceMetrics":[
        {
            "lateShipmentRate":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-01-18T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0.04,
                "targetCondition":"LESS_THAN",
                "orderCount":0,
                "lateShipmentCount":0,
//迟发率
                "rate":0
            },
            "invoiceDefectRate":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-02-03T00:00:00Z",
                    "reportingDateTo":"2022-02-09T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0.05,
                "targetCondition":"LESS_THAN",
                "invoiceDefect":{
                    "status":"GOOD",
                    "count":0
                },
                "missingInvoice":{
                    "status":"NONE",
                    "count":0
                },
                "lateInvoice":{
                    "status":"NONE",
                    "count":0
                },
                "orderCount":0,
//发票缺陷率
                "rate":0
            },
            "orderDefectRate":{
//fba订单
                "afn":{
                    "reportingDateRange":{
                        "reportingDateFrom":"2021-12-04T00:00:00Z",
                        "reportingDateTo":"2022-02-01T23:59:59Z"
                    },
                    "status":"GOOD",
                    "targetValue":0.01,
                    "targetCondition":"LESS_THAN",
//订单缺陷数量
                    "orderWithDefects":{
                        "status":"GOOD",
                        "count":0
                    },
//亚马逊商城交易保障赔偿数量
                    "claims":{
                        "status":"NONE",
                        "count":0
                    },
//信用卡拒付索赔数量
                    "chargebacks":{
                        "status":"NONE",
                        "count":0
                    },
//负面反馈数量
                    "negativeFeedback":{
                        "status":"NONE",
                        "count":0
                    },
//订单数量
                    "orderCount":842,
                    "rate":0,
                    "fulfillmentType":"AFN"
                },
//fbm数据,参考fba解释
                "mfn":{
                    "reportingDateRange":{
                        "reportingDateFrom":"2021-12-04T00:00:00Z",
                        "reportingDateTo":"2022-02-01T23:59:59Z"
                    },
                    "status":"GOOD",
                    "targetValue":0.01,
                    "targetCondition":"LESS_THAN",
                    "orderWithDefects":{
                        "status":"GOOD",
                        "count":0
                    },
                    "claims":{
                        "status":"NONE",
                        "count":0
                    },
                    "chargebacks":{
                        "status":"NONE",
                        "count":0
                    },
                    "negativeFeedback":{
                        "status":"NONE",
                        "count":0
                    },
                    "orderCount":0,
                    "rate":0,
                    "fulfillmentType":"MFN"
                }
            },
            "onTimeDeliveryRate":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-01-08T00:00:00Z",
                    "reportingDateTo":"2022-02-06T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0.97,
                "targetCondition":"GREATER_THAN",
                "shipmentCountWithValidTracking":0,
                "onTimeDeliveryCount":0,
//准时交付率
                "rate":0
            },
            "validTrackingRate":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-01-08T00:00:00Z",
                    "reportingDateTo":"2022-02-06T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0.95,
                "targetCondition":"GREATER_THAN",
                "shipmentCount":0,
                "validTrackingCount":0,
//有效追踪率
                "rate":0
            },
            "preFulfillmentCancellationRate":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-02-09T00:00:00Z",
                    "reportingDateTo":"2022-02-15T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0.025,
                "targetCondition":"LESS_THAN",
                "orderCount":0,
                "cancellationCount":0,
//取消率
                "rate":0
            },
            "warningStates":[

            ],
            "accountHealthRating":{
//账户健康评级
                "ahrStatus":"GREAT",
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-20T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                }
            },
            "listingPolicyViolations":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"BAD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//上架政策违规状态
                "defectsCount":4
            },
            "productAuthenticityCustomerComplaints":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//商品真实性投诉状态
                "defectsCount":0
            },
            "productConditionCustomerComplaints":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//商品状况买家投诉状态
                "defectsCount":0
            },
            "productSafetyCustomerComplaints":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//商品安全投诉状态
                "defectsCount":0
            },
            "receivedIntellectualPropertyComplaints":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//知识产权投诉状态
                "defectsCount":0
            },
            "restrictedProductPolicyViolations":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//违反受限商品政策状态
                "defectsCount":0
            },
            "suspectedIntellectualPropertyViolations":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//涉嫌侵权知识产权状态
                "defectsCount":0
            },
            "foodAndProductSafetyIssues":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//食品和产品安全问题状态
                "defectsCount":0
            },
            "customerProductReviewsPolicyViolations":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//违反买家商品评论政策状态
                "defectsCount":0
            },
            "otherPolicyViolations":{
                "reportingDateRange":{
                    "reportingDateFrom":"2021-08-21T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
//其他违反政策行为状态
                "defectsCount":0
            },
            "documentRequests":{
                "reportingDateRange":{
                    "reportingDateFrom":"2022-02-18T00:00:00Z",
                    "reportingDateTo":"2022-02-16T23:59:59Z"
                },
                "status":"GOOD",
                "targetValue":0,
                "targetCondition":"EQUALS",
                "defectsCount":0
            },
            "marketplaceId":"ATVPDKIKX0DER"
        }
    ]
}

reportingDateFrom和reportingDateTo为每个属性的区域时间,如果你一天拉去一次,你会发现二次的时间差一天,所以可以一天拉一次,这样可以做折线图。

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

老牛十八岁啦

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值