v1
latestOpenAPI 3.0.0MIT2026-08-043290199.3 KBListings
Update a listing
Operation used to update an existing listing by its ID.
patch/selling/listings/{listingId}
Path parameters
listingIdstring required
Unique ID for this listing
Request body
Example request
{
"amount": "150",
"currencyCode": "USD",
"expiresAt": "2021-11-09T12:44:31.000Z"
}Response
Example response
{
"listingId": "98e2e748-8000-45bf-a624-5531d6a68318",
"operationId": "98e2e748-8000-45bf-a624-5531d6a68318",
"operationUrl": "https://api.stockx.com/v2/selling/listings/c0a635ce-322f-49e1-9bfc-f954fc46f6bd/operations/d0a635ce-322f-49e1-9bfc-f954fc46f6be",
"createdAt": "2021-11-09T12:44:31.000Z",
"updatedAt": "2021-11-09T12:44:31.000Z",
"changes": {
"additions": {
"active": true,
"askData": {
"amount": "100",
"currency": "USD",
"expiresAt": "2022-08-24T18:06:43.600Z"
}
},
"updates": {
"updatedAt": "2021-11-09T12:44:31.000Z"
}
}
}