Batch listings deletion - Get Items

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.

Request
Security:
path Parameters
batchId
required
string

Unique Batch ID

query Parameters
status
string
Example: status=COMPLETED
Responses
200

Ok

401

Unauthorized

500

Internal Server Error

get/selling/batch/delete-listing/{batchId}/items
Request samples
curl -i -X GET \
  'https://api.stockx.com/v2/selling/batch/delete-listing/:batchId/items?status=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-key: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "items": [
    ]
}