Batch listings creation

Create a new batch of listings

Request
Security:
Request Body schema: application/json
required
Array of objects (CreateBatchListingRequestItem)

An array of items that should be associated with the batch

Responses
200

Ok

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/selling/batch/create-listing
Request samples
application/json
{
  • "items": [
    ]
}
Response samples
application/json
{
  • "batchId": "98e2e748-8000-45bf-a624-5531d6a68318",
  • "status": "QUEUED",
  • "completedAt": "2021-11-09T12:44:31.000Z",
  • "createdAt": "2021-11-09T12:44:31.000Z",
  • "updatedAt": "2021-11-09T12:44:31.000Z",
  • "totalItems": 10,
  • "itemStatuses": {
    }
}