Batch listings creation - 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

The ID of batch

query Parameters
status
string

Status of listing

Example: status=COMPLETED
Responses
200

Ok

401

Unauthorized

500

Internal Server Error

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