# Product catalog field mapping: Domino DXL → Snowflake V_PRODUCTS → GraphQL # Used during development to verify resolver field mappings are correct. # # Format: DXL field name | Snowflake column | GraphQL field # # ARTIST_NM | artist_nm | artistName # SELECTION_LONG_NM | selection_nm | title # UPC_CD | upc_cd | upcCd # ALTERNATE_CATLG_ID | alternate_catlg_id | alternateCatalogId # CONFIGURATION_CD | configuration_cd | configurationCode # CONFIGURATION_NM | configuration_nm | configurationName # RED_PRICE_CD | red_price_cd | priceCode # GENRE_NM | genre_nm | genreName # LABEL_NM | label_nm | labelName # IN_STORE_DT | in_store_dt | inStoreDt # DIGEST_BULK_PR | digest_bulk_pr | bulkPrice # BULK_FACTOR_QT | bulk_factor_qt | bulkFactor # LOOSE_CHARGE_IN | loose_charge_in | looseChargeFlag # MIN_ORDER_IN | min_order_in | minOrderFlag # RETURNS_ALLOWED_IN | returns_allowed_in | returnsAllowed # VSR_EXCLUSIVE_IN | vsr_exclusive_in | isExclusive # ACCOUNT_SECURITY_GROUP| account_security_group | accountSecurityGroup # MEDIA_TYPE_CD | media_type_cd | (filter only, not returned) # THUMBNAIL_IN | thumbnail_in | thumbnailUrl # DEAL_NM | deal_nm | dealInfo.name # DISCOUNT_PCT | deal_discount_pct | dealInfo.discountPct # DEAL_END_DT | deal_end_dt | dealInfo.endsAt # EFFECTIVE_PR | effective_pr | effectivePrice / dealInfo.effectivePrice # WAIVE_LOOSE_BULK_IN | waive_loose_bulk_in | dealInfo.waiveLooseBulk