How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

StockX Batch API

Batch APIs enable a user to create, update, delete listings in bulk. Batch APIs are asynchronous in nature and we provide mechanisms to poll the API so that you can keep track of the batch completion. Once a batch is successfully completed, you can view the status of each individual listing. We track each individual listing inside a batch separately so you can have scenarios where some listings succeed and some fail in a single batch.

StockX Batch API is one of 4 APIs that StockX publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Batch. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 9 operations across 9 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://api.stockx.com/v2.

9 operations 9 paths 22 schemas 6 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.stockx.com/v2
Authentication
API Key, HTTP Bearer
License
MIT
Resource Areas
1

Authentication & Security 2

StockX Batch API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (api_key). It accepts HTTP bearer tokens (JWT) (jwt).

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 6 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Batch 9

Batch APIs enable a user to create, update, delete listings in bulk. Batch APIs are asynchronous in nature and we provide mechanisms to poll the API so that you can keep track of…

POST
/selling/batch/create-listing
Batch listings creation
CreateListings body → 200400401500
GET
/selling/batch/create-listing/{batchId}
Batch listings creation - Get Batch Status
GetListingCreateBatch 1 param → 200401500
GET
/selling/batch/create-listing/{batchId}/items
Batch listings creation - Get Items
GetListingCreateBatchItems 2 params → 200401500
POST
/selling/batch/delete-listing
Batch listings deletion
DeleteListings body → 200400401500
GET
/selling/batch/delete-listing/{batchId}
Batch listings deletion - Get Batch Status
GetListingDeleteBatch 1 param → 200401500
GET
/selling/batch/delete-listing/{batchId}/items
Batch listings deletion - Get Items
GetListingDeleteBatchItems 2 params → 200401500
POST
/selling/batch/update-listing
Batch listings update
UpdateListings body → 200400401500
GET
/selling/batch/update-listing/{batchId}
Batch listings update - Get Batch Status
GetListingUpdateBatch 1 param → 200401500
GET
/selling/batch/update-listing/{batchId}/items
Batch listings update - Get Items
GetListingUpdateBatchItems 2 params → 200401500

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are CreateBatchListingRequestItem (7 properties), GetListingCreateBatchResponse (7 properties), GetListingUpdateBatchResponse (7 properties), GetListingDeleteBatchResponse (7 properties). Each schema is shown below with its type and property counts.

BatchDeleteListingResponse
object
7 properties 7 required
CreateBatchListingRequestItem
object
7 properties 3 required
GetListingDeleteBatchResponse
object
7 properties 7 required
DeleteBatchListingRequestItem
object
1 property 1 required
BatchUpdateListingInput
object
1 property 1 required
GetListingCreateBatchItemsResponse
object
1 property 1 required
GetListingUpdateBatchItemsResponse
object
1 property 1 required
BatchCreateListingResponse
object
7 properties 7 required
GetListingCreateBatchItem
object
5 properties 3 required
GetListingDeleteBatchItem
object
5 properties 3 required
BatchUpdateListingResponse
object
7 properties 7 required
GetListingUpdateBatchItem
object
5 properties 3 required
HttpStatusCodeLiteral
number
UUID
string
Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)
UpdateBatchListingRequestItem
object
5 properties 1 required
PublicApiError
object
2 properties 2 required
BatchDeleteListingInput
object
1 property 1 required
BatchCreateListingInput
object
1 property 1 required
GetListingDeleteBatchItemsResponse
object
1 property 1 required
GetListingUpdateBatchResponse
object
7 properties 7 required
GetListingCreateBatchResponse
object
7 properties 7 required
BatchStatusCounts
object
The number of items in this batch grouped by their statuses. This is a short-hand way to quickly introspect how many items are still enqued, how many succeeded…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stockx-batch-api-openapi.yml Raw ↑

Other APIs StockX publishes across the network.

StockX Catalog API
StockX Listings API
StockX Order API
Where this information came from

This is an independent, third-party profile of StockX Batch API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.