eBay · Schema

BulkMigrateListing

This type is used by the base container of the bulkMigrateListings request payload.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
requests array This is the base container of the bulkMigrateListings request payload. One to five eBay listings will be included under this container.
View JSON Schema on GitHub

JSON Schema

ebay-bulkmigratelisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkMigrateListing",
  "title": "BulkMigrateListing",
  "type": "object",
  "properties": {
    "requests": {
      "type": "array",
      "description": "This is the base container of the <strong>bulkMigrateListings</strong> request payload. One to five eBay listings will be included under this container.",
      "items": {
        "$ref": "#/components/schemas/MigrateListing"
      }
    }
  },
  "description": "This type is used by the base container of the <strong>bulkMigrateListings</strong> request payload."
}