指定的供应商编号无效.再试一次.-App Store Connect API


{
"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

我正在遵循文档中的所有步骤,但我不知道哪里出了问题。:(可悲的

我遇到了同样的错误,但我不确定我的解决方案是否与您的解决方案相同。我的问题是,我将reportType设置为SALES,将reportSubType设置为DETAILED,根据本页底部的表,这是不允许的:

https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports

这导致了关于供应商ID的误导性错误,类似于您看到的

相关内容

最新更新