cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getInventoryItems returning incomplete data

The getInventoryItems endpoint is returning incomplete data for some items.

 

Request: https://api.ebay.com/sell/inventory/v1/inventory_item?limit=3&offset=0

Response Headers:

 

rlogid:t6pitnmsgwj70%3D9vjdpitnmsgwj70*tk036%28rbpv6775-193e4ebbeb3-0x23f1
content-language:en-US
x-ebay-request-id:193e4ebb-eb60-a2b6-c7b7-84e9ffaef702!slrinvapi!slcslrinvapi26-wn645-tess0040.stratus.slc.ebay.com!r1slrinvapi26[]
x-content-type-options:nosniff
x-xss-protection:1; mode=block
cache-control:no-cache, no-store, max-age=0, must-revalidate
pragma:no-cache
expires:0
x-frame-options:DENY
content-type:application/json
content-length:1582
date:Fri, 20 Dec 2024 16:34:35 GMT
x-envoy-upstream-service-time:763
server:ebay-proxy-server
x-ebay-pop-id:UFES2-RNOAZ05-api

 

Response:

 

{
  "total": 842,
  "size": 3,
  "href": "/sell/inventory/v1/inventory_item?offset=0&limit=3",
  "next": "/sell/inventory/v1/inventory_item?offset=3&limit=3",
  "limit": 3,
  "inventoryItems": [
    {
      "sku": "1230781",
      "locale": "en_US",
      "product": {
        "title": "Avengers: Infinity War Soundtrack (Picture Disc) New Sealed",
        "aspects": {
          "Artist": [
            "Silvestri, Alan"
          ],
          "Speed": [
            "33 RPM"
          ],
          "Record Label": [
            "Hwd",
            "Hollywood Records"
          ],
          "Release Title": [
            "Avengers: Infinity War (Original Motion Picture Soundtrack)"
          ],
          "Case Type": [
            "Cardboard Sleeve"
          ],
          "Material": [
            "Vinyl"
          ],
          "Inlay Condition": [
            "Mint (M)"
          ],
          "Type": [
            "LP"
          ],
          "Record Grading": [
            "Mint (M)"
          ],
          "Format": [
            "Record"
          ],
          "Sleeve Grading": [
            "Mint (M)"
          ],
          "Release Year": [
            "2018"
          ],
          "Record Size": [
            "12\""
          ],
          "Features": [
            "Picture Disc",
            "Sealed"
          ],
          "Genre": [
            "Soundtrack"
          ]
        },
        "upc": [
          "0050087397982"
        ],
        "imageUrls": [
          "https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/CAkAAOSwscJnZJMW/$_12.JPG?set_id=880000500F",
          "https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/eMAAAOSwHiBnZJMX/$_12.JPG?set_id=880000500F"
        ]
      },
      "condition": "NEW",
      "packageWeightAndSize": {
        "dimensions": {
          "width": 13,
          "length": 13,
          "height": 1,
          "unit": "INCH"
        },
        "weight": {
          "value": 1.25,
          "unit": "POUND"
        }
      },
      "availability": {
        "shipToLocationAvailability": {
          "quantity": 1
        }
      }
    },
    {
      "sku": "8084290",
      "condition": "NEW",
      "packageWeightAndSize": {
        "dimensions": {
          "width": 13,
          "length": 13,
          "height": 1,
          "unit": "INCH"
        },
        "weight": {
          "value": 1.25,
          "unit": "POUND"
        }
      }
    },
    {
      "sku": "817300T",
      "condition": "NEW",
      "packageWeightAndSize": {
        "dimensions": {
          "width": 13,
          "length": 13,
          "height": 1,
          "unit": "INCH"
        },
        "weight": {
          "value": 1.69,
          "unit": "POUND"
        }
      },
      "availability": {
        "shipToLocationAvailability": {
          "quantity": 1
        }
      }
    }
  ]
}

 

 

Notice Skus 8084290 and 817300T are missing the vast majority of their fields. If I call getInventoryItem on 8084290 it returns the complete object.

 

Request: https://api.ebay.com/sell/inventory/v1/inventory_item/8084290

 

{
  "sku": "8084290",
  "locale": "en_US",
  "product": {
    "title": "Avengers: Endgame Soundtrack (Picture Disc) New Sealed",
    "aspects": {
      "Artist": [
        "Silvestri, Alan"
      ],
      "Speed": [
        "33 RPM"
      ],
      "Record Label": [
        "Hwd",
        "Hollywood Records"
      ],
      "Release Title": [
        "Avengers: Endgame"
      ],
      "Case Type": [
        "Cardboard Sleeve"
      ],
      "Color": [
        "Multicolor"
      ],
      "Material": [
        "Vinyl"
      ],
      "Inlay Condition": [
        "Mint (M)"
      ],
      "Type": [
        "LP"
      ],
      "Record Grading": [
        "Mint (M)"
      ],
      "Format": [
        "Record"
      ],
      "Sleeve Grading": [
        "Mint (M)"
      ],
      "Release Year": [
        "2019"
      ],
      "Record Size": [
        "12\""
      ],
      "Style": [
        "Film Score/Soundtrack"
      ],
      "Features": [
        "Picture Disc",
        "Sealed"
      ],
      "Genre": [
        "Soundtrack"
      ]
    },
    "upc": [
      "0050087415907"
    ],
    "imageUrls": [
      "https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/8Q4AAOSw3kVnZJMU/$_12.JPG?set_id=880000500F",
      "https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/dicAAOSwa95nZJMV/$_12.JPG?set_id=880000500F"
    ]
  },
  "condition": "NEW",
  "packageWeightAndSize": {
    "dimensions": {
      "width": 13,
      "length": 13,
      "height": 1,
      "unit": "INCH"
    },
    "packageType": "PACKAGE_THICK_ENVELOPE",
    "weight": {
      "value": 1.25,
      "unit": "POUND"
    },
    "shippingIrregular": false
  },
  "availability": {
    "shipToLocationAvailability": {
      "quantity": 1,
      "allocationByFormat": {
        "auction": 0,
        "fixedPrice": 1
      }
    }
  }
}

 

 

 Note these calls are using the API Explorer. The same thing happens in my app.

 

Also, something changed slightly over night. Yesterday when calling getInventoryItems, the entry for 8084290 didn't even have that much information. It was literally only returning the sku.

 

These item are live and published on the site and display fine.

Message 1 of 1
latest reply
0 REPLIES 0