eBay · Schema

MigrateListing

This type is used to specify one to five eBay listings that will be migrated to the new Inventory model.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
listingId string The unique identifier of the eBay listing to migrate to the new Inventory model. In the Trading API, this field is known as the ItemID.

Up to five unique eBay listings may be s
View JSON Schema on GitHub

JSON Schema

ebay-migratelisting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MigrateListing",
  "title": "MigrateListing",
  "type": "object",
  "properties": {
    "listingId": {
      "type": "string",
      "description": "The unique identifier of the eBay listing to migrate to the new Inventory model. In the Trading API, this field is known as the <strong>ItemID</strong>.<br><br>Up to five unique eBay listings may be specified here in separate <strong>listingId</strong> fields. The seller should make sure that each of these listings meet the requirements that are stated at the top of this Call Reference page."
    }
  },
  "description": "This type is used to specify one to five eBay listings that will be migrated to the new Inventory model."
}