
Closed
Posted
Paid on delivery
I need a small, well-structured REST call that receives basic product details and a U.S. delivery address, then returns the correct sales-tax code in JSON. The third-party tax provider’s documentation and keys are already available; the job is to create the wrapper endpoint (or lightweight micro-service) that talks to that provider, forwards the request parameters, parses the response, and hands my application only the tax code we need. Key points • Data handled: product details supplied in the request body or query. • Action required: fetch the appropriate U.S. tax code from the existing tax API for the given destination. No create, update, or delete operations are needed. • Response format: strictly JSON. Deliverables 1. Clean, commented source (Node.js, Python, or another modern language you’re comfortable with). 2. A single endpoint specification (URI, verb, expected parameters, sample request/response). 3. Brief setup instructions plus a Postman collection or curl examples for quick testing. 4. Error handling that propagates provider issues back as clear JSON messages. The task is focused and should be quick for someone familiar with RESTful design and third-party API integration. The product being updated is IFS ERP software, using a workflow will be the ideal solution.
Project ID: 40422809
159 proposals
Remote project
Active 7 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
159 freelancers are bidding on average £148 GBP for this job

This looks straightforward at first, but in my experience there’s usually a key detail that can cause issues later. I’ve handled similar projects before and can outline a practical approach for you. For similar work and case studies, feel free to check my profile: https://www.freelancer.com/u/Microlent Let me know if you'd like me to walk you through the plan. – Rajesh Rolen
£135 GBP in 7 days
9.4
9.4

⭐⭐⭐⭐⭐ Create a REST Call for Sales Tax Code Retrieval in JSON Format ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you're looking for a REST API solution to fetch sales tax codes. Look no further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for API integrations. I will create a clean and efficient micro-service that communicates with the third-party tax provider, handles requests, and returns the required tax code in JSON format. ➡️ Why Me? I can easily create your REST API to retrieve sales tax codes as I have 5 years of experience in API integration and web services. My expertise includes Node.js, Python, and error handling. I also have a strong grip on RESTful design principles and third-party API communication. ➡️ 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 discussing this with you in chat. ➡️ Skills & Experience: ✅ API Development ✅ RESTful Services ✅ Node.js ✅ Python ✅ JSON Handling ✅ Error Management ✅ Micro-service Architecture ✅ Postman Testing ✅ Documentation Writing ✅ Data Parsing ✅ Workflow Integration ✅ IFS ERP Software Waiting for your response! Best Regards, Zohaib
£150 GBP in 2 days
8.1
8.1

Hello I have investigate for little and I have found few providers to get correct sales-tax info. Could I use any provider or you have preference? if you have, I would like to know in order to move in that direction. Also, I have extensive experience with Node.JS and Python and developing REST services, therefore it should be quick for me.
£46.82 GBP in 2 days
8.1
8.1

Hi, To create a small REST call, I'll develop a lightweight micro-service that interacts with the third-party tax API to fetch the correct sales-tax code. This will include: - Clean, commented source code. - A single endpoint specification with expected parameters. - Brief setup instructions and testing examples. I'll use a structured approach to ensure the endpoint is well-defined and handles errors gracefully. Ready to start once you provide the API keys and any additional details. Thanks!
£90 GBP in 1 day
8.0
8.0

We can assist with creating a REST endpoint to fetch sales tax codes. We will develop a micro-service using Node.js that communicates with your tax provider's API, forwards necessary parameters, and returns the tax code in JSON. We will provide source code, an endpoint specification, and testing examples. Experience: We are a group of engineers with 18+ years of experience in software development and web development. We are familiar with Node.js and API integration.
£120 GBP in 1 day
7.1
7.1

Hi dear employer! I have carefully read your important project's requirements related to the completion of small backend service that receives a request fetches the appropriate US tax code and sends the response back in json format. I'm ready to deliver a node.js service that gracefully perfoms its task with clean, tested and documented code. I'm really looking forward to hearing from you!!
£85 GBP in 3 days
7.2
7.2

Hi I can build a lightweight REST wrapper endpoint that receives product details and a U.S. delivery address, calls your third-party tax provider, and returns the required sales-tax code as strict JSON. The main technical challenge is keeping the integration simple while correctly mapping IFS ERP workflow inputs to the tax provider’s expected parameters and handling provider errors cleanly. I can implement this in Node.js or Python with a clear endpoint structure, request validation, secure API key handling, response parsing, and consistent JSON output. I can also prepare the endpoint specification, sample request/response, setup notes, and Postman or curl examples so your team can test it quickly. Since this will support IFS ERP, I can design the service to work cleanly inside a workflow-based process without unnecessary create/update/delete operations. The result will be a small, maintainable microservice that only exposes the tax code your application needs while keeping provider complexity hidden. Thanks, Hercules
£135 GBP in 7 days
7.2
7.2

Hi, We’ve built similar solutions that fetch tax codes based on product details and delivery addresses, integrating with providers like Avalara and Stripe. We understand the nuances of handling product data and delivering accurate results. For your project, we’d use a dedicated microservice to handle requests and responses, ensuring a clean, decoupled architecture. We can also add features like caching and webhooks to enhance the solution. Let’s schedule a 10-minute call to discuss your requirements in detail and see if I’m the right fit for this task. I’m eager to learn more about your exciting project. Best, Adil
£151.25 GBP in 7 days
6.9
6.9

As a veteran in Software Architecture and Customized Python Web Automation with profound experience in API integration, I'm your prime candidate for this task. My proficiency in Python, Node.js, and other languages you might need for this project is parallel to none. For one thing, I've spent the past 13+ years perfecting my skills in supplying tailored python web automation and scraping solutions for clients across the globe—using APIs to extract results from third-party websites such as FlashScore and Truepeoplesearch just to mention a few. Doing tasks like extracting sales-tax codes via JSON is old hat for me already. What do you think? Ready to wrap up this crucial leg of your project with a fitting endpoint? Let's get that endpoint fired up! Send me a line today and let's make magic happen!
£100 GBP in 1 day
7.2
7.2

You're essentially adding a thin integration layer between your product/ERP workflow and a third-party tax provider, where the goal is to reliably translate product + U.S. address into a clean tax code response without exposing provider complexity to your app. Node.js (Express) wrapper endpoint that accepts product payload + destination address, validates input, and forwards a normalized request to your existing tax provider using stored API keys. The service will map provider responses into a single tax-code field and return strict JSON to your ERP workflow. Includes centralized error handling for timeouts, invalid responses, and provider failures with consistent error structure. Lightweight middleware ensures schema validation and makes future provider swaps simple without affecting downstream systems. Optional logging hook added for traceability. Clean endpoint delivered to plug directly into your IFS workflow. Q1: What exact product fields must be forwarded? Q2: provider response schema or sample available? Q3: preferred error mapping for ERP workflow failures?
£120 GBP in 3 days
6.9
6.9

Hi, I specialize in REST API development and have successfully integrated third-party APIs like the one you mentioned. I can quickly create a clean, well-documented endpoint in Node.js or Python to fetch the U.S. tax code based on product details and delivery address. My approach ensures efficient communication with the tax provider, parsing of responses, and seamless integration with your IFS ERP software. I prioritize clear JSON responses and robust error handling for a smooth user experience. Let's discuss the technical details and align on the best approach to deliver a high-quality solution for your project. Looking forward to collaborating with you. Thank you.
£150 GBP in 3 days
6.9
6.9

Hello, I’ve reviewed your requirement for a lightweight REST wrapper that receives product details and a US delivery address, then queries your existing third-party tax provider and returns only the required sales-tax code in clean JSON, designed to integrate smoothly with your IFS ERP workflow. I will build a minimal, production-ready microservice (Node.js or Python FastAPI) exposing a single REST endpoint that validates incoming product and address data, securely forwards the structured request to your tax API using the provided credentials, and parses the response to extract only the required tax code. The service will include clean request/response handling, environment-based configuration, and consistent JSON error propagation for provider or validation failures. Deliverables include fully commented source code, a clear endpoint specification (URI, method, parameters, and sample request/response), and a ready-to-use Postman collection plus curl examples for quick testing. The solution will be lightweight, maintainable, and suitable for direct integration into your existing workflow or ERP middleware layer. I can start immediately and deliver a fast, clean implementation. Thanks, Asif
£250 GBP in 3 days
6.9
6.9

Hi, I have over 5+ years of experience in both frontend and backend development. I will do the specified tasks. Key Areas of Expertise: a) Full-Stack Development: Proficient in both frontend and backend technologies Frontend: Next, Js, ReactJS, Bootstrap, JavaScript, jQuery Backend: Laravel, CodeIgniter, Node.js b) API Integration: Experienced in integrating and working with APIs to enhance application functionality. c) Microservices: Skilled in developing and integrating microservices for scalable and efficient solutions. d) Database Management: Competent in managing databases with Postgresql, MySQL, MongoDB, and Oracle. d) Server Handling: Adept at handling server environments such as AWS, Google Cloud, VPS, Apache, and Nginx. Let’s discuss how I can help achieve your project goals and add value. Lets connect in chat so that We discuss further. With Regards, Sai
£95 GBP in 5 days
6.7
6.7

Hi, I am a web dev and interested in creating the REST service for your task of deriving US tax code. Kindly ping me to discuss further. Thank You
£20 GBP in 2 days
6.6
6.6

Hi, As per my understanding: you need a lightweight REST API wrapper that accepts product and U.S. address data, connects securely with the tax provider API, and returns structured JSON tax codes with proper validation and error handling. • REST endpoint with clean response mapping • Secure API/auth integration with logging • Postman collection and setup documentation included Will this service be deployed separately or inside the IFS ERP workflow? Which tax provider API are you currently using? I will share my portfolio on your first message. I will be looking forward to hearing from you. Kindest regards
£850 GBP in 25 days
6.5
6.5

Hi, I can create a clean and efficient REST API endpoint that will fetch the correct U.S. sales-tax code based on the product details and delivery address you provide. With experience in integrating third-party APIs and designing RESTful services, I’ll ensure that the endpoint is well-structured and handles errors effectively. You’ll receive commented source code, a clear endpoint specification, and setup instructions to simplify the testing process. Given my background, I’m confident I can complete this task swiftly while meeting all your requirements. Let me know if you want to discuss this further! Best Regards, Priyanka
£150 GBP in 2 days
6.3
6.3

Hi there, I’ll build this as a clean wrapper endpoint that takes your product + address input and returns only the tax code your system needs, without leaking third-party complexity into your ERP flow. The endpoint will accept structured input, forward it to your tax provider with proper auth and headers, then normalize the response into a strict JSON output. I’ll keep the logic minimal and predictable so it fits cleanly into your IFS workflow. Under the hood, I’ll handle request validation, mapping of fields to the provider’s schema, and consistent error propagation. If the provider fails or returns edge cases, your system still gets clear JSON with actionable messages. You’ll get well-commented source (Node.js or Python), a clear endpoint spec with sample requests and responses, and ready-to-run Postman or curl examples so your team can plug it in immediately. This is a small task, but doing it cleanly upfront avoids integration issues later. If you want this done right and ready to drop into your workflow, I can start and deliver quickly. Best; Zaman
£135 GBP in 7 days
6.1
6.1

Hi, I’ve built many API wrappers and microservices for ERP integrations, so I can handle this quickly and cleanly, including proper error handling and edge cases. Before I start, I want to clarify one thing: ? Which tax provider are you using (e.g., Avalara, TaxJar, Vertex)? This affects request/response mapping. Build a small microservice (Python) Create a single endpoint (POST /tax-code) Handle API integration properly (auth, retries, parsing) Return simplified JSON response (only required tax code) Features: Clean request/response schema Robust error propagation (provider → JSON) Config-based API keys (secure) Ready for IFS ERP workflow integration Deliverables: Source code (well-commented) Endpoint spec + examples (curl/Postman) I’ve completed 1549+ projects, many involving APIs, ERP integrations, and automation systems, so I can deliver fast and without common pitfalls. Let me know ? — Taher
£235 GBP in 7 days
6.2
6.2

Hello, I’ve reviewed your requirement and can quickly build a clean REST wrapper to fetch U.S. sales-tax codes via your third-party API. I’ll create a lightweight microservice (Node.js or Python) that accepts product details and delivery address, forwards them to the provider, and returns only the required tax code in structured JSON. The endpoint will include proper validation, error handling, and clear responses aligned with your ERP workflow needs. You’ll receive well-documented source code, endpoint specs, sample requests/responses, and a Postman collection for quick testing. I’ll ensure the service is easy to integrate and deploy within your existing system. I’ve handled similar API integrations and understand the importance of reliability and clean data flow. Ready to deliver this quickly and efficiently. Best regards
£150 GBP in 7 days
5.9
5.9

Hi, I have worked on REST API Tax code Project so, I assure you that I can do this job perfectly within required time and reasonable budget. Message me here to discuss. Looking forward to an early and positive response. Regards, Shalu
£135 GBP in 7 days
6.2
6.2

Kenilworth, United Kingdom
Payment method verified
Member since May 6, 2026
$750-1500 AUD
£20-250 GBP
$150-300 AUD
$8-15 USD / hour
$250-750 USD
$30-250 USD
₹750-1250 INR / hour
₹750-1250 INR / hour
₹600-1500 INR
$250-750 USD
min €36 EUR / hour
$8-15 USD / hour
£20-250 GBP
₹12500-37500 INR
₹12500-37500 INR
₹1500-12500 INR
₹1500-12500 INR
₹37500-75000 INR
₹750-1250 INR / hour
₹12500-37500 INR