v1

latestOpenAPI 3.0.0MIT2026-08-043290199.3 KB
Batch

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

get/selling/batch/update-listing/{batchId}/items

Path parameters

batchIdstring required

Unique Batch ID

Query parameters

statusstring

Status of listing

Response

Ok

Example response

{
  "items": [
    {
      "itemId": "98e2e748-8000-45bf-a624-5531d6a68318",
      "status": "QUEUED",
      "listingInput": {
        "currencyCode": "USD",
        "expiresAt": "2021-11-09T12:44:31.000Z",
        "amount": "98e2e748-8000-45bf-a624-5531d6a68318",
        "listingId": "98e2e748-8000-45bf-a624-5531d6a68318"
      },
      "result": {
        "askId": "98e2e748-8000-45bf-a624-5531d6a68318",
        "listingId": "98e2e748-8000-45bf-a624-5531d6a68318"
      }
    }
  ]
}