PriceLevel
Manages pricing tiers for products and services, allowing differentiated pricing strategies in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
A unique system-generated identifier for the price level, used internally for tracking, referencing, and linking related records. |
| Discountpct | Double | False |
The percentage discount applied when using this price level, which adjusts standard item prices for sales, promotions, or customer agreements. |
| ExternalId | String | False |
An optional identifier assigned to the price level for external integrations, data imports, or synchronization with third-party systems. |
| IsInactive | Boolean | False |
Indicates whether the price level is currently in use. A value of 'true' means the price level is inactive and unavailable for transactions. |
| IsOnline | Boolean | False |
Specifies whether this price level is available for online transactions, allowing it to be applied to e-commerce sales or web-based pricing strategies. |
| Name | String | False |
The assigned name of the price level, used for categorizing and identifying different pricing structures within the system. |
| UpdateExistingPrices | Boolean | False |
Determines whether changes to this price level should automatically update existing item prices, ensuring consistency across transactions and records. |