pricing
Stores real-time pricing data, used for sales transactions and automated pricing adjustments.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | A unique internal identifier assigned to the record, used to track and reference the entry within the system. | |
| currency | String | The type of currency used for the transaction or record (such as USD, EUR, or GBP), specifying the denomination for monetary values. | |
| item | String | The name or identifier of the item, used to track and manage products, goods, or services within the system. | |
| pricelevel | String | The price level associated with the item or transaction, used to define the pricing structure, such as retail, wholesale, or discount pricing. | |
| quantity | String | The quantity of the item involved in the transaction, often used to track how many units are being bought, sold, or processed. | |
| saleunit | String | The unit of measure (UOM) for the item in the sale (such as pieces, kilograms, or liters), specifying how the quantity is measured. |