---
title: "Batch listings creation - Get Items"
method: GET
path: "/selling/batch/create-listing/{batchId}/items"
tags: ["Batch"]
---

# Batch listings creation - Get Items

`GET /selling/batch/create-listing/{batchId}/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.

## Path parameters

- `batchId` string, required

## Query parameters

- `status` string

## Response `200`

Ok

- GetListingCreateBatchItemsResponse
  - `items` GetListingCreateBatchItem[], required — An array of items associated with the listing
    - `itemId` string, nullable, required — Unique Item ID
    - `status` string, nullable, required — The status of this item
    - `listingInput` object, required — The input for this item that was used when creating the batch
      - `active` boolean, nullable, required — Whether this listing is active
      - `currencyCode` string, nullable, required — The currency code for this listing<br><br>Available values: "AUD", "CAD", "CHF", "EUR", "GBP", "HKD", "JPY", "KRW", "MXN", "NZD", "SGD", "USD"
      - `variantId` string, nullable, required — The ID of the variant
      - `expiresAt` string, nullable, required — When this listing expires in UTC
      - `amount` string, nullable, required — The amount this listing is listed for
    - `result` object — If an item was successfully processed, the result object will contain the following:
      - `askId` string, nullable, required — The unique askId of this listing.
      - `listingId` string, nullable, required — The unique listingId of this listing. This is a new ID being introduced that is analogous to askId
    - `error` string — If an item failed to process, the error attribute will contain the error message describing the reason the item failed to process

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/stockx/apis/stockx-public-api.md) · [All operations](https://skmtc.net/stockx/apis/stockx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockx/stockx-public-api/versions/5b4ba84182d7/schema)
