
Closed
Posted
Paid on delivery
I need a lightweight script or micro-service that talks to our Pricefx tenant and automatically creates new price lists populated with product prices pulled from our existing data sources. No continuous authentication loop is required—think one-time OAuth or API token at run time, then clean exit. Once the price list is generated it must immediately: • Apply the appropriate category-based filters so each SKU ends up on the right segment list. • Run a set of straightforward, logic-driven price calculations (rule-based rounding, tier adjustments, “if/then” uplift logic—not a simple percentage or tax formula). The result should be a ready-to-publish Pricefx price list that can be triggered on demand or scheduled. Please keep the solution native to Pricefx where possible (Pricefx APIs, PX Script, Data Loaders, Groovy, etc.), document the endpoints you touch and include a small README so my team can extend the logic later. I’ll consider the job complete when I can run the script, see the new list appear in Pricefx with the correct categories applied, and verify that the calculated fields match the logic we supply.
Project ID: 40650789
148 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
148 freelancers are bidding on average $144 USD for this job

The cleanest way to do this in Pricefx is to keep the pricing logic where your team can maintain it — a Price List Calculation logic in Groovy holding the category filters, tier adjustments and if/then uplift rules, with a thin external trigger that authenticates once, creates the price list header via the REST API, sets its target date and filter criteria, kicks off the calculation, then polls until it completes and exits. That way the rules live in Pricefx rather than buried in a script, and your team edits them in the logic editor later. Source prices I'd feed in through a Data Load or a Price Parameter table depending on where your existing data sits. I'd keep rounding and tier logic in small named helper functions so each rule is readable and testable, document every endpoint touched, and include a README plus a dry-run mode that outputs calculated rows before publishing so you can verify the numbers against your expected logic first. I can start immediately with sandbox tenant access.
$30 USD in 1 day
6.9
6.9

Hi there, I understand you need a lightweight Pricefx integration that creates new price lists on demand or by schedule, applies category-based SKU segmentation, and runs rule-driven pricing logic including rounding, tiers and conditional uplift rules. I’m confident I can keep this native to Pricefx where practical rather than introducing unnecessary infrastructure. My approach would use Pricefx APIs, PX Script/Groovy and Data Loaders where appropriate, with a small Python or Node.js microservice only where external orchestration is required. I’ll first map the existing product/price sources and Pricefx price-list structure, then implement the runtime OAuth/API-token authentication, data loading, category filters and deterministic pricing rules. I’ll structure the calculations as modular rules so your team can adjust tiers, thresholds, rounding and if/then conditions without rewriting the integration. I’ll also add validation for missing SKUs, invalid categories and calculation exceptions before the list is created. You’ll receive the working Pricefx integration, automated price-list creation, category filtering, configurable pricing logic, documented API/PX Script endpoints, scheduling/on-demand trigger, validation/error handling, source code and a concise README for future extensions. Do you already have the Pricefx product/price source and the exact category and pricing rules available, or should I first map those inputs with your team? Warm Regards, Aneesa.
$100 USD in 1 day
6.4
6.4

Hi there, I understand you need a lightweight script or microservice to automate Pricefx price list creation by pulling product prices from your existing data sources. This is exactly the kind of integration work I specialize in. My approach would involve creating a Python-based solution that handles OAuth authentication once at runtime, connects to your Pricefx tenant API, fetches the required product pricing data from your source systems, and automatically generates the price lists. The script will follow a clean exit pattern after completion without maintaining persistent connections. I'll ensure proper error handling, logging, and documentation so you can easily maintain and extend the solution. The architecture will be modular, allowing for future enhancements if needed. The solution will include comprehensive documentation covering setup, configuration, and usage instructions. Best Regards, Khorshed Alam, RS Software
$105 USD in 3 days
5.9
5.9

I can help you automate the Pricefx price list creation without introducing fragile workarounds. My approach focuses on the two critical points you highlighted: the logic and the native integration. - Logic-First Architecture: I will define the rule-based calculations (rounding, tiers, if/then uplifts) as a clear, parameterized script, likely in Groovy, so your team can easily adjust the rules later without digging through tangled code. - Clean Auth & Execution: I'll implement a one-time token/OAuth flow that authenticates, runs the job, and exits cleanly—no persistent sessions to manage. - Native Functionality: I will leverage Pricefx's own APIs, PX Script, and Data Loaders to create the list, apply the segment filters, and push the calculated prices. This ensures we stay within the platform's guardrails and reduces the risk of breakage on Pricefx's end. - Deliverable: You will get the executable script and a README documenting every endpoint touched and the logic flow, making it straightforward for your team to run, schedule, or extend. The result is a script you can run on demand that produces a correctly filtered and calculated price list, ready for review and publication.
$140 USD in 7 days
5.9
5.9

⭐⭐⭐⭐⭐ Create a Lightweight Script for Pricefx Price List Automation ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you're looking for a lightweight script for Pricefx. You have no need to look further; Zohaib is here to help you! My team has completed over 50 similar projects for Pricefx automation. I will create a micro-service that pulls product prices from your data sources and generates price lists with the right calculations and filters. ➡️ Why Me? I can easily create your Pricefx script as I have 5 years of experience in automation and API integration. My expertise includes scripting, data loading, and logic-driven calculations. Besides, I have a strong grip on Pricefx APIs, Groovy, and PX Script, ensuring a complete solution for your needs. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to our chat! ➡️ Skills & Experience: ✅ Pricefx APIs ✅ Groovy Scripting ✅ PX Script ✅ Data Loading ✅ Automation Solutions ✅ API Integration ✅ Logic-Driven Calculations ✅ Script Optimization ✅ Data Filtering ✅ Price Calculation Methods ✅ Documentation Skills ✅ Problem Solving Waiting for your response! Best Regards, Zohaib
$150 USD in 2 days
6.4
6.4

Hi, I am an automation and API developer with 8 years of rich experience in software development, with a background in pricing workflows, data integration, scripting, and microservices. I am familiar with OAuth, REST APIs, Groovy, rule-based calculations, scheduled jobs, data loaders, and backend automation. I understand you need a lightweight Pricefx-native solution that creates price lists on demand, applies category-based SKU filtering, runs your custom pricing rules, and leaves the final list ready to publish. I can keep the logic modular and document the APIs/endpoints so your team can extend it later. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Thanks. Emile.
$250 USD in 7 days
5.8
5.8

★★★ PRICEFX SPECIALIST ★★★ Hi, I can create a lightweight script for your Pricefx tenant to automatically generate new price lists with product prices from your data sources. I will use Pricefx APIs and ensure the script applies category filters and runs your price calculations correctly. I will document the endpoints and provide a README for your team to extend the logic later. Let’s discuss this further! Thanks!
$70 USD in 3 days
5.6
5.6

Hi, I reviewed your request to automate Pricefx price list creation by calling your Pricefx tenant, pulling product prices from existing data sources, and generating a publish-ready price list in one run. I’ll implement a lightweight script or micro-service that performs one-time OAuth (or token at runtime), then uses Pricefx APIs/px script/data loaders to create the new list, apply category-based filters so each SKU lands on the right segment list, and run your rule-based calculations (tier adjustments, uplift if/then logic, and rounding). I’ll keep it clean, documented with the exact endpoints touched plus a small README your team can extend. Let’s discuss here now.
$150 USD in 7 days
5.3
5.3

Hi, I can build this as a lightweight Pricefx-native script/service that creates the price list, applies the category filters correctly, and runs the rule-based pricing logic you provide. I’ll keep it clean and practical so your team can trigger it on demand or schedule it easily later. I’ll also document the endpoints used and include a short README so it’s maintainable. Happy to discuss the Pricefx tenant flow and logic details here.
$250 USD in 7 days
5.6
5.6

Automate Pricefx price list creation with a lightweight, on-demand integration that authenticates once at runtime using OAuth or an API token, retrieves product prices from your existing source, creates the new Pricefx price list, and exits cleanly. I’ll keep the implementation native to Pricefx where practical, using Pricefx APIs, PX Script/Groovy, Data Loaders, or a small Python service depending on your tenant setup. The logic will apply category-based filters so every SKU reaches the correct segment list, then execute your rule-driven calculations, including rounding rules, tier adjustments, and conditional uplift logic rather than a basic percentage formula. I’ll include support for manual triggering and scheduling, plus clear handling for API errors and missing product data. Before delivery, I’ll test the generated list and calculated fields against your supplied rules. You’ll receive the source, a README for extending the logic, configuration instructions, and documentation of every Pricefx endpoint and field used. Is the product-price source already available through a Pricefx Data Loader, or should the script read it from an external API or file? Muhammad Saad
$100 USD in 2 days
5.2
5.2

Hello, this is a good fit for my automation and API workflow experience. I can deliver a compact solution that connects to Pricefx, generates the new list, assigns SKUs into the right category-based segments, and applies the pricing rules exactly as shared. The final handoff will include clean documentation and a simple README for future edits by your team. I can start as soon as the calculation rules are confirmed.
$200 USD in 7 days
4.9
4.9

Hello, "Pricefx OAuth Script" - you need an automated way to create filtered price lists in Pricefx. I will write a lightweight Python micro‑service that authenticates once via OAuth, pulls your product data, applies category filters and rule‑based calculations, then pushes the new list through the Pricefx REST API. I used a similar one‑time token script for Reolink cloud backup, which you can see here: https://www.freelancer.com/projects/automation/Automate-Reolink-Video-Backup-Script/reviews. I’ll store credentials in environment variables and include a concise README so your team can tweak the logic or schedule runs later. How do you prefer to provide the OAuth client ID/secret, and what format is your source product data (CSV, JSON, DB)? Looking forward to working with you. Artur Giżycki
$120 USD in 3 days
5.1
5.1

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your Pricefx automation project immediately. I have rich experience in API integration, automation, backend development, data processing, and rule-based pricing systems. I understand you need a lightweight Pricefx-native service that authenticates once at runtime, pulls existing product pricing data, creates price lists, applies category-based SKU filters, and executes custom rule-driven calculations such as rounding, tiers, and conditional uplift logic. I can keep the solution maintainable, on-demand/schedulable, and well documented. I am skilled in REST APIs, Groovy, Python, JavaScript, API automation, data integration, and rule-based business logic. I’m ready to review your Pricefx tenant setup, pricing rules, and data sources and start immediately. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$100 USD in 3 days
4.9
4.9

Hi there, We will build a Pricefx-native script or micro-service that creates price lists from your source data, applies the category-based SKU filters, and runs the rule-based rounding, tier adjustments, and uplift logic you described. Our public Freelancer review history covers AI adoption, data management, and analytical engagements. We will document the Pricefx endpoints touched and include a small README so your team can extend the workflow cleanly. For this bid, we would deliver evidence review, financial analysis and decision-ready findings for Automate Pricefx Price List Creation. Any later implementation would remain a separate Freelancer scope. Best Regards, 8veer
$1,000 USD in 5 days
5.1
5.1

I can build a lightweight Python/Pricefx integration that authenticates once at runtime, pulls your existing product data, creates the required price lists, applies category-based segmentation, and executes custom rule-based PX/Groovy pricing logic. I’ll keep the implementation native to Pricefx where practical, support on-demand/scheduled execution, document the APIs/endpoints and calculation rules, and provide a concise README for future extensions.
$140 USD in 3 days
5.0
5.0

Hi, The main task is a one-off or scheduled job that pulls product prices, applies business logic, then publishes a filtered price list into Pricefx with minimal moving parts. The tricky bit isn’t the OAuth flow—it’s making sure the category filters land each SKU on the right segment and that the uplift rules are applied exactly as specified before the list goes live. I’ve done similar integrations where the source data looked clean but the business rules were scattered across spreadsheets and email threads. In those cases the safest path was to treat the mapping logic as code from day one, validate it against a small sample, then extend once the first draft was confirmed. I can set up a small node or Python script that runs the OAuth dance once, pulls the SKUs, applies the rounding and tier logic, then uses Pricefx’s Data Loader or a PX Script endpoint to push the list. The README will list the endpoints touched and how to adjust the rules without touching the core script. The main unknown is whether the category filters in Pricefx behave like simple tags or require a more involved hierarchy. If the mapping turns out to be nested or conditional we’ll need a quick mapping table in a config file rather than hard-coding it. Otherwise the job stays lean. Thanks, Denis.
$100 USD in 3 days
4.9
4.9

Hello, I got that you are looking for a lightweight Pricefx script that creates ready-to-publish price lists, assigns SKUs through category filters, and applies rule-based rounding, tier adjustments, and if/then pricing logic. This is what I can help you with, let's chat. My approach is to use Pricefx APIs with a small Python service, using one-time OAuth or API-token authentication per run, then cleanly exit after the list is created and validated. I’ll structure the pricing engine so category segmentation and complex uplift rules are modular and easy to change, with validation confirming every SKU lands in the correct segment and calculated fields match your supplied rules. Where practical, I’ll keep processing native to Pricefx using PX Script, Data Loaders, or Groovy. As final deliverables you will receive the working script or micro-service, Pricefx integration, authentication flow, category filters, pricing calculations, validation, documented API endpoints, and a concise README explaining setup, execution, scheduling, and future logic changes. One thing I'd like to confirm before we start: will the product price data come from Excel, a database, an API, or another existing source? Let’s review the Pricefx documentation and pricing rules, then I can start. Best Regards, Imran
$90 USD in 1 day
5.0
5.0

✋ Hi There!!! ✋ THE PROJECT GOAL: AUTOMATE PRICEFX PRICE LIST CREATION WITH ACCURATE FILTERING, RULE-BASED PRICING AND ON-DEMAND EXECUTION. The requirements are clear, and this can be delivered as a lightweight, maintainable automation. 1. Build a Pricefx-native script or micro-service using APIs, PX Script or Groovy. 2. Implement OAuth or runtime API token authentication with clean exit. 3. Apply category-based filters to place each SKU into the correct segment. 4. Implement rule-based rounding, tier adjustments and if/then uplift calculations. 5. Provide endpoint documentation, README and scheduling or on-demand execution support. Similar projects have been completed involving API automation, OAuth integrations, data processing, pricing logic and maintainable micro-services. <-- Questions --> 1. Which Pricefx APIs or tenant version are currently available for the integration? 2. Will the pricing rules and category mapping be provided as existing business logic or sample data? Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$30 USD in 7 days
4.9
4.9

Hello, Pricefx price list automation fails when category filters are applied post-calculation — SKUs may be priced correctly but excluded from segments if filter logic runs after price rules. Native PX Script/Groovy execution also has memory limits; large product sets require chunked processing with checkpointing to avoid timeout failures during batch runs. The approach builds a Groovy-based PX Script that executes entirely within Pricefx, using Data Loader APIs for bulk product ingestion and native pricing engine hooks for rule application. Category assignment happens before calculation via pre-filter queries, ensuring only relevant SKUs enter each pricing logic branch. Rounding/tier/uplift rules implemented as reusable functions with configurable parameters stored in Pricefx custom fields for easy updates. Authentication uses short-lived OAuth tokens with automatic refresh handled internally. README includes endpoint map, parameter schema, and extension patterns for new logic branches. Do your tier adjustments depend on customer-specific attributes or global product properties? This determines whether pricing logic needs customer context injection or can run statelessly. Share sample price rule pseudocode and current Pricefx tenant API access level so I can validate native feasibility before development.
$100 USD in 3 days
4.6
4.6

Hi, The rule-based part is where these break, so I'd want to nail that first: are the if/then uplift and tier rules stable enough to encode directly in Groovy, or do they change often enough that they should live in a config file your team can edit without touching code? That decision changes how the README and the price calc logic get structured. We've built AI and automation workflows that pull from data sources, apply encoded business logic, and push clean output, including an internal system that turns domain rules into scripted, repeatable steps. BD Automation: internal rule-driven automation platform I'd start against your Pricefx test tenant, run one price list end to end with a couple of SKUs, and confirm the calculated fields match before scaling the logic. Can you share a sample of the calculation rules? Adil
$154 USD in 7 days
4.3
4.3

McKinney, United States
Payment method verified
Member since Aug 15, 2026
$30-250 USD
$250-750 USD
₹750-1250 INR / hour
₹12500-37500 INR
$10-65 USD
₹12500-37500 INR
€250-750 EUR
$30-250 USD
$250-750 USD
$30-250 USD
€30-250 EUR
₹2000000-2600000 INR
$10-60 USD
$25-50 AUD / hour
$30-250 USD
$10-30 USD
₹1500-12500 INR
$15-25 USD / hour
₹1500-12500 INR
₹750-1250 INR / hour
₹12500-37500 INR
₹1500-12500 INR