Title: Anysync API products for woocommerce
Author: woocommerceapiproducts
Published: <strong>July 20, 2026</strong>
Last modified: July 20, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/anysync-woocommerce-products-from-api.
svg)

# Anysync API products for woocommerce

 By [woocommerceapiproducts](https://profiles.wordpress.org/woocommerceapiproducts/)

[Download](https://downloads.wordpress.org/plugin/anysync-woocommerce-products-from-api.2.2.0.zip)

 * [Details](https://wordpress.org/plugins/anysync-woocommerce-products-from-api/#description)
 * [Reviews](https://wordpress.org/plugins/anysync-woocommerce-products-from-api/#reviews)
 *  [Installation](https://wordpress.org/plugins/anysync-woocommerce-products-from-api/#installation)
 * [Development](https://wordpress.org/plugins/anysync-woocommerce-products-from-api/#developers)

 [Support](https://wordpress.org/support/plugin/anysync-woocommerce-products-from-api/)

## Description

**Anysync WooCommerce Products from API** lets you connect any external REST API
to your WooCommerce store and import products automatically. Whether you’re pulling
from a supplier catalog, a dropshipping feed, a warehouse system, an ERP, or a custom
inventory database – if it has a REST API, this plugin can sync it.

**Stop manually entering products.** Connect your API, map the fields, click import.
Done.

#### Who is this for?

 * **Dropshippers** syncing supplier catalogs
 * **Wholesalers** importing from distributor APIs
 * **Multi-channel sellers** unifying product data from external systems
 * **Agencies** building WooCommerce stores fed by client APIs
 * **Developers** integrating custom backends with WooCommerce
 * **Any business** with products in an external system that needs them in WooCommerce

#### Key Features

**Multi-Provider System**
 Connect unlimited API sources simultaneously. Each provider
gets its own independent configuration, field mapping, and sync schedule. Manage
suppliers, warehouses, and catalogs all from one dashboard.

**Connect Any REST API**
 * GET, POST, PUT, DELETE request support * API Key authentication(
header, query param, or request body) * Bearer token authorization * Three pagination
modes: page-based, cursor-based, offset-based * Custom JSON path extraction for 
nested API responses * Built-in “Test Connection” button – validate before you commit

**Visual Field Mapping**
 Map API response fields to 40+ WooCommerce product fields:

 * Title, descriptions, SKU, categories, tags
 * Regular price, sale price, sale date ranges, tax settings
 * Stock quantity, stock status, backorder settings
 * Weight, dimensions, virtual/downloadable flags
 * Product images and gallery images
 * Global attributes (colors, sizes, etc.)
 * Custom meta fields – auto-discovered from your store

**Smart Sync Scheduling**
 * Intervals from every 15 minutes to daily * Selective
sync scopes: ALL fields, STOCK ONLY, STOCK + PRICE, or CUSTOM field selection * 
Auto-pause on configuration changes to prevent data inconsistency * Real-time progress
tracking with live progress bar * Full import history with created/updated/failed
counts

**Enterprise-Ready**
 * Per-user JWT authentication * WordPress capability-based
access control * Nonce-protected AJAX endpoints * Secure credential storage

#### Use Cases

 1. **Supplier Catalog Sync** – Connect your supplier’s product API, map their fields
    to WooCommerce, schedule hourly stock updates. Never oversell again.
 2. **ERP Integration** – Pull products from SAP, Oracle, or any ERP with a REST API.
    Keep WooCommerce as your storefront, ERP as your source of truth.
 3. **Dropshipping Automation** – Connect dropship supplier feeds, auto-import their
    full catalog, sync stock levels every 15 minutes.
 4. **Multi-Warehouse Inventory** – Connect multiple warehouse APIs as separate providers,
    each updating stock independently.
 5. **Marketplace Migration** – Pull products from any platform’s API into WooCommerce
    during migration.
 6. **Custom App Integration** – Built a custom product management app? Connect its
    API to WooCommerce in minutes.

### External services

This plugin relies on the following third-party/external services. It does not function
without the first one, because all API connections, imports, and scheduled syncs
are performed by our hosted backend service rather than on your own server.

#### Anysync WooCommerce Products from API backend service

This is the plugin’s own cloud service, hosted at https://provider.woocommerce-api-
products.com. The plugin is a client for this service: it stores your import configuration
and runs the actual REST API imports and scheduled syncs on your behalf, then pushes
the resulting products into your WooCommerce store.

Data is sent to this service in the following situations:

 * **When you connect on the Access page:** your license/serial key, your WooCommerce
   store URL, and your WooCommerce REST API credentials (Consumer Key and Consumer
   Secret). The credentials are required so the service can create and update products
   in your store.
 * **When you configure a provider on the Define API page:** the external API endpoint
   URL, authentication details (API key or bearer token), pagination settings, and
   JSON path settings you enter for that source.
 * **When you save field mappings or sync settings:** your mapping and scheduling
   configuration.
 * **When you run or schedule an import, or view import progress/status:** requests
   to start imports and read their status.
 * **When checking subscription status or opening the billing portal:** your account/
   subscription identifiers.

This service is provided by Anysync WooCommerce Products from API.
 Terms of Service:
https://woocommerce-api-products.com/terms Privacy Policy: https://woocommerce-api-
products.com/privacy-policy

#### Tawk.to live chat

The plugin’s Support page provides live chat via Tawk.to, a third-party live-chat
provider. When you open the Support page, the Tawk.to chat widget is loaded from
Tawk.to’s servers, and any information you type into the chat (together with standard
connection metadata such as your IP address and browser user agent) is sent to Tawk.
to.

This service is provided by tawk.to inc.
 Terms of Service: https://www.tawk.to/
terms-of-service/ Privacy Policy: https://www.tawk.to/privacy-policy/

## Installation

 1. Upload the `anysync-woocommerce-products-from-api` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to **API Products** in your WordPress admin sidebar
 4. Enter your serial key and WooCommerce REST API credentials (Consumer Key & Secret)
 5. Click **Define API** to configure your first API source
 6. Use **Map Fields** to connect API fields to WooCommerce product fields
 7. Hit **Import** to pull your products in

#### Minimum Requirements

 * WordPress 5.8 or later
 * WooCommerce 5.0 or later
 * PHP 7.4 or later
 * WooCommerce REST API enabled

## FAQ

### What types of APIs does this support?

Any REST API that returns JSON. If your supplier, warehouse, ERP, or custom system
has a REST API endpoint that returns product data in JSON format, this plugin can
connect to it.

### Can I connect multiple API sources at once?

Yes. The multi-provider system lets you add unlimited API sources. Each one gets
independent configuration, field mapping, and sync scheduling. Perfect for businesses
working with multiple suppliers or warehouses.

### Does it support authentication?

Yes. API Key authentication (placed in header, query parameter, or request body)
and Bearer token authorization. The API key field name is fully customizable to 
match your provider’s requirements.

### How does pagination work?

Three modes are supported out of the box: page-based (page number + per-page), cursor-
based (next token from response), and offset-based (offset + limit). Parameter names
are fully customizable to match any API’s pagination scheme.

### What happens if my API response has nested data?

Use the JSON Path setting to tell the plugin exactly where your product array lives
in the response. For example, if products are at `data.results.products`, just enter
that path.

### Can I sync only stock levels without touching other fields?

Yes. Sync scopes let you choose: ALL fields, STOCK ONLY, STOCK + PRICE, or CUSTOM(
pick individual fields). This minimizes unnecessary database writes and keeps syncs
fast.

### What if I change my field mapping after importing?

The plugin warns you and asks for confirmation before applying mapping changes to
already-imported products. It also auto-pauses scheduled syncs when configuration
changes are detected.

### Is it secure?

Yes. All AJAX endpoints are nonce-protected, API credentials are stored securely,
JWT tokens are scoped per-user, and all admin pages require `manage_options` capability.

### Can I test my API connection before importing?

Yes. The “Test Connection” button on the Define API page validates your configuration
and shows the API response before you save anything.

### Does this work with variable/grouped products?

Currently the plugin imports simple products. Variable and grouped product support
is planned for a future release.

### Does the plugin send my data anywhere?

Yes. Imports and scheduled syncs are performed by our hosted backend service, and
the Support page uses Tawk.to for live chat. See the “External services” section
above for exactly what data is sent and when, along with the relevant terms and 
privacy links.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Anysync API products for woocommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ woocommerceapiproducts ](https://profiles.wordpress.org/woocommerceapiproducts/)

[Translate “Anysync API products for woocommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/anysync-woocommerce-products-from-api)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/anysync-woocommerce-products-from-api/),
check out the [SVN repository](https://plugins.svn.wordpress.org/anysync-woocommerce-products-from-api/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/anysync-woocommerce-products-from-api/)
by [RSS](https://plugins.trac.wordpress.org/log/anysync-woocommerce-products-from-api/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.2.0

 * Renamed the plugin to “Anysync WooCommerce Products from API”
 * Prefixed all functions, classes, constants, options, and stored data with a unique
   plugin prefix to avoid collisions
 * Documented the external backend service and Tawk.to live chat in the readme
 * Declared WooCommerce as a required plugin via the “Requires Plugins” header

#### 2.1.0

 * Updated launch metadata for WordPress.org compatibility
 * Improved admin output escaping and AJAX request sanitization
 * Added explicit caching around product meta-field discovery

#### 2.0.0

 * Complete rewrite with multi-provider architecture
 * Added multi-provider system for unlimited API sources
 * Added cursor-based and offset-based pagination support
 * Added selective sync scopes (ALL, STOCK ONLY, STOCK + PRICE, CUSTOM)
 * Added real-time import progress tracking
 * Added import history with detailed statistics
 * Added auto-pause sync on configuration changes
 * Added visual field mapping with 40+ WooCommerce fields
 * Added custom meta field auto-discovery
 * Added global attribute mapping support
 * Improved security with per-user JWT tokens and nonce protection
 * Redesigned admin UI

#### 1.0.0

 * Initial release

## Meta

 *  Version **2.2.0**
 *  Last updated **2 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [api](https://wordpress.org/plugins/tags/api/)[inventory](https://wordpress.org/plugins/tags/inventory/)
   [product import](https://wordpress.org/plugins/tags/product-import/)[product-sync](https://wordpress.org/plugins/tags/product-sync/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/anysync-woocommerce-products-from-api/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/anysync-woocommerce-products-from-api/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/anysync-woocommerce-products-from-api/reviews/)

## Contributors

 *   [ woocommerceapiproducts ](https://profiles.wordpress.org/woocommerceapiproducts/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/anysync-woocommerce-products-from-api/)