jim256 / ebay

0 stars 0 forks source link

seller_type stored as NULL #13

Closed jim256 closed 4 years ago

jim256 commented 4 years ago

On this listing, seller_type in the table is NULL, but I'm seeing "Dealer" under "For Sale By" in "Item Specifics". Do you know why that would be happening?

ebay.com/itm/333388003093

james-carpenter commented 4 years ago

The API response on that one does not have a value for "For Sale By":

        <ItemSpecifics>
            <NameValueList>
                <Name>Model</Name>
                <Value>488</Value>
            </NameValueList>
            <NameValueList>
                <Name>Trim</Name>
                <Value>GTB Coupe 2K Miles Rare Atelier Specification</Value>
            </NameValueList>
            <NameValueList>
                <Name>Vehicle Title</Name>
                <Value>Clear</Value>
            </NameValueList>
            <NameValueList>
                <Name>Year</Name>
                <Value>2016</Value>
            </NameValueList>
            <NameValueList>
                <Name>Mileage</Name>
                <Value>2055</Value>
            </NameValueList>
            <NameValueList>
                <Name>Make</Name>
                <Value>Ferrari</Value>
            </NameValueList>
            <NameValueList>
                <Name>Title</Name>
                <Value>2016 Ferrari 488GTB Red Black 2K Miles $298K MSRP Rare Atelier Red Stitching</Value>
            </NameValueList>
            <NameValueList>
                <Name>SubTitle</Name>
                <Value>2016 Ferrari 488GTB Red Black 2K Miles $298K MSRP Rare Atelier Red Stitching</Value>
            </NameValueList>
            <NameValueList>
                <Name>VIN</Name>
                <Value>ZFF79ALA8G0218486</Value>
            </NameValueList>
            <NameValueList>
                <Name>VIN Number</Name>
                <Value>&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;b&gt;&lt;a target=&quot;_JumpPage&quot; href=&quot;https://www.autocheck.com?siteID=204&amp;amp;vin=ZFF79ALA8G0218486&quot;&gt;ZFF79ALA8G0218486&lt;/a&gt;&lt;br&gt;&lt;font size=&quot;-1&quot; color=&quot;#666666&quot;&gt;Get the Vehicle History Report&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;</Value>
            </NameValueList>
        </ItemSpecifics>
james-carpenter commented 4 years ago

I don't see the For Sale By listed on the ebay website (ebay.com/itm/333388003093) either.