You are viewing a single comment's thread from:

RE: Object Type - html

@wiv01 added htmlContent (English):
code:javascript\n<!DOCTYPE html><html lang=\en\><head><meta charset=\UTF-8\><meta name=\viewport\ content=\width=device-width, initial-scale=1.0\><title>Datafiniti Product Data Schema</title><style> body font-family: 'Segoe UI', sans-serif; margin: 0; background: #fff; color: #333; header background: #f87007; color: white; padding: 2rem 1rem; text-align: center; .container max-width: 1000px; margin: 2rem auto; padding: 1rem; h1, h2 text-align: center; table width: 100%; border-collapse: collapse; margin-top: 2rem; table-layout: fixed; word-wrap: break-word; th, td border: 1px solid #ddd; padding: 0.75rem; text-align: left; vertical-align: top; word-break: break-word; th background: #f87007; color: white; tr:nth-child(even) background: #f9f9f9; td code background: #f2f2f2; padding: 0.2rem 0.4rem; border-radius: 4px; white-space: pre-line; td white-space: pre-line; td[data-label=\Field Name\], td[data-label=\Example Value (in JSON)\] vertical-align: middle; a color: #f87007; a:visited color: #f87007; td[data-label=\Description\] line-height: 1.6; @media (max-width: 768px) table, thead, tbody, th, td, tr display: block; tr margin-bottom: 1rem; th display: none; td border: none; position: relative; padding-left: 50%; td::before content: attr(data-label); position: absolute; left: 1rem; top: 0; font-weight: bold; color: #f87007; footer text-align: center; margin: 2rem 0; color: #777;</style></head><body><header> <h1>Datafiniti Product Data Schema</h1> </header><div class=\container\><p>The product data schema below lists all available fields in a product record. Note that actual product records (actually, most of them) may not have every field present.</p><table><thead><tr><th style=\width: 23%;\>Field Name</th><th style=\width: 37%;\>Example Value (in JSON)</th><th style=\width: 40%;\>Description</th></tr></thead><tbody><tr><td data-label=\Field Name\><code>asins</code></td><td data-label=\Example Value (in JSON)\><code>\asins\: \B0009XCFRE\</code></td><td data-label=\Description\>The ASIN (Amazon identifier) used for this product.<br>Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>brand</code></td><td data-label=\Example Value (in JSON)\><code>\brand\: \Sumsung Electronics\</code></td><td data-label=\Description\>The brand name of this product as presented by the data source.<br>Field type: text</td></tr><tr><td data-label=\Field Name\><code>categories</code></td><td data-label=\Example Value (in JSON)\><code>\categories\: [ \Home Improvement\, \Heating, Cooling, & Air Quality\, \Heaters\, \Propane Heaters\ ]</code></td><td data-label=\Description\>A list of category keywords used for this product across multiple sources.<br>Field type: text</td></tr><tr><td data-label=\Field Name\><code>canonicalBrand</code></td><td data-label=\Example Value (in JSON)\><code>\canonicalBrand\: \Sumsung\</code></td><td data-label=\Description\>The canonical brand name after normalization of the name from the source.<br>Field type: text</td></tr><tr><td data-label=\Field Name\><code>colors</code></td><td data-label=\Example Value (in JSON)\><code>\colors\: [ \White\, \Black\ ]</code></td><td data-label=\Description\>A list of colors available for this product.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>count</code></td><td data-label=\Example Value (in JSON)\><code>\count\: \30\</code></td><td data-label=\Description\>The number of units included in the product packaging. Can include a description of the unit.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>dateAdded</code></td><td data-label=\Example Value (in JSON)\><code>\dateAdded\: \2017-01-08T19:12:13Z\</code></td><td data-label=\Description\>The date this product was first added to the product database.&#xA;Field type: date</td></tr><tr><td data-label=\Field Name\><code>dateUpdated</code></td><td data-label=\Example Value (in JSON)\><code>\dateUpdated\: \2017-01-08T19:12:13Z\</code></td><td data-label=\Description\>The most recent date this product was updated or seen by our system.&#xA;Field type: date</td></tr><tr><td data-label=\Field Name\><code>descriptions</code></td><td data-label=\Example Value (in JSON)\><code>\descriptions\: [ \dateSeen\: \2017-01-08T19:12:13Z\, \sourceURLs\: [ \https://www.domain.com/p/123\ ], \value\: \Now you can enjoy cooking your favorite food.\ , \sourceURLs\: [ \http://www.website.com/4567\ ], \value\: \The Worthington Pro Grade 20 lb. Empty Propane Tank goes with your gas barbecue grill (sold separately) and accommodates 4.7 gallons of gas.\ ]</code></td><td data-label=\Description\>Descriptions across sources; includes <code>dateSeen</code>, <code>sourceURLs</code>, and text <code>value</code>.</td></tr><tr><td data-label=\Field Name\><code>dimension</code></td><td data-label=\Example Value (in JSON)\><code>dimension: \23 in x 43.7 in x 30 in\, dimension: \16 ft x 22 ft\, dimension: \15 mm x 42 mm x 34 mm\</code></td><td data-label=\Description\>Product dimensions (L × W × H) with units. <a href=\https://docs.datafiniti.co/docs/dimensions-normalization\>Normalization</a></td></tr><tr><td data-label=\Field Name\><code>domains</code></td><td data-label=\Example Value (in JSON)\><code>\domains\: [ \www.domain.com\, \www.website.com\ ]</code></td><td data-label=\Description\>A list of each unique domain found in the sourceURLs field.&#xA;Field type: domain</td></tr><tr><td data-label=\Field Name\><code>ean</code></td><td data-label=\Example Value (in JSON)\><code>\ean\: [ \0014045125963\, \0014045125965\ ]</code></td><td data-label=\Description\>The EAN codes for this product. There may be more than one EAN in the list when a product has multiple variations,&#xA;each using a different EAN.&#xA;<a href=\https://en.wikipedia.org/wiki/International_Article_Number\>Learn more about EANs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>ean13</code></td><td data-label=\Example Value (in JSON)\><code>\ean13\:\0014045125963\</code></td><td data-label=\Description\>The EAN-13 code for this product.&#xA;<a href=\https://en.wikipedia.org/wiki/International_Article_Number\>Learn more about EANs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>ean8</code></td><td data-label=\Example Value (in JSON)\><code>\ean8\:\96385074\</code></td><td data-label=\Description\>The EAN-8 code for this product.&#xA;<a href=\https://en.wikipedia.org/wiki/International_Article_Number\>Learn more about EANs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>features</code></td><td data-label=\Example Value (in JSON)\><code>\features\: [ \key\: \Count\, \replace\: \true\, \value\: [ \1\ ] , \key\: \Included\, \value\: [ \Batteries\ ] ]</code></td><td data-label=\Description\>A list of features associated with this product. The feature list can be collected from specific feature sections available on product listings for the product. It can also serve as a catch-all field for miscellaneous characteristics of this product that don't make sense to include as top-level fields.&#xA;Field type: nested&#xA;&#xA;Each feature contains:&#xA;key: A label for this feature.&#xA;Field type: text&#xA;&#xA;replace: Flag indicating value field is replaced versus appended.&#xA;Field type: boolean&#xA;&#xA;value: A list of possible values for this feature.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>financingAndLeasing</code></td><td data-label=\Example Value (in JSON)\><code>\financingAndLeasing\: [ \additionalDetails\: [ \acquisitionFee: $925\, \mileOverageFee: $0.30/mile\ ], \apr\: 4.15, \currency\: \USD\, \dateSeen\: [ \2018-09-20T04:00:00Z\ ], \description\: \Well equipped with features\, \disclaimers\: \Offer not valid in Puerto Rico. Lease financing available\, \dueAtSigningMax\: 7694, \dueAtSigningMin\: 7694, \milesPerYear\: 22500, \monthlyPaymentMax\: 1269, \monthlyPaymentMin\: 1269, \name\: \2018 Civic Si Coupe 6 Speed Manual Featured Special Lease\, \offerStartDate\: \2018-10-31T00:00:00.000Z\, \offerEndDate\: \2018-09-05T00:00:00.000Z\, \term\: \36 months\, \type\: \leasing\, \securityDepositMax\: 0, \securityDepositMin\: 0, \sourceURLs\: [ ] ]</code></td><td data-label=\Description\>Financing/lease terms; includes <code>apr</code>, <code>term</code>, payments, due, dates, and <code>sourceURLs</code>.</td></tr><tr><td data-label=\Field Name\><code>flavors</code></td><td data-label=\Example Value (in JSON)\><code>\flavors\: [ \Fruit Punch\, \Berry\, \Grape\ ]</code></td><td data-label=\Description\>A list of flavors available for this product.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>gtins</code></td><td data-label=\Example Value (in JSON)\><code>\gtins\: [ \0014045125963\, \0014045125965\, \014045125963\, \014045125961\, \425261\, \3882215542\ ]</code></td><td data-label=\Description\>A list of all Global Trade Identifier Numbers for this product. Values will include all ean, isbn, and upc values.&#xA;<a href=\https://en.wikipedia.org/wiki/Global_Trade_Item_Number\>Learn more about GTINs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>imageURLs</code></td><td data-label=\Example Value (in JSON)\><code>\imageURLs\: [ \https://i5.images.com/asr.jpeg\ ]</code></td><td data-label=\Description\>A list of image URLs for this product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>isbn</code></td><td data-label=\Example Value (in JSON)\><code>\isbn\: \3882215542\</code></td><td data-label=\Description\>The ISBN code for this product.&#xA;<a href=\https://en.wikipedia.org/wiki/International_Standard_Book_Number\>Learn more about ISBNs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>keys</code></td><td data-label=\Example Value (in JSON)\><code>\keys\: [ \014045125963\, \0014045125963\, \worthington/299581\ ]</code></td><td data-label=\Description\>A list of internal Datafiniti identifiers for this product. The keys field is used to merge raw data from individual sources into the master Datafiniti record. <a href=\https://docs.datafiniti.co/docs/how-product-records-are-merged\>Learn how this works</a>&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>manufacturer</code></td><td data-label=\Example Value (in JSON)\><code>\manufacturer\: \Worthington\</code></td><td data-label=\Description\>The manufacturer of this product.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>manufacturerNumber</code></td><td data-label=\Example Value (in JSON)\><code>\manufacturerNumber\: \299581\</code></td><td data-label=\Description\>The manufacturer or model number of this product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>merchants</code></td><td data-label=\Example Value (in JSON)\><code>\merchants\: [ \address\: \2801 S Ih 35\, \availability\: \...\, \city\: \Austin\, \country\: \US\, \dateSeen\: \2017-01-08T19:12:13Z\, \isPrivateSeller\: false \name\: \Zappysales\, \phone\: \5127131234\, \postalCode\: \78701\, \province\: \TX\ , \dateSeen\: [ \2017-01-08T19:12:13Z\ ], \name\: \Next Day Mro, Llc\ ]</code></td><td data-label=\Description\>Merchants selling the product; includes contact/location and <code>dateSeen</code>.</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceAmount</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceAmount\: 85</code></td><td data-label=\Description\>The product's most recent price amount scraped.&#xA;Field type: float</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceAvailability</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceAvailability\: \true\</code></td><td data-label=\Description\>The product's most recent price availability scraped.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceByDomain</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceByDomain\: [ \amount\: 79.95, \availability\: \true\, \currency\: \USD\, \isSale\: \true\, \domain\: \www.nordstrom.com\, \sourceURL\: \https://www.nordstrom.com/s/sea-level-multifit-cross-front-bikini-top/5746068\, \date\: \2022-03-29T16:43:23.440Z\, \firstDateSeen\: \2022-03-29T16:59:38.617Z\ ], , \amount\: 89.95, \availability\: \true\, \currency\: \USD\, \isSale\: \false\, \domain\: \www.sephora.com\, \sourceURL\: \https://www.sephora.com/s/5746068\, \date\: \2022-03-29T16:40:43.440Z\ ]</code></td><td data-label=\Description\>Latest price per domain: amount, availability, currency, <code>isSale</code>, domain, <code>sourceURL</code>, dates.</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceColor</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceColor\: \Torrid - coral with shimmer\</code></td><td data-label=\Description\>The most recent color(s) available for this product.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceCondition</code></td><td data-label=\Example Value (in JSON)\><code>\condition\: \Used\</code></td><td data-label=\Description\>The condition most recently scrape of the product when being sold at this price.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceCurrency</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceCurrency\: \USD\</code></td><td data-label=\Description\>The currency listed for mostRecentPriceAmount.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceDate</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceDate\: \2022-03-29T19:26:49.157Z\</code></td><td data-label=\Description\>The most recent price date of the product record.&#xA;Field type: date</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceDomain</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceDomain\: \www.nordstrom.com\</code></td><td data-label=\Description\>The domain of the most recent price scraped by Datafiniti&#xA;Field type: domain</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceIsSale</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceIsSale\: \true\</code></td><td data-label=\Description\>A true/false for whether or not this price is a sale/discounted price.&#xA;Field type: boolean</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceSize</code></td><td data-label=\Example Value (in JSON)\><code>mostRecentPriceSize: \M\</code></td><td data-label=\Description\>The size associated with this mostRecentPrice.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>mostRecentPriceSourceURL</code></td><td data-label=\Example Value (in JSON)\><code>\mostRecentPriceSourceURL\: \https://www.nordstrom.com/s/ara-gloria-gore-tex-waterproof-bootie-women/5684497\</code></td><td data-label=\Description\>The most recent URL used to generate data for this product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>name</code></td><td data-label=\Example Value (in JSON)\><code>\name\: \Worthington 20-lb Tank\</code></td><td data-label=\Description\>The product's name.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>prices</code></td><td data-label=\Example Value (in JSON)\><code>\prices\: [ \amountMin\: 59.96, \amountMax\: 59.96, \availability\: \true\, \color\: \Red\, \condition\: \New\, \count\: \15\, \currency\: \USD\, \dateSeen\: [ \2016-06-10T00:00:00Z\ ], \flavor\: \Cherry\, \isSale\: \false\, \isSold\: \false\, \merchant\: \domain.com\, \offer\: \22% off\, \returnPolicy\: \90-Day\, \shipping\: \FREE shipping\, \size\: \S\, \sourceURLs\: [ \https://www.domain.com/p/123\, \warranty\: \...\ ] , \amountMin\: 62.06, \amountMax\: 72.06, \condition\: \new\, \currency\: \USD\, \dateSeen\: [ \2016-10-28T00:00:00Z\ ], \merchant\: \MRO - website.com\, \sourceURLs\: [ \http://www.website.com/4567\ ] ]</code></td><td data-label=\Description\>Per-source prices: amount/range, availability, condition, options, dates, <code>sourceURLs</code>.</td></tr><tr><td data-label=\Field Name\><code>primaryCategories</code></td><td data-label=\Example Value (in JSON)\><code>\primaryCategories\: [ \Electronics\ ]</code></td><td data-label=\Description\>A list of standardized categories to which this product belongs. Category values can be found <a href=\https://docs.datafiniti.co/docs/possible-values-for-product-fields\>here</a>.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>primaryImageURLs</code></td><td data-label=\Example Value (in JSON)\><code>\primaryImageURLs: [ \https://www.amazon.com/i/123.jpg\ \https://www.target.com/i/abc.jpg\ ]</code></td><td data-label=\Description\>A list of URLs for the primary images taken from each domain sourced in this record. This list will only contain 1 URL per domain.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>quantities</code></td><td data-label=\Example Value (in JSON)\><code>\quantities\: [ \dateSeen\: [ \2013-06-02T16:00:00Z\, \2014-05-01T14:00:00Z\ ], \sourceURLs\: [ \http://www.website.com/4567\ ], \value\: 20 ]</code></td><td data-label=\Description\>Observed stock per source; includes <code>dateSeen</code>, <code>sourceURLs</code>, and <code>value</code>.</td></tr><tr><td data-label=\Field Name\><code>reviews</code></td><td data-label=\Example Value (in JSON)\><code>\reviews\: [ \date\: \2015-06-16T00:00:00Z\, \dateSeen\: \2016-05-15T00:00:00Z\, \didPurchase\: true, \doRecommend\: true, \id\: \1234\ \numHelpful\: 4, \rating\: 4, \sourceURLs\: [ \http://www.website.com/4567\ ], \text\: \Nice tank at a below average cost for propane tanks.\, \title\: \Solid Propane Tank\, \userCity\: \...\, \username\: \Cole33\, \userProvince\: \...\ , \date\: \2015-01-06T00:00:00Z\, \dateSeen\: [ \2016-05-15T00:00:00Z\ ], \rating\: 5, \sourceURLs\: [ \https://www.domain.com/p/123\ ], \text\: \Holds propane and does not leak. Completed the given gift.\, \title\: \tanked\, \username\: \joel01\ ]</code></td><td data-label=\Description\>User reviews: <code>rating</code>, text, dates, <code>didPurchase</code>/<code>doRecommend</code>, <code>numHelpful</code>, <code>sourceURLs</code>.</td></tr><tr><td data-label=\Field Name\><code>sdsURLs</code></td><td data-label=\Example Value (in JSON)\><code>\sdsURLs\: [ \https://images.homedepot-static.com/catalog /pdfImages/8c/8c72c7b4-1d29-41a3-b8ba-43699e42d44b.pdf\ ]</code></td><td data-label=\Description\>A list of URLs that lead to SDS for the given record.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>secondaryCategories</code></td><td data-label=\Example Value (in JSON)\><code>\secondaryCategories\: [ \Cell Phones\ ]</code></td><td data-label=\Description\>A list of second level standardized categories to which this product belongs.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>sizes</code></td><td data-label=\Example Value (in JSON)\><code>\sizes\: [ \Large\, \Medium\, \Small\ ]</code></td><td data-label=\Description\>A list of sizes available for this product.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>skus</code></td><td data-label=\Example Value (in JSON)\><code>\skus\: [ \sourceURLs\: [ \http://www.web.com/p/123\ ], \value\: \1234XK6\ ]</code></td><td data-label=\Description\>A list of SKUs for this product. SKUs are typically specific to individual retailers or websites.&#xA;Field type: nested&#xA;&#xA;SKU objects may contain:&#xA;_ sourceURLs: A list of URLs where this SKU was seen.&#xA;Field type: keyword&#xA;&#xA;value: The actual SKU.&#xA;Field type: text</td></tr><tr><td data-label=\Field Name\><code>sourceURLs</code></td><td data-label=\Example Value (in JSON)\><code>\sourceURLs\: [ \https://www.domain.com/p/123, \http://www.website.com/4567\ ]</code></td><td data-label=\Description\>A list of URLs used to generate data for this product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomy</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomy\ : [ \automotive &gt; motorcycle &amp; powersports &gt; parts &gt; wheels &amp; tires &gt; tires &amp; accessories &gt; tires &amp; inner tubes &gt; motorcycle &amp; scooter &gt; motorcycle &gt; street\ ]</code></td><td data-label=\Description\>Hierarchical classification(s) of a product.&#xA;Field type: taxonomy</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel1</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel1\ : [ \automotive\ ]</code></td><td data-label=\Description\>Top level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel2</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel2\ : [ \motorcycle &amp; powersports\ ]</code></td><td data-label=\Description\>Second level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel3</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel3\ : [ \parts\ ]</code></td><td data-label=\Description\>Third level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel4</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel4\ : [ \wheels &amp; tires\ ]</code></td><td data-label=\Description\>Fourth level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel5</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel5\ : [ \tires &amp; accessories\ ]</code></td><td data-label=\Description\>Fifth level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel6</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel6\ : [ \tires &amp; inner tubes\ ]</code></td><td data-label=\Description\>Sixth level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel7</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel7\ : [ \motorcycle &amp; scooter\ ]</code></td><td data-label=\Description\>Seventh level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel8</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel8\ : [ \motorcycle\ ]</code></td><td data-label=\Description\>Eighth level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>taxonomyLevel9</code></td><td data-label=\Example Value (in JSON)\><code>\taxonomyLevel9\ : [ \street\ ]</code></td><td data-label=\Description\>Ninth level classification of a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>upc</code></td><td data-label=\Example Value (in JSON)\><code>\upc\: [ \014045125963\, \014045125961\ ]</code></td><td data-label=\Description\>The UPC code for this product. There may be more than one UPC in the list when a product has multiple variations, each using a different UPC. <a href=\https://en.wikipedia.org/wiki/Universal_Product_Code\>Learn more about UPCs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>upca</code></td><td data-label=\Example Value (in JSON)\><code>\upca\:\014045125963\</code></td><td data-label=\Description\>The UPC-A code for this product. <a href=\https://en.wikipedia.org/wiki/Universal_Product_Code\>Learn more about UPCs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>upce</code></td><td data-label=\Example Value (in JSON)\><code>\upce\:\425261\</code></td><td data-label=\Description\>The UPC-E code for this product. <a href=\https://en.wikipedia.org/wiki/Universal_Product_Code\>Learn more about UPCs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>vin</code></td><td data-label=\Example Value (in JSON)\><code>\vin\: \1FTMF1ET8EFB00361\</code></td><td data-label=\Description\>The VIN code for this product. This is specific to car listings. <a href=\https://en.wikipedia.org/wiki/Vehicle_identification_number\>Learn more about VINs</a>.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>websiteIDs</code></td><td data-label=\Example Value (in JSON)\><code>\websiteIDs\: [ \domain.com-123\, \website.com-4567\ ]</code></td><td data-label=\Description\>A list of website IDs for this product. Website IDs are tied to a specific online retailer. They are the unique identifier used by website. They are used by Datafiniti when other unique identifiers are not available for a product.&#xA;Field type: keyword</td></tr><tr><td data-label=\Field Name\><code>weight</code></td><td data-label=\Example Value (in JSON)\><code>\weight\: \20 lbs\</code></td><td data-label=\Description\>The weight of the product. Units included.&#xA;Field type: text</td></tr></tbody></table><p>Original source <a href=\https://docs.datafiniti.co/docs/product-data-schema\>https://docs.datafiniti.co/docs/product-data-schema</a>.</p></div><footer>&copy; 2025 Built with Waivio Social Sites ❤️</footer></body></html>\n\n\n,hideSignIn:true,hideMenu:true