• Projects 16
  • Rating 5.0
  • Rating 9 672

Budget: 3500 UAH Deadline: 3 days

Good day, for the integration of the accounting system with WordPress, it is important to immediately consider data exchange, authorization via API, and stable updates of products/stock without failures. I have already done WordPress integrations with external APIs, so I will quickly review the flora24 documentation, propose a secure exchange scheme, and implement a solution tailored to your processes. I can start with an analysis of the API and agree on the details.

  • Projects -
  • Rating -
  • Rating 545

Budget: 4500 UAH Deadline: 4 days

Hello, Anna! I will implement the integration of Flora24 with the WordPress store as a separate module so that the solution does not depend on the website theme and can be updated and maintained separately.
Basic scenario:
— retrieving products, prices, and stock from Flora24 via the official API;
— matching products by article or external ID;
— creating new items and updating existing ones without duplicates;
— automatic synchronization on a schedule and manual launch;
— log of results, error handling, and retries in case of temporary API unavailability.
If the store uses WooCommerce and requires the return of orders to Flora24, I will add order creation after it is placed on the site with protection against resending.
I already have automation for the WooCommerce product catalog working with data processing and publication via API, so I am familiar with the logic of product matching, updating cards, and controlling duplicates.
First, I will check the exchange with 5–10 test products, then I will launch full synchronization. I will provide the finished module, source code, and a brief instruction. After launch — 7 days for bug fixes on the completed functionality.

  • Projects 95
  • Rating 5.0
  • Rating 6 796

Budget: 4500 UAH Deadline: 3 days

Hello, I have over 12 years of experience, I will do it with the highest quality, I have extensive experience in integrations, I would be happy to collaborate.

  • Projects -
  • Rating -
  • Rating 232

Budget: 5000 UAH Deadline: 5 days

Hello! I will write middleware in Python (FastAPI/httpx) that will synchronize products, stock, and orders between the Flora24 API and WooCommerce via REST API and webhooks, with queues on Redis for reliability.

I have experience integrating third-party ERP/CRM with WordPress/WooCommerce through their API, including bidirectional exchange of orders and stock balances.

Does the Flora24 API support webhooks for instant push of stock/order changes, or will it be necessary to organize polling on a schedule?

  • Projects 38
  • Rating -
  • Rating 2 014

Budget: 7600 UAH Deadline: 7 days

Good day, I have been developing for over 5 years and regularly perform integrations with external APIs in WordPress. From similar projects, I implemented a full integration of accounting systems and the website for LeyParts (integration with 1C via API). We will cover the task quickly — approximately within a week, I will provide the exact cost after a few clarifications or in private messages. What data fields need to be synchronized on the site, and will the transfer be one-way or two-way? I look forward to your message in private!

  • Projects 26
  • Rating 4.3
  • Rating 838

Budget: 4500 UAH Deadline: 5 days

Integration is always interesting. But in this case, we also need the website address, as it is impossible without it. I will gladly take care of it.

  • Projects 45
  • Rating 4.9
  • Rating 19 068

Budget: 8000 UAH Deadline: 5 days

The API exists, but do you transmit the entire nomenclature or only the stock/prices? What are the products currently stored on WordPress? Solution: 1) I will study the Flora24 documentation and identify the endpoints. 2) I will write a PHP module for WordPress (cron or webhook) for data synchronization. 3) I will test it on a test site to avoid failures. 4) I will provide it with instructions. I have already done a similar integration with the Allegro API on WordPress — I automated the updating of prices and stock: https://freelancehunt.com/showcase/work/razrabotka-parsera-sistemyi-avtomatizatsii-allegro/2039438.html What is the volume of products and how often is synchronization needed?

Price: 8000 UAH
Deadline: 5 days

  • Projects 71
  • Rating 5.0
  • Rating 14 077

Budget: 4000 UAH Deadline: 2 days

Good day
ready to discuss the details of implementation in private messages
----------------------------

  • Projects 3
  • Rating 5.0
  • Rating 1 563

Budget: 5000 UAH Deadline: 3 days

Hello!

I have reviewed the task and the API documentation for Flora24. I propose to implement the integration as a separate plugin for WordPress/WooCommerce, so it does not depend on the theme, is easy to maintain, and can be easily expanded in the future.

Before development, I will first check the API, data structure, and field mapping to eliminate issues with duplicates, incorrect product updates, and data loss.

I will implement:

synchronization of products, prices, stock, and other necessary data;
transmission of orders to the accounting system (if required);

  • Projects 28
  • Rating 5.0
  • Rating 3 598

Budget: 5000 UAH Deadline: 3 days

Hello. I am ready to implement full integration of your WordPress site with the Flora24 accounting system via API.

I will write a clean custom plugin without resource-heavy third-party modules. I will set up automatic two-way synchronization of stock prices and product catalog, as well as instant transfer of new orders from the site to the accounting system.

I suggest we move to private messages to discuss the details of working with the API and data structure.

  • Projects -
  • Rating -
  • Rating 403

Budget: 5000 UAH Deadline: 3 days

Hello!

I can perform the integration of WordPress with the Flora24 API.

As part of the work, I can implement:

* import of products, categories, prices, and stock;
* automatic synchronization on a schedule (WP Cron or server Cron);
* updating existing products without duplicates;
* if necessary — transferring orders from the site back to Flora24;

  • Projects 16
  • Rating -
  • Rating 885

Budget: 3000 UAH Deadline: 1 day

Ready to write a plugin that will have integration with the API and will not be tied to a theme. It will be easy to maintain and transfer to other sites.

  • Projects 5
  • Rating 5.0
  • Rating 1 782

Budget: 3200 UAH Deadline: 3 days

Integration of accounting on the website with WordPress via API, the task is clear. I reviewed the documentation at api.flora24.online/docs, there are endpoints for products and orders.

I will create a plugin that will pull products and stock from Flora24 to the website, and send orders back to the accounting system.

I am aiming for 3 days. Please clarify if synchronization is needed only for products and stock, or for orders and customers as well?

  • Projects 9
  • Rating 5.0
  • Rating 644

Budget: 3000 UAH Deadline: 1 day

Good day!

I have reviewed your task. I understand the scope of work and possible options for its implementation.

I would be happy to discuss the project details and propose an optimal solution.

  • Projects 20
  • Rating 5.0
  • Rating 2 364

Budget: 18000 UAH Deadline: 10 days

Good day!

For this task, it is rational to create a separate custom module for WordPress rather than embedding the logic into the theme. This way, the integration will be manageable: a separate layer of authorization to the API, entity mapping, data exchange, error logging, and a clear extension point for future scenarios.

From a technical standpoint, it is important to immediately determine the direction of synchronization and the method of exchange. If the API allows, it is better to receive part of the data through webhooks, while periodic tasks should be left for control checks via cron. This reduces the risk of desynchronization and allows for proper handling of temporary API errors, limits, and retries.

The main risks here usually do not lie within WordPress itself, but in the data structure of the accounting system: mismatches in fields, statuses, identifiers, and update rules. Therefore, before development, it is advisable to quickly establish which entities are involved in the exchange, what the source of truth is, and whether bidirectional synchronization is needed or just one-way export.

In terms of timelines, for a typical integration, we usually aim for 7–10 working days after clarifying the data composition and access to the API. For an accurate estimate, 2–3 responses are sufficient: what specific data needs to be synchronized, whether the exchange is one-way or two-way, and whether there is WooCommerce on the site or just regular WordPress.

  • Projects 37
  • Rating 5.0
  • Rating 3 278

Budget: 4000 UAH Deadline: 3 days

Good afternoon, I can implement it. I need additional clarification from you on what exactly we will be synchronizing: inventory and orders? Or should synchronization of products (description, image, prices, categories, etc.) also be included?

Vladislav Dolmatov

Vladislav Dolmatov

Winning proposal
0 0
  • Projects -
  • Rating -
  • Rating 282

Budget: 2000 UAH Deadline: 2 days

I will perform the integration of your WordPress site with the Flora24 accounting program through its REST API. For this, you can use a specialized plugin like Custom API for WP or HuxxConnect — they allow you to configure connections to external APIs without coding, with flexible authorizations (Bearer Token, API Key) and data output via shortcodes. If more custom logic is needed (for example, order or product synchronization), I will implement this through a custom plugin using the WordPress HTTP API, ensuring security and performance. After the setup, you will be able to manage the integration directly from the admin panel.

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules