{
"errors": [
{
"id": "xxxxxxx-xxxx-yyyy-yyyy-yyyyyyyyy",
"status": "400",
"code": "PARAMETER_ERROR.INVALID",
"title": "A parameter has an invalid value",
"detail": "Invalid vendor number specified. Try again.",
"source": {
"parameter": "filter[vendorNumber]"
}
}
]
}
https://api.appstoreconnect.apple.com/v1/salesReports
filter[reportSubType] = OPT_IN
filter[version] = 1_0
filter[reportType] = SALES
filter[frequency] = WEEKLY
filter[reportDate] = 2018-10-07
filter[vendorNumber] = XXXXXXXX
正在收到此错误。在此API中仅具有此参数。其他人对我来说很好。是否有人找到解决方案,请回答。
https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports
我正在按照文档中的所有步骤进行操作,但我不知道自己在做什么错。 :(悲伤
答案 0 :(得分:0)
我发生了相同的错误,但是我不确定我的解决方案是否与您的相同。我的问题是我将reportType
设置为SALES
,将reportSubType
设置为DETAILED
,但此页底部的表不允许这样做:
https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports
这导致关于卖方ID的误导性错误,类似于您所看到的