Skip to main content

BulkPriceFieldName

No description

enum BulkPriceFieldName {
PRICE_ID
VALUE
QUANTITY_FROM
VALID_FROM
VALID_TO
}

Values

BulkPriceFieldName.PRICE_ID

[Required][String] Price id

BulkPriceFieldName.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.

BulkPriceFieldName.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.

BulkPriceFieldName.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)

BulkPriceFieldName.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

BulkPriceCsvMapping input