Search Results :

×

What is WooCommerce Product Sync Plugin?

Key Features

Real time Sync

Synchronise WooCommerce product inventory from Third Party APIs /Inventory suppliers automatically.

Automatic Updation

Automate products sync in the WooCommerce store when a product is added or updated in inventory.

Stock Sync & Update

Sync stock status of WooCommerce across multiple stores or from external APIs into your WordPress WooCommerce store.

Scheduling

Scheduled WooCommerce Product Sync based on any custom time interval to eliminate manual sync stress.

Synchronise product details

Sync product ID, SKU, Name,etc including stock status, brand, or any custom attribute you have in the WooCommerce products.

No Manual Work

No manual work is needed if you choose automatic WooCommerce product sync using the scheduler.

Products Attribute Mapping

Map the keys from the API items/ products to WooCommerce product fields, categories, tags or any custom field.

Pagination

Our plugin also supports pagination if your API is sending product data page wise. For example: "x" products per page.

Background processing

Our plugin imports all the products in background so that you can continue working on other important tasks that you may have.

Authentication

Our plugin supports OAuth 2.0, Basic Authentication, API Key or Bearer token for the products APIs, so there is no security concern

Sync Advance Custom Fields

With WooCommerce Product Sync plugin you can sync fields or attributes created using Advanced Custom Fields plugin.

Sync WooCommerce orders to External inventory

Ensure your inventory levels are always up-to-date to reduce the risk of overselling or running out of stock. Automatically update inventory after order is received.

Import Images

With the WooCommerce Product Sync plugin you can import product images also.

Supports JSON, XML, CSV

WooCommerce Product Sync plugin accepts data in JSON, XML, CSV, ZIP, FTP.

Variable Products Sync

Sync variations of the same products into WooCommerce. You can import variable products from API into your WC Store.

Customizations

Reach out at apisupport@xecurify.com to discuss your use-case and get a custom modified solution for your requirements.

Our Popular Integrations

Amrod Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from other WooCommerce stores into your WooCommerce store.

Shopify Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the Shopify store into your WooCommerce store.

Prestashop Icon

miniOrange WooCommerce Products Sync Integrator can be used toimport products from the SAP into your WooCommerce store .

Proactive Clothing Icon

Our plugin is also compatible with Proactive Clothing Data Service suppliers to fetch data and create products in real-time on your WooCommerce store and sync the desired data into WordPress in real-time.

Parts Canada Icon

Our plugin is also compatible with Parts Canada Supplier API to sync products into your WooCommerce store. Feel free to reach out to us if you want to integrate Parts Canada API into your WooCommerce Store.

Parts Unlimited Icon

Parts Unlimited is a leading supplier when it comes to motorcycle, vehicle parts,, and accessories. Our plugin is also compatible with Parts Unlimited API to sync products to your WooCommerce store.

Boats Icon

If you are looking to integrate the BOATS API with your WooCommerce site then our plugin is already compatible with the BOATS API. You can easily fetch boats data from the API and show them on your WooCommerce site.

Prestashop Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the PrestaShop store into your WooCommerce store.

Magento Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the Magento store into your WooCommerce store.

Shopify Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from Western Power Sports into your WooCommerce store. Sync products from WPS supplier inventory into your WooCommerce store easily.

Prestashop Icon

miniOrange WooCommerce Products Sync Integrator can import products from S&S Active Wear into your WooCommerce store. Sync products from S&S ACTIVE WEAR supplier inventory into your WooCommerce store easily.

Big Buy Clothing

Big Buy is a leading dropshipping wholesaler in Europe which boosts sales on marketplaces and eCommerce. If you want to integrate BigBuy Supplier API into your WooCommerce then miniOrange WooCommerce Product Sync is the answer to your needs.

Shopify Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the AliDropship into your WooCommerce store.

Amrod Icon

Amrod is one of the leading clothing and gifting suppliers and we have many happy customers using our solution to connect Amrod supplier API with their eCommerce stores to fetch Amrod data into WordPress.

Proactive Clothing Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the Complies supplier into your WooCommerce store.

Prestashop Icon

miniOrange WooCommerce Products Sync Integrator can be used to import products from the IceCat API into your WooCommerce store.

Prestashop Icon

miniOrange WooCommerce Product Sync plugin is also compatible with Flowhub's supplier API to fetch data and create products in real-time on your WooCommerce store and sync the desired data into WordPress in real-time..

what is woocommerce login

Pricing Plan

Custom Requirements?

Get in touch with us a apisupport@xecurify.com if you have a custom requirement and we can provide a quote for your requirement ensuring 100% satisfaction.

Premium

$499*

  •   Import Products from API
  •   Supports JSON and XML data
  •   Sync Variable Products
  •  Sync product SKU
  •   Scheduled Product Sync
  •   Manual Product Sync with a click
  •   Create Unlimited API Connections
  •   Import Unlimited Products
  •   Authenticate APIs
  •   Sync Custom Product Attribute
  •   Sync ACF fields

Enterprise

$699*

All features of the
Premium Plan

  • Send WooCommerce order to supplier using APIs
  • Automatically send WooCommerce orders to the suppliers using APIs when an order is placed on your WordPress WooCommerce store.


Import Products to WooCommerce Technique Comparison

Traditional

Import Woocommerce products data manually from CSV/ XLSX files. The problem with this approach is that it is very time-consuming and inefficient. It will take a lot of time to sync a small number of products and you need to do it manually - first, download the data from an external provider and then upload the files in Woocommerce.

Modern (Automation)

Import or update products data like Product Name, Product Quantity, Product Status, Product Price, Product SKU, etc automatically via External REST API in real-time. A scheduler will synchronize all the products and update details automatically according to the set time interval.

    • You would need to connect your Supplier/ External API using the Connect to External API in the Custom API plugin. Click here to know more.
    • Now go to WooCommerce Sync Tab and enter the same API name that you connected in Custom API for WordPress in Connection Name field.
    • Now fill the WooCommerce attributes with the Key values from API response.
    • Consider the example JSON data coming from your external inventory.
    • Status: 200"products": {
                 "productName":"Test",
                 "sku":1010101010,
                 "description":Welcome to miniOrange woocommerce product sync,
                 "quantity":10,
                 "price":500,
                 "categories":"test",
                 "images":{"small": "test.png"},
                 "brandName":"Brand",
               }
               
    • Then you would need to map the key values product name, SKU, etc in the Attribute Value column.
    • WooCommerce API product sync
    • To sync the images we use the Standard REST API given by WooCommerce. For that, you would need to configure the Consumer ID and Consumer Secret provided by WooCommerce.
    • If you do not have the credentials, you can find them on Woocommerce → Settings → Advanced → REST API → Add Key
    • WooCommerce API product sync
    • After the mapping of all the above options, you can just click on Save Connection at top right corner.
    • WooCommerce API product sync
    • Clcik the Sync buton to start syncing the external inventory products into your Woocommerce products data.
    • WooCommerce API product sync
    • CONGRATULATIONS! You have successfully setup WooCommerce Sync Integrator on your WordPress WooCommerce site.
    We also provide the solution to sync the data from your external inventory to your Woocommerce periodically using a CRON job. This method would basically sync your data in the background continuously.

Frequently Asked Questions

miniOrange WooCommerce Product Sync Plugin allows you to connect to any supplier API and import products easily into your WooCommerce store.

Yes, the miniOrange WooCommerce Product Sync plugin does support the import of variable products. With this plugin, you can import all types of products, including simple, grouped, and variable products, from one WooCommerce store or any supplier API to your WooCommerce store. The plugin also allows you to map custom fields and attributes during the import process, making it easier to manage your product data.

Yes, the WooCommerce Product Sync plugin does support XML data. In fact, the plugin supports multiple data formats, including XML, CSV, and JSON. You can import and export your product data using any of these formats, depending on your needs. The plugin also allows you to map custom fields and attributes during the import process, making it easier to manage your product data, regardless of the format.

Yes, miniOrange WooCommerce Product Sync Integrator does support custom fields and attribute mapping. With this plugin, you can map custom fields and attributes during the import process, making it easier to manage your product data. This allows you to ensure that your product data is consistent across multiple WooCommerce stores, even if they have different custom fields and attributes.

miniOrange offers multiple types of support for their WooCommerce Product Sync Integrator. They provide email support, phone support, and go-to-meeting support. In addition, miniOrange offers custom development and integration services if you need help with a more complex use case.

You will be able to claim refund only if the request has been raised within 10 days from the date of purchase, only under the following circumstances: a) if the software or the features you have purchased is not working as advertised on the website/ marketplace and you have attempted to resolve the issues with our support team; b) you have purchased the wrong license or Xecurify/miniOrange product and informed us within a period of 10 days from your purchase; Please read more about the Refund Policy here.

email demo

Get Full-featured Trial

Enjoy the Full-featured Woocommerce Product Sync trial with amazing features and on-point user experience.






 Thank you for your response. We will get back to you soon.

Something went wrong. Please submit your query again

Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com