Skip to main content

Product Pricing Schema

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

Description

Contains product pricing information including case configurations, sizing options, and unpacking unit details.

Fields

📋 Includes Common Fields: Client Information, Audit Fields

Column NameData TypeNullableDescription
ProductIdintNOT NULLProduct identifier
Productnvarchar(250)NOT NULLProduct name
SKUvarchar(50)NOT NULLStock keeping unit
ExternalProductCodenvarchar(250)NULLExternal system product code
ProductPricingIdintNOT NULLUnique identifier for the pricing record
CaseOptionValuevarchar(500)NULLCase option name/value (from Lookup)
SizeintNOT NULLSize/units per case
Pricedecimal(18,2)NOT NULLProduct price
FacingsPerCasedecimal(6,2)NOT NULLNumber of facings per case
CasesPerFacingdecimal(6,2)NULLNumber of cases per facing (computed)
UnPackUnitValuevarchar(500)NULLUnpacking unit name/value (from Lookup)
IsDeletedtinyintNOT NULLSoft delete flag (0=Active, 1=Deleted)
ClientNamenvarchar(50)NOT NULLName of the client
ClientCodevarchar(10)NOT NULLCode of the client
CreatedOndatetimeNOT NULLRecord creation timestamp
CreatedByvarchar(50)NOT NULLUsername of creator
ModifiedOndatetimeNOT NULLRecord modification timestamp
ModifiedByvarchar(50)NOT NULLUsername of last modifier