Product Data Reference

Reference for product identifiers, joins, feature flags, listing quality, competitor detection, pricing, and offer tables.

Use this page when you need to query product-level DataHawk data or join product tables together. For conceptual explanations, start with DataHawk Data Concepts.

Identifier fields

Field nameDescriptionWhere it appears
ASINAmazon Standard Identification NumberProduct-level Amazon tables
PARENT_ASINGroups child ASINs into a product familyPRODUCT.*, sales estimates tables
CHILD_ASINSpecific purchasable variantSales-estimate and variant-level tables
SKUSeller-defined identifierPrivate data tables such as orders, inventory, and COGS
PRODUCT_KEYDataHawk internal product identifierCurated product and report tables
MARKETPLACE_KEYDataHawk marketplace identifierMost marketplace-scoped tables
MARKETPLACE_IDAmazon's numeric marketplace identifierAmazon source and reporting tables
BSRBest Seller Rank within a categoryProduct history, category, and report tables

Product detail feature flags

PRODUCT.PRODUCT_DETAILED stores product-page attributes collected from tracked products. The FEATURES column lists activated page features detected for a product.

For Walmart products, FEATURES can include:

ValueMeaning
about_the_brandThe Walmart product page has an active About the Brand section through its marketing module

This value appears only when DataHawk detects the feature on the page. If the section is not active or not detected, about_the_brand is absent from the FEATURES list.

Parent and child ASIN joins

When joining product tables, confirm whether the table is parent-level, child-level, or mixed.

  • PRODUCT.PRODUCT_LISTING contains one row per ASIN, which may be a parent or child.
  • To get all children of a parent, filter where PARENT_ASIN = '<your_parent_asin>' and ASIN != PARENT_ASIN.
  • Some visibility tables are parent-oriented, while sales and inventory often need child or SKU granularity.
  • When joining public product data to private Seller data, use the ASIN/SKU mapping available in private account tables or curated report tables.

Listing quality tables

Listing Quality Analysis data lives in the PRODUCT schema and refreshes daily.

TableContentsKey fields
PRODUCT_LQA_CRITERIONRaw listing metricsproduct_key, criterion_key, date
PRODUCT_LQA_RULERule compliance statusproduct_key, rule_key, date
PRODUCT_LQA_SCORECalculated quality scoresproduct_key, date
PRODUCT_LQA_RULE_CRITERION_ASSOCIATIONRule-to-criterion mappingrule_key, criterion_key
Listing Quality Analysis Data Model

Null and empty values

  • Null value: DataHawk could not extract this data, so the state is unknown.
  • Empty value: DataHawk confirmed the characteristic is absent. For example, an empty "Emojis in title" field means no emojis were found.

Score formula

Section score = sum(rule_compliances * rule_weights) / max_section_points
Global LQS = (Title Score * 0.4) + (Media Score * 0.3) + (Bullets Score * 0.2) + (Description Score * 0.1)

Competitor detection table

SchemaTableDescription
PRODUCTPRODUCT_COMPETITORSCompetitor products for owned ASINs detected from product, category, price, keyword, and co-occurrence signals

DataHawk scores candidate competitor pairs using signals such as semantic title similarity, price comparison, shared category depth, keyword intersection, and co-occurrence on listing and search pages. Pairs must reach a 90% confidence threshold to be included.

Pricing and offers tables

TableWhat it contains
PRODUCT.AMZN_PRODUCT_FEATURED_OFFERDaily featured offer (Buy Box) snapshot per ASIN
PRODUCT.AMZN_PRODUCT_COMPETITIVE_PRICESAmazon competitive-price and was-price benchmarks

AMZN_PRODUCT_COMPETITIVE_PRICES is sourced from SP-API Product Pricing v2022-05-01 (getCompetitiveSummary). It refreshes daily for tracked products and seller listings, and quarterly for other products connected to DataHawk.

ColumnDescriptionStatus
OBSERVATION_DATEDate of the snapshotLive
OBSERVATION_TIMETime of the snapshotLive
MARKETPLACE_KEYMarketplace identifierLive
ASINAmazon Standard Identification NumberLive
HAS_FEATURED_OFFERWhether the listing has a featured offer (Buy Box)Live
IS_FEATURED_OFFER_SUPPRESSEDWhether the featured offer is suppressedLive
FEATURED_LANDED_PRICETotal price including shipping for the featured offerLive
FEATURED_LISTING_PRICEListed price for the featured offerLive
FEATURED_SHIPPING_PRICEShipping price for the featured offerLive
FEATURED_CURRENCY_CODECurrency of the featured offer priceLive
FEATURED_ITEM_CONDITIONCondition of the featured offer itemLive
FEATURED_FULFILLMENT_TYPEFulfillment type of the featured offer (FBA/FBM)Live
FEATURED_SELLER_IDSeller ID of the featured offer holderLive
FEATURED_SELLER_NAMEName of the featured offer sellerComing soon
FEATURED_SELLER_FEEDBACK_COUNTFeedback count for the featured offer sellerComing soon
FEATURED_SELLER_POSITIVE_FEEDBACK_RATINGPositive feedback rating for the featured offer sellerComing soon
TOTAL_FEATURED_OFFERS_COUNTTotal number of featured offers on the listingLive
TOTAL_OFFERS_COUNTTotal number of all offers, new and usedLive
TOTAL_OFFERS_NEW_COUNTNumber of new-condition offersLive
TOTAL_OFFERS_USED_COUNTNumber of used-condition offersLive
TOTAL_OFFERS_FBA_COUNTNumber of FBA offersLive
TOTAL_OFFERS_FBM_COUNTNumber of FBM offersLive

On this page