UNPKG

n8n-nodes-scalefluidly

Version:
54 lines 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pricingActions = void 0; exports.pricingActions = [ { "name": "Get ConfigLineItem Adjustment Values", "value": "get_adjustment_values_line_item", "description": "Get configure line item adjustment values", "action": "Get configure line item adjustment values" }, { "name": "Get QuoteLineItem Adjustment Values", "value": "get_adjustment_values_quote_line_item", "description": "Get QuoteLineItem Adjustment Values", "action": "Get quote line item adjustment values" }, { "name": "Apply Discount", "value": "apply_discount", "description": "Apply Discount to Product", "action": "Apply discount to a product" }, { "name": "Apply Target Value", "value": "apply_target_value", "description": "Apply Target Value to Products", "action": "Apply target value to products" }, { "name": "Apply Promotions", "value": "apply_promotion", "description": "Apply Promotions to Products", "action": "Apply promotions to products" }, { "name": "Product Ramps", "value": "get_product_ramps", "description": "Product Ramps Details", "action": "Get Product ramp details" }, { "name": "LineItem PriceTrails", "value": "get_price_trails", "description": "Get PriceTrails", "action": "Get price trails" }, { name: 'Pricing Details', value: 'get_pricing', description: 'Get Pricing details', action: 'Get Pricing details', }, ]; //# sourceMappingURL=pricing-actions.js.map