Batch
Batch listings creation - Get Batch Status
Once you are able to create a batch successfully, you need to poll the get batch status API to track the progress of the batch. This polling is necessary because all batch operations are asynchronous in nature.
get/selling/batch/create-listing/{batchId}
Path parameters
batchIdstring required
Unique Batch ID
Response
Ok
Example response
{
"batchId": "bf364c53-eb77-4522-955c-6a6ce952cc6f",
"status": "QUEUED",
"completedAt": "2021-11-09T12:44:31.000Z",
"createdAt": "2021-11-09T12:44:31.000Z",
"updatedAt": "2021-11-09T12:44:31.000Z",
"totalItems": 10,
"itemStatuses": {
"queued": "20",
"failed": "1"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.