BulkCostPriceFieldName
Field names for bulk cost price data import and validation operations.
Defines the available field identifiers for bulk cost price creation and update operations, enabling structured data import and field-level validation for volume cost pricing configurations.
enum BulkCostPriceFieldName {
PRICE_ID
VALUE
QUANTITY_FROM
VALID_FROM
VALID_TO
}
Values
BulkCostPriceFieldName.PRICE_ID
[Required][String] Price id
BulkCostPriceFieldName.VALUE
[Required][Number][5 Decimal Places] Bulk discount amount or percentage.
The discount value applied to bulk purchases, calculated either as a percentage reduction from the standard price or as a fixed discounted price per unit, depending on the configured discount type.
BulkCostPriceFieldName.QUANTITY_FROM
[Required][Integer] Minimum quantity threshold for bulk pricing eligibility.
The minimum number of units that must be purchased to qualify for the bulk price discount. Creates tiered pricing structure based on order volume.
BulkCostPriceFieldName.VALID_FROM
[Optional][DateTime] Bulk pricing effective start date.
The date when the bulk pricing becomes active and available for customer orders. Must be a valid ISO 8601 date string format. (e.g., 2024-10-31T09:55:00.000Z)
BulkCostPriceFieldName.VALID_TO
[Optional][DateTime] Bulk pricing expiration date.
The date when the bulk pricing offer expires and is no longer available. Must be a valid ISO 8601 date string format. (e.g., 2024-10-31T09:55:00.000Z)
Member Of
BulkCostPriceCsvMapping
input