Create Amazon VOC report
POST
/voc/reportsCreate VOC report by one or multiple ASINs
Request
Header Params
X-Token
string
required
API Key
Example:
42e9fb1c94c842cd9495c812a4c8fe05
Body Params application/json
countryCode
enum<string>
required
Amazon site name, optional values: US, UK, DE, FR, IT, CA, ES, JP
Allowed values:
USUKDEFRITCAESJP
Example:
US
asins
array[string]
required
Amazon ASIN list
<= 100 items
Example
{
"countryCode": "US",
"asins": [
"string"
]
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
result code
Example:
0
msg
string
optional
error message
data
object
optional
VOC report id
reportId
string
required
Example
Success
{
"code": 0,
"data": {
"reportId": "12342"
}
}
Last modified: 1 年前