Title: PrintaRex Integration for WooCommerce
Author: PrintaRex
Published: <strong>July 20, 2026</strong>
Last modified: July 21, 2026

---

Search plugins

![](https://ps.w.org/printarex-integration-for-woocommerce/assets/icon-256x256.png?
rev=3615605)

# PrintaRex Integration for WooCommerce

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

[Download](https://downloads.wordpress.org/plugin/printarex-integration-for-woocommerce.1.1.4.zip)

 * [Details](https://wordpress.org/plugins/printarex-integration-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/printarex-integration-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/printarex-integration-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/printarex-integration-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/printarex-integration-for-woocommerce/)

## Description

PrintaRex Integration for WooCommerce connects your store to the PrintaRex fulfillment
network, providing accurate per-city, per-item shipping rates at checkout.

**Key Features:**

 * **Real-time rates** – Shipping costs are calculated based on the customer’s exact
   city, not just country or state.
 * **Per-item pricing** – Each product is priced individually based on its provider’s
   shipping zones.
 * **Zero-configuration setup** – Connect your store to PrintaRex, install the plugin,
   done. The connection, signing secret, and shipping zone are configured automatically.
 * **Mixed cart support** – Non-PrintaRex items are silently ignored; they use your
   existing WooCommerce shipping zones.
 * **Fallback rate** – If the PrintaRex API is temporarily unavailable, a configurable
   flat rate is used.
 * **Caching** – Rates are cached for 5 minutes (configurable) to minimize API calls.
 * **PrintaRex admin page** – A dedicated PrintaRex menu in WordPress lets you connect
   your store, review your setup status, and open your PrintaRex dashboard without
   leaving WordPress.

**Supported Countries:**

The plugin provides per-city zone rates for all countries in the PrintaRex network,
including UAE and Egypt – even for countries where WooCommerce has no built-in state/
province definitions.

### External Services

This plugin connects to the **PrintaRex API** (`https://api.printarex.com` by default;
configurable in the plugin settings) to provide real-time shipping rates. Requests
are made in the following scenarios:

 * **Plugin activation & admin auto-configuration** — A GET request is sent to `{
   api_url}/carrier-service/woocommerce/lookup` with your site domain to retrieve
   your store connection ID. This runs on activation and is retried periodically
   from the WordPress admin if the connection ID is missing (with a 1-hour backoff
   between attempts). Rate requests are signed with the WooCommerce REST API consumer
   secret that your own store created when connecting to PrintaRex — the plugin 
   reads it locally from your WordPress database and never transmits it.
 * **Checkout rate calculation** — A POST request is sent to `{api_url}/carrier-
   service/woocommerce/{connectionId}/rates` each time a customer enters their shipping
   address at checkout.

**Data transmitted to PrintaRex:**

 * Your store’s domain (during activation lookup)
 * Customer destination city and country code (during rate calculation)
 * Cart item WooCommerce product/variation IDs and quantities
 * Store currency code

**No personal customer data** (name, email, phone, payment details, IP address) 
is transmitted.

 * [PrintaRex Website](https://printarex.com)
 * [PrintaRex Terms of Service](https://printarex.com/terms)
 * [PrintaRex Privacy Policy](https://printarex.com/privacy)

## Installation

 1. Connect your store to PrintaRex (PrintaRex Dashboard > Stores > Add Store > WooCommerce).
 2. In your WordPress admin, go to **Plugins > Add New**, search for **PrintaRex Integration
    for WooCommerce**, click **Install Now**, then **Activate**.
 3. That’s it. The plugin configures itself: it finds your store’s PrintaRex connection,
    sets up signed rate requests, and creates a shipping zone automatically.

**Verify the setup:**

 1. Go to **WooCommerce > Settings > Shipping > PrintaRex Shipping**.
 2. Confirm that the **Store Connection ID** field is populated.
 3. If it is empty, make sure your store is connected to PrintaRex, then click **Save
    changes** on this screen to retry.

## FAQ

### Does this plugin require a PrintaRex account?

Yes. You must have an active PrintaRex merchant account with a connected WooCommerce
store. The plugin communicates with the PrintaRex API to fetch shipping rates for
your products.

### What happens if the PrintaRex API is down?

The plugin uses a configurable fallback rate (default: 30 in your store currency)
so customers can still complete checkout.

### Does this work with variable products?

Yes. The plugin sends the WooCommerce variation ID for variable products, which 
maps to the correct PrintaRex product variant.

### Can I use this alongside other shipping methods?

Yes. PrintaRex Shipping only calculates rates for products fulfilled through PrintaRex.
Other products in the cart will use your existing WooCommerce shipping zones and
methods.

### How do I change the API URL for development?

Go to WooCommerce > Settings > Shipping > PrintaRex Shipping and update the API 
URL field.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PrintaRex Integration for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “PrintaRex Integration for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/printarex-integration-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.1.4

 * Added a Disconnect store button to the Connect tab — it opens your store’s page
   on PrintaRex, where the disconnect is confirmed with your PrintaRex login.

#### 1.1.3

 * The Connect tab now shows your connection details once the store is linked, instead
   of the connect call-to-action.

#### 1.1.2

 * The PrintaRex admin page now completes an unfinished setup automatically: if 
   your store is connected to PrintaRex but the plugin’s local configuration is 
   missing (for example when the store was connected after the plugin was activated),
   opening the page stores the connection and creates the shipping zone by itself.

#### 1.1.1

 * The admin menu now uses the PrintaRex logo.

#### 1.1.0

 * New PrintaRex admin page in WordPress: connect your store, check setup status,
   and jump to your PrintaRex dashboard without leaving WordPress.

#### 1.0.7

 * Zero-configuration setup: the API URL now defaults to the production PrintaRex
   API, and the signing secret is discovered automatically from the WooCommerce 
   REST API key created when your store was connected to PrintaRex. No manual configuration
   needed.

#### 1.0.6

 * Saving the shipping settings now retries auto-configuration immediately — previously
   the hourly backoff could delay the first connection lookup after entering the
   API URL.
 * Installation instructions rewritten for installs from the WordPress.org plugin
   directory.

#### 1.0.5

 * Renamed plugin to PrintaRex Integration for WooCommerce.
 * Updated text domain to printarex-integration-for-woocommerce to match the requested
   new slug.

#### 1.0.4

 * Updated WordPress tested-up-to version to 7.0 and WooCommerce tested-up-to version
   to 10.9.
 * Rate requests are now always HMAC-signed using the WooCommerce consumer secret
   configured in the shipping method settings; if no secret is configured the fallback
   rate is used instead of sending an unsigned request.
 * The API secret is no longer stored from the lookup response — it is entered by
   the merchant in the shipping method settings.

#### 1.0.3

 * Renamed plugin display title to PrintaRex Shipping for WooCommerce for clearer
   discoverability.
 * Added Requires Plugins header for WooCommerce dependency.
 * Updated WordPress tested-up-to version to 6.9.

#### 1.0.2

 * Fixed contributor username in readme.
 * Fixed license header format inconsistency.
 * Updated tested-up-to versions.
 * Removed hardcoded API URL fallback — plugin returns early if no URL configured.

#### 1.0.1

 * Added uninstall.php for clean option and transient removal.
 * Added External Services disclosure for WordPress.org compliance.
 * Fixed malformed API response handling — invalid JSON now triggers fallback rate.
 * Fixed multi-currency cache key — currency is now included in rate cache.
 * Fixed auto-configuration retry loop — 1-hour backoff between failed attempts.
 * Fixed double URL encoding in domain lookup.
 * Fixed multisite WooCommerce detection (network-activated support).
 * Fixed zone creation when store base country is not configured.
 * Fixed WPCS escaping in admin notice output.
 * Updated readme accuracy (external services disclosure, feature descriptions).

#### 1.0.0

 * Initial release.
 * Real-time zone-based shipping rate calculation.
 * Zero-config auto-setup via domain lookup.
 * Transient-based rate caching.
 * HMAC-SHA256 request signing for API security.
 * Configurable fallback rate, request timeout, and cache duration.
 * WooCommerce HPOS compatibility.

## Meta

 *  Version **1.1.4**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [real time rates](https://wordpress.org/plugins/tags/real-time-rates/)[shipping](https://wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/printarex-integration-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/printarex-integration-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/printarex-integration-for-woocommerce/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/printarex-integration-for-woocommerce/)