Get all listing operations API allows you to fetch a paginated list of single listing with all operations.
Bad Request
Unauthorized
Internal Server Error
curl -i -X GET \ 'https://api.stockx.com/v2/selling/listings/:listingId/operations?pageSize=1&cursor=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'x-api-key: YOUR_API_KEY_HERE'
{- "nextCursor": "c29tZS1jdXJzb3ItZGF0YQ==",
- "operations": [
- {
- "listingId": "98e2e748-8000-45bf-a624-5531d6a68318",
- "operationId": "98e2e748-8000-45bf-a624-5531d6a68318",
- "operationType": "CREATE",
- "operationStatus": "PENDING",
- "operationInitiatedBy": "USER",
- "operationInitiatedVia": "IOS",
- "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"
}, - "removals": { }
}, - "error": null
}
]
}