Plugin info

Total downloads: 66
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/3/2025 (28 days ago)
Added to WordPress: 12/2/2025 (0 years old)
Minimum WordPress version: 5.8
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 28 days ago

68/100

Is Logistos Order Sync abandoned?

Likely maintained (last update 28 days ago).

Compatibility

Requires WordPress: 5.8
Tested up to: 6.8.3
Requires PHP: 7.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WPGet API – Connect to any external REST API
Rating 5.0/5 (30 reviews)Active installs 10,000
Get Use APIs – JSON Content Importer
Rating 4.9/5 (78 reviews)Active installs 6,000
Custom API for WP
Rating 4.8/5 (44 reviews)Active installs 1,000
API Press – Plugin for WordPress API Integration
Rating 0.0/5 (0 reviews)Active installs 20
API Widgets – API to Table, Chart or HTML
Rating 0.0/5 (0 reviews)Active installs 10
HajimeCreate Text Weaver API Integration
Rating 0.0/5 (0 reviews)Active installs 0

Description

Logistos automatically sends WooCommerce order details to an external API endpoint. It sends all order details on plugin activation and each new order to a specified remote server, which can be useful for integration with external systems.

Features:
* Sends all existing orders on plugin activation
* Sends new order details upon creation
* Includes full order information (billing, shipping, items, fees, and taxes)
* Securely generates and sends API credentials on activation

License

This plugin is licensed under the GPLv2 or later. See the GNU General Public License for more details.

External services

This plugin connects to a Logistos endpoint to transmit WooCommerce store data for order synchronization.

Service: Logistos Order Integration API
Purpose: Receive WooCommerce API credentials (on activation) and order payloads (on activation and whenever a new order is created) to sync orders with the Logistos dashboard.

Data sent:
– On activation: store URL, WooCommerce REST API consumer key and secret.
– On activation (batch) and on each new order: order metadata (IDs, numbers, dates, totals, currency), billing/shipping names, addresses, city/state/country, email, phone, line items (name, sku, quantity, subtotal/total), fees, shipping lines, and taxes. No payment card data is sent.

When data is sent:
– Immediately on plugin activation (one-time credentials + historical orders),
– On each subsequent order creation.

This plugin communicates with the following external endpoints:

  1. https://admin.logistos.in/integration/integrate_woo_commerce

    • Purpose: Receive WooCommerce REST API keys on plugin activation.
    • Data sent: consumer_key, consumer_secret, store_url.
  2. https://admin.logistos.in/integration/woo_commerce_orders

    • Purpose: Receive WooCommerce order payloads on activation and on every new order.
    • Data sent: order ID, number, totals, billing info, shipping info, items, store info.

Service policies:
– Terms of Service: https://logistos.in/terms_and_conditions
– Privacy Policy: https://logistos.in/privacy_policy

These services are owned and operated by Logistos Technologies Private Limited.
Users installing this plugin agree that order data will be transmitted to these endpoints.

Installation

  1. Download the plugin zip file.
  2. Go to Plugins > Add New in your WordPress admin dashboard.
  3. Click Upload Plugin, choose the zip file, and click Install Now.
  4. After installation, click Activate to enable the plugin.
  5. On activation, API credentials and all existing orders are sent to the specified external API.

Frequently Asked Questions

How do I configure the API endpoint?

Go to Settings Logistos Sync in your WordPress admin. There you can configure:
– The credentials endpoint URL (receives WooCommerce REST API keys on activation)
– The orders endpoint URL (receives order data on activation and on each new order)

Can I select which order statuses to send?

Yes, the send_all_orders_on_activation function specifies order statuses in the status array. You can adjust this as needed.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.2

  • Initial release with API credential generation
  • Sends all orders upon activation
  • Sends new order details on WooCommerce order creation