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] Discount on bulk purchases, expressed either as a percentage of the standard price or as a specific reduced price per unit, depending on the bulk price discount type.

BulkPriceFieldName.QUANTITY_FROM

[Required][Integer] Indicates the minimum quantity threshold needed to qualify for the bulk price.

BulkPriceFieldName.VALID_FROM

[Optional][DateTime] Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string. (e.g., 2024-10-31T09:55:00.000Z)

BulkPriceFieldName.VALID_TO

[Optional][DateTime] End date of the bulk pricing offer. Must be a valid ISO 8601 date string. (e.g., 2024-10-31T09:55:00.000Z)

Member Of

BulkPriceCsvMapping input