Once a batch completes successfully, you need to use the get batch items API to see the results of each item in the batch. You can also use this API at any point in time after the batch is created to see the progress of each individual item in a batch
Ok
Unauthorized
Internal Server Error
curl -i -X GET \ 'https://api.stockx.com/v2/selling/batch/update-listing/:batchId/items?status=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "items": [
- {
- "itemId": "98e2e748-8000-45bf-a624-5531d6a68318",
- "status": "QUEUED",
- "listingInput": {
- "currencyCode": "USD",
- "expiresAt": "2021-11-09T12:44:31.000Z",
- "amount": "98e2e748-8000-45bf-a624-5531d6a68318",
- "listingId": "98e2e748-8000-45bf-a624-5531d6a68318"
}, - "result": {
- "askId": "98e2e748-8000-45bf-a624-5531d6a68318",
- "listingId": "98e2e748-8000-45bf-a624-5531d6a68318"
}, - "error": "string"
}
]
}