Skip to main content

Location Product Schema

  • File Name: locationproduct.parquet
  • Type: Full
  • Schema Version: 01.00
  • Last Updated: 2026-02-25

Description

Contains location-specific product information including pricing and naming variations at the outlet level.

Fields

📋 Includes Common Fields: Client Information, Location Information, Audit Fields

Column NameData TypeNullableDescription
LocationProductIdintNOT NULLUnique identifier for the location product
ProductIdintNOT NULLProduct identifier
Productnvarchar(100)NULLProduct name
SKUvarchar(50)NULLStock keeping unit
ExternalProductCodenvarchar(100)NULLExternal system product code
ProductNamenvarchar(100)NOT NULLName of the product at this location
Pricenumeric(18,2)NOT NULLProduct price at this location
ProductCategoryIdintNOT NULLProduct category identifier
ProductCategoryvarchar(255)NULLProduct category name
ProductCategoryColorvarchar(20)NULLColor code for product category
IsDeletedtinyintNOT NULLSoft delete flag
ClientNamenvarchar(50)NULLName of the client
ClientCodevarchar(10)NULLCode of the client
LocationIdintNOT NULLLocation identifier
Namenvarchar(200)NULLLocation name
Codenvarchar(100)NULLLocation code
ExternalLocationCodenvarchar(250)NULLExternal system location code
Streetnvarchar(150)NULLStreet address
Street2nvarchar(150)NULLStreet address line 2
Street3nvarchar(150)NULLStreet address line 3
Citynvarchar(50)NULLCity name
PostalCodenvarchar(50)NULLPostal/ZIP code
MarketIdintNULLMarket identifier
MarketNamenvarchar(150)NULLMarket name
ChannelIdintNULLChannel/location type identifier
Channelnvarchar(255)NULLChannel/location type name
StateIdintNULLState/province identifier
Statenvarchar(50)NULLState/province name
CountryIdintNULLCountry identifier
Countryvarchar(50)NULLCountry name
CreatedOndatetimeNOT NULLRecord creation timestamp
CreatedByvarchar(50)NULLUsername of creator
ModifiedOndatetimeNOT NULLRecord modification timestamp
ModifiedByvarchar(50)NULLUsername of last modifier