Bulk Service Response
🧩 What is the Bulk Response?
{
"success": true,
"meta_data": {
"total_count": 3,
"accepted_count": 3,
"invalid_count": 0,
"insufficient_credit_count": 0,
"failed_count": 0,
"rate_limit_exceeded_count": 0
},
"data": {
"accepted": [
{
"platform": "AMZ",
"operation": "DETAIL",
"domain": ".com",
"callback_url": "https://example.com/webhook",
"ship_to": {
"zipCode": ["19805"]
},
"results": [
{
"asin": "B00004RFMB",
"id": "qwe78933-7614-40b3-9a40-def192b74810",
"credit": 1
},
{
"asin": "B00004RFMC",
"id": "xyz5677e-c8a7-47e1-91a1-966bc448e0e8",
"credit": 1
},
{
"asin": "B00004RFMJ",
"id": "abc123b5-c346-4909-aa6b-f4194318dc3a",
"credit": 1
}
]
}
],
"invalid": [],
"failed": [],
"insufficient_credit": [],
"rate_limit_exceeded": []
}
}
🔍 Understanding the Response
📊 meta_data Object
meta_data ObjectField
Description
📦 data Object
data Object📌 What Does Each Accepted Item Contain?
Field
Type
Description
🔹 results[] – Breakdown
results[] – BreakdownField
Type
Description
Last updated