WooCommerce as Channel

Flxpoint allows you to connect directly to your WooCommerce as a sales channel. This article will walk you through how to connect and what to expect from your WooCommerce integration.

 

Add Channel and Establish Connection

Phase 1: Initial Channel Setup +
Access the Channels Section
Log into your Flxpoint account and navigate to the Channels section to begin setting up your integration.
Create a New Channel
Click on + Add Channel or select "Channel Setup" to initiate the process of connecting your WooCommerce account to Flxpoint.
Tip: Having your WooCommerce store URL and API credentials ready will make this process smoother.
Select Channel Type
In the channel selection screen:
  • Search for and select WooCommerce as your channel type
  • Proceed to the next step
This will open the WooCommerce channel setup form.
Phase 2: Authentication & Connection +
Generate API Credentials in WooCommerce
Before connecting in Flxpoint, generate the required API keys in your WooCommerce admin panel:
  • Log in to your WordPress admin panel.
  • If not already installed, click on Plugins > Add New, search for WooCommerce, install and activate it.
  • Go to WooCommerce > Settings > Advanced > REST API.
  • Click "Add Key".
  • Enter a description (e.g., "Flxpoint Integration").
  • You must select a Store Manager or Administrator user
  • Click "Generate API Key".
  • Copy the Consumer Key and Consumer Secret immediately (the secret won't be shown again).
Important: Ensure WordPress permalinks are set to a readable format (Settings > Permalinks) for the REST API to work.
Enter Credentials in Flxpoint
In the WooCommerce channel setup form in Flxpoint, provide the following:
  • Connection Name - A descriptive name (e.g., "My WooCommerce Store").
  • Domain - Your WooCommerce store URL (e.g., https://yourstore.com).
  • Consumer Key - Paste the generated key from WooCommerce.
  • Consumer Secret - Paste the generated secret from WooCommerce.
Important: Use the correct credentials for your store. Flxpoint needs Read/Write access to manage listings and orders.
Verify Connection
Click Test Connection & Continue to verify the details. If successful, proceed to configuration.
Phase 3: Configuration & Mapping +
Set Up Listing Management
Configure how listings are handled:
  • Choose Create Only to import and link listings based on SKU, creating new ones if no match.
  • Choose Create & Overwrite Existing to import, link, and overwrite existing Flxpoint listings with WooCommerce data.
  • Enable Set New Listings to Paused to pause new imports for review before going live.
Pro Tip: Pausing new listings prevents orders until you've connected them to inventory sources.
Configure Order Import
Set the Get Orders Created within the last X Days to define the date range for importing orders.
Set Up Shipping Mappings
This is a required step to ensure orders are imported from WooCommerce and mapped to a central shipping policy in Flxpoint. You will need to provide the shipping text associated with the Shipping Methods "Title" currently offered on your WooCommerce account. To determine what to populate in your Flxpoint Channel Shipping Text:
  • In WooCommerce, go to WooCommerce > Settings > Shipping > Shipping Zones.
  • Either add a new shipping zone with "Add shipping zone" or select an existing one to view your Shipping Methods.
  • Once selected, view or add your Shipping Methods.
In Flxpoint, use the shipping method ID for orders, meaning the Title shown in WooCommerce must be added in all lowercase with underscores for spaces (e.g., "flat_rate").
Important: Accurate shipping mappings are essential for correct order processing.
Complete Setup
Review settings and save the integration.
Next Steps: Run manual syncs to test listings and orders before enabling automation.
Phase 4: Pricing, Rules & Automation (Optional) +
Configure Pricing Strategy
Under Pricing & Quantity Rules, set up how you want to price your products:
  • Add markups (e.g., 20% over cost) or set specific pricing rules
  • Set minimum prices to protect your margins
  • Limit quantities shown (helps prevent overselling)
Strategy Tip: Some sellers limit the quantity shown to reduce the risk of overselling, even if they have more inventory available.
Schedule Your Integration Processes
In Automate Integrations, decide how often each process should run:
  • Import Listings - Manually import existing WooCommerce listings (cannot be scheduled).
  • Sync Listings - Update changes to listings (e.g., every hour).
  • Publish Listings - Publish new or updated listings to WooCommerce (supports overwriting details like title, description, images).
  • Get Orders - Pull new orders (every 15-30 minutes recommended).
  • Sync Orders - Update tracking info back to WooCommerce (every few hours).
Ready for Launch: After setup is complete, we recommend:
  • Run each process manually first to test
  • Verify that a few products sync correctly
  • Check that test orders process properly
  • Then enable automation when everything looks good!

 

 

Listing Operations

Import Listings

Introduction

The Import Listings feature automates the process of importing product listings from an external source (e.g., a CSV file or another platform) into WooCommerce. This integration pulls product details—such as titles, descriptions, prices, and stock quantities—and prepares them for use in WooCommerce.

The sections below walk through each step of the setup and configuration process.

Purpose of This Integration

The Import Listings integration connects an external data source to WooCommerce to:

  • Import product listings, including titles and prices, from an external source.
  • Prepare imported data for use in WooCommerce without requiring extensive field mapping.
  • Automate the import process, reducing manual data entry and ensuring efficient product setup.
How the Integration Works
  • Data Extraction: Pulls product data, such as titles, descriptions, and prices, from the external source.
  • Data Import: Transfers the extracted data into WooCommerce using a pre-defined import format.
  • Validation and Activation: Validates the imported data and makes the listings available in WooCommerce.
Sample Product Data:
{ "Products": [ { "Title": "Sample Product", "Description": "High-quality item", "Price": 29.99, "StockQuantity": 50, "SKU": "PROD456" }, { "Title": "Another Product", "Description": "Great value item", "Price": 19.99, "StockQuantity": 30, "SKU": "PROD789" } ] }
Understanding the Data: "Title" (Sample Product) and "Price" (29.99) are imported to create new WooCommerce listings.
Setup Instructions
  • 1 Prepare Data Source: Ensure your external data (e.g., CSV file) is formatted with standard fields like Title, Description, Price, and SKU.
  • 2 Configure Import Settings: Go to the Import Dashboard, select the data source, and specify the import format (e.g., CSV structure).
  • 3 Run Import: Initiate the import process to transfer the data into WooCommerce.
  • 4 Verify Listings: Check the WooCommerce admin panel to confirm all listings are imported correctly and activate them as needed.
Interface Overview
  • Header Section: Includes a back button, data source selection, and action buttons (Run Import, Cancel).
  • Import Settings: Allows selection of file type (e.g., CSV) and preview of data structure.
  • Action Buttons: Provides options to start or cancel the import process.

Quick Checks
  • Connection shows Connected and passes Test Connection.
  • Data source file is formatted correctly (e.g., CSV with proper headers).
  • Import settings match the file structure.
Troubleshooting
  • No listings imported? Verify the file format and headers match expected fields (Title, Price, SKU).
  • Duplicate listings? Check if SKUs already exist in WooCommerce before importing.
  • Missing data? Ensure all required fields are populated in the source file.
Operation Details
Feature Availability What to Expect
Import from CSV Supported Standard CSV format with headers.
Mapping Template Not Supported Import uses pre-defined format, no custom mapping.
Scheduling Not Supported Import is manual only (cannot be scheduled).
SKU Matching Supported Links imported products by SKU.
Tip: Validate your CSV file for correct headers (e.g., Title, Price) before importing to avoid errors.
 
 

Sync & Link Listings

Introduction

The Sync & Link Listings feature automates the process of synchronizing and mapping product listings between your platform and WooCommerce. This integration pulls product data — such as titles, descriptions, prices, and variants — and maps them to WooCommerce fields, ensuring consistent and accurate listings.

The Link Listings operation allows you to associate Flxpoint listings with WooCommerce products, enabling updates via Sync and Publish operations. WooCommerce supports linking via SKU or UPC, with the system checking the "UPC" attribute if selected.

The sections below walk through each step of the setup and configuration process.



 
 

Publish Listings

Introduction

The Publish Listings feature automates the process of publishing product listings from your platform to WooCommerce. This integration pulls product details—such as descriptions, images, SKUs, and stock quantities—and maps them to WooCommerce product fields, making your products available for sale.

The sections below walk through each step of the setup and configuration process.

Purpose of This Integration

The Publish Listings integration connects your platform to WooCommerce to:

  • Publish product listings by transferring data like descriptions and images from your platform to WooCommerce.
  • Map fields such as custom fields, SKUs, and stock quantities to WooCommerce product fields for accurate listings.
  • Automate the publishing process, ensuring products are readily available for sale with minimal manual effort.
How the Integration Works
  • Data Extraction: Pulls product data including descriptions, images, SKUs, and stock quantities from your platform.
  • Field Mapping: Maps the extracted data to WooCommerce product fields using a customizable mapping template.
  • Data Publishing: Publishes the mapped data to WooCommerce, making products live for sale.
Sample Product Data:
{ "Product": { "Description": "High-quality product with great features", "Images": ["image1.jpg", "image2.jpg"], "SKU": "PROD123", "StockQuantity": 100, "Weight": 2.5, "Width": 10.0, "CustomFields": { "Color": "Red", "Size": "L" } }, "Variant": { "Quantity": 50 } }
"Description" provides the product details, "Images" populates the gallery, and "SKU" (PROD123) identifies the product in WooCommerce.
Setup Instructions
  • 1 Create a Mapping Template: Go to the Mapping Dashboard, name your template (e.g., "WooPublishTemplate"), and define the initial field mappings.
  • 2 Map Fields: Use the interface to map fields like "Description" and "SKU" from your platform to WooCommerce product fields.
  • 3 Save the Template: Click the "Save" button to store your mappings for publishing.
  • 4 Publish Listings: Manually trigger a publish or set up a schedule to automatically publish new or updated listings to WooCommerce.

The Mapping Template defines how your platform's product data maps to WooCommerce product fields.

Interface Overview
  • Header Section: Includes a back button, template name input, and action buttons (Delete, Duplicate, Save).
  • Mapping Sections: Displays groups for "Channel Custom Fields" and "WooCommerce Product Fields" with collapsible options and dropdowns for field selection.
  • Action Buttons: Provides options to delete, duplicate, or save the template.
Mapping Fields

Below is a table of key fields you can map, with examples and purposes:

Field Maps To Example Purpose Status
Description (T) WooCommerce: Description High-quality product with great features Provides the product description Required
Images (L) WooCommerce: Images ["image1.jpg", "image2.jpg"] Populates the product image gallery Required
SKU (T) WooCommerce: SKU PROD123 Identifies the product uniquely Required
Stock Quantity (N) WooCommerce: Stock Quantity 100 Sets the available stock level Required
Weight (N) WooCommerce: Weight 2.5 Specifies the product weight Optional
Width (N) WooCommerce: Width 10.0 Defines the product width Optional
Custom Fields (K/V) WooCommerce: Custom Fields {"Color": "Red", "Size": "L"} Adds custom attributes like color or size Optional
Available Source Fields
  • Listing Parent: Attribute (K/V), Brand (T), Category 1 (T), Category 2 (T), Category 3 (T), Custom Field (K/V), Description (T), Image (L), Parent SKU (T), Title (T).
  • Listing Variant: ASIN (T), Custom Aggregate Field (K/V), Custom Field (K/V), Description (T), Dimensional Weight (N), Estimated Cost (N), Estimated Dropship Fee (N), Estimated Shipping Cost (N), GTIN (T), Height (N), Image (L), Length (N), List Price (N), MAP (N), MPN (T), MSRP (N), Master SKU (T), Option (K/V), Quantity (N), SKU (T), Title (T), UPC (T), Weight (N), Width (N).
Let's Break It Down: "Description" provides the product narrative, while "Custom Fields" (e.g., {"Color": "Red"}) enhances variant options in WooCommerce.
Mapping Options
  • Direct Copy: Copies data directly (e.g., Attributes, Images) without transformation.
  • Field: Links a platform field (e.g., SKU) to a WooCommerce field.
  • Value: Sets a fixed value (e.g., always set Weight to 1.0).
  • Mapping Set: Uses tools to combine or manipulate data.
  • Don't Map: Skips the field in WooCommerce.
  • Set to Empty: Clears the WooCommerce field.
Try This: Use "Direct Copy" for Images to ensure all product visuals are published.
Summary: Map key fields like Description and SKU to WooCommerce, preparing your products for publishing. Adjust as needed in the interface.

Quick Checks
  • Connection shows Connected and passes Test Connection.
  • Mapping template is selected and saved.
  • Image URLs are valid and accessible.
  • SKUs are unique across listings.
Troubleshooting
  • Images not showing? Verify image URLs are publicly accessible and not blocked by authentication.
  • Listings not publishing? Check mapping template is saved and selected in the publish job.
  • Missing custom fields? Ensure custom field keys match WooCommerce attribute names.
Operation Details
Feature Availability What to Expect
Publish Listings Supported Publishes mapped product data to WooCommerce.
Custom Fields Supported Mappable via template (e.g., Color, Size).
Images Supported Direct copy from platform to WooCommerce gallery.
Scheduling Supported Can be scheduled or run manually.
Variant Publishing Supported Variant data published alongside parent products.
Tip: Verify your image URLs before publishing to ensure they load correctly in WooCommerce.
 
 


 

Order Operations

Get Orders

Introduction

The Get Orders feature automates the process of retrieving order data from WooCommerce to your platform. This integration pulls details such as billing and shipping addresses, order totals, payment methods, and item information, mapping them to your platform's fields for processing.

The sections below walk through each step of the setup and configuration process.

Purpose
  • Retrieve order data, including billing and shipping addresses, from WooCommerce.
  • Map fields such as street addresses, postal codes, and payment methods to your platform's fields for order processing.
  • Automate the retrieval process, ensuring real-time order updates in your system.
  • Filter which WooCommerce orders are imported by selecting one or more order statuses or by using a custom order status value.
How It Works
  • Data Extraction: Pulls order data including billing and shipping addresses, and item details from WooCommerce.
  • Field Mapping: Maps the extracted data to your platform's fields using a customizable mapping template.
  • Data Import: Imports the mapped data into your platform for processing or fulfillment.
Sample Data:
{ "Order": { "BillingAddress": { "StreetAddress1": "123 Main St", "StreetAddress2": "Apt 4", "City": "Boston", "StateCode": "MA", "PostCode": "02108", "Country": "US" }, "ShippingAddress": { "StreetAddress1": "456 Oak St", "PostCode": "02109", "StateCode": "MA" }, "Total": 99.99, "Status": "processing", "PaymentMethod": "Credit Card", "ShippingTotal": 5.99 }, "Items": [ { "Name": "Sample Product", "SKU": "PROD123", "Quantity": 2, "Price": 49.99 } ] }
Understanding: "BillingAddress" (123 Main St) and "ShippingAddress" (456 Oak St) provide customer details, while "PaymentMethod" (Credit Card) tracks the transaction type.
Setup Instructions
  • 1 Create a Mapping Template: Go to the Mapping Dashboard, name your template (e.g., "WooGetOrders"), and define the initial field mappings.
  • 2 Map Fields: Use the interface to map fields like "Street Address 1" and "Post Code" from WooCommerce to your platform's fields.
  • 3 Save the Template: Click the "Save" button to store your mappings for future use or updates.
  • 4 Get Orders: Manually trigger a retrieval or set up a schedule to automatically fetch new or updated orders from WooCommerce.
Configure Order Status Filters

When you configure WooCommerce Get Orders, you can control which orders are imported by selecting one or more WooCommerce order statuses.

In the Get Orders integration settings:

  • Locate the Order Status configuration.
  • Use the multi-select options to choose which WooCommerce statuses should be imported.
  • Optionally, enter a Custom Order Status value if you use a non-standard order status in WooCommerce.
WooCommerce Get Orders - Order Status Configuration

The following standard WooCommerce statuses are available to select:

  • Processing
  • On Hold
  • Pending Payment
  • Refunded
  • Cancelled
  • Completed
Default behavior for new setups: For any new WooCommerce Get Orders setup, the processing status is selected by default so that paid orders begin importing immediately.
Validation and job behavior: At least one status must be selected, or a custom order status must be configured, for jobs to run successfully. If no order status is selected and the Custom Order Status is left blank, the Get Orders job will fail and a notification will prompt you to select at least one status filter.

Interface Overview
  • Header Section: Includes a back button, template name input, and action buttons (Delete, Duplicate, Save).
  • Mapping Section: Displays a group for "Billing Address Fields" with dropdowns for field selection.
  • Action Buttons: Provides options to delete, duplicate, or save the template.
Mapping Fields
Field Maps To Example Purpose Status
Street Address 1 (T) Billing Address: Street Address 1 123 Main St Provides the primary billing street address Required
Street Address 2 (T) Billing Address: Street Address 2 Apt 4 Provides additional billing address details Optional
Post Code (T) Shipping Address: Post Code 02109 Specifies the shipping postal code Required
State Code (T) Shipping Address: State Code MA Indicates the shipping state Required
City (T) Billing Address: City Boston Specifies the billing city Required
Country (T) Billing Address: Country US Indicates the billing country Required
First Name (T) Billing Address: First Name John Provides the customer's first name Required
Last Name (T) Billing Address: Last Name Doe Provides the customer's last name Required
Phone (T) Billing Address: Phone 555-1234 Provides the customer's phone number Optional
Total (N) Order: Total 99.99 Indicates the order total amount Required
Shipping Total (N) Order: Shipping Total 5.99 Specifies the shipping cost Optional
Payment Method (T) Order: Payment Method Credit Card Indicates the payment method used Optional
Status (T) Order: Status processing Tracks the order status Required
SKU (T) Order Item: SKU PROD123 Identifies the product SKU Required
Quantity (N) Order Item: Quantity 2 Specifies the item quantity Required
Available Source Fields
  • WooCommerce Billing Address: City (T), Company (T), Country (T), Email (T), First Name (T), Last Name (T), Phone (T), Post Code (T), State Code (T), Street Address 1 (T), Street Address 2 (T).
  • WooCommerce Shipping Address: City (T), Company (T), Country (T), First Name (T), Last Name (T), Phone (T), Post Code (T), State Code (T), Street Address 1 (T), Street Address 2 (T).
  • WooCommerce Order: Customer Note (T), Date Created (D), Date Modified (D), Payment Method (T), Reference Number (T), Shipping Line Method (T), Shipping Line Title (T), Shipping Total (N), Status (T), Total (N), Total Tax (N).
  • WooCommerce Order Item: Id (N), Name (T), Price (N), Quantity (N), SKU (T).
"Street Address 1" (123 Main St) maps to the billing address, while "Total" (99.99) tracks the order value.
Mapping Options
  • Field: Links a WooCommerce field (e.g., Street Address 1) to your platform's field.
  • Value: Sets a fixed value (e.g., always set State Code to "CA").
  • Mapping Set: Uses tools to combine or manipulate data (e.g., concatenate address fields).
  • Don't Map: Skips the field in your platform.
  • Set to Empty: Clears the field in your platform.
Use "Value" to set a default Company name if missing.
Summary: Map key fields like Street Address 1, Post Code, and Total to your platform, enabling comprehensive order retrieval from WooCommerce. You can also control which orders are imported by configuring WooCommerce order status filters, including support for a default processing status and custom order statuses.

Quick Checks
  • Connection shows Connected and passes Test Connection.
  • Mapping template is selected and saved.
  • Order status filter is configured correctly.
  • Get Orders Created within the last X Days is set appropriately.
Troubleshooting
  • No orders importing? Verify the order status filter includes the statuses you expect (e.g., "processing").
  • Missing address fields? Ensure billing and shipping fields are mapped in the template.
  • Duplicate orders? Check the lookback period — overlapping windows can re-import orders.
Operation Details
Feature Availability What to Expect
Get Orders Supported Retrieves orders from WooCommerce based on status and date filters.
Order Status Filtering Supported Select one or more statuses, or use a custom status value.
Billing & Shipping Address Supported Full address fields available for mapping.
Order Items Supported SKU, quantity, and price per line item.
Scheduling Supported Can be scheduled (every 15-30 minutes recommended) or run manually.
Custom Order Status Supported Enter a custom status value if using non-standard statuses.
Final Tip: Test your mappings to ensure all address and order fields are correctly imported.
 
 

Sync Orders

Introduction

The Sync Orders feature automates the process of synchronizing order fulfillment data from your platform to WooCommerce. This integration pulls shipment details—such as carrier names, tracking numbers, and shipping methods—and maps them to WooCommerce fulfillment fields, ensuring accurate order updates.

The sections below walk through each step of the setup and configuration process.

Purpose of This Integration

The Sync Orders integration connects your platform to WooCommerce to:

  • Sync order fulfillment data, including carrier details and tracking information, from your platform to WooCommerce.
  • Map shipment fields to WooCommerce fulfillment fields for accurate order status updates.
  • Automate the process, reducing manual updates and ensuring real-time order tracking.
How the Integration Works
  • Data Extraction: Pulls shipment data like carrier names, tracking numbers, and shipping methods from your platform.
  • Field Mapping: Maps the extracted data to WooCommerce fulfillment fields using a customizable mapping template.
  • Data Synchronization: Updates WooCommerce with the mapped data, reflecting shipment status in real-time or on demand.
Sample Shipment Data:
{ "Shipment": { "Carrier": "UPS", "FulfillmentRequestNumber": "ORD12345", "Method": "Ground", "Note": "Handle with care", "ShippedAt": "2025-07-12T14:00:00Z", "ShippingCost": 5.99, "TrackingNumber": "1Z9999W999999999", "TrackingURL": "https://www.ups.com/track?num=1Z9999W999999999" } }
Understanding the Data: Fields like "Carrier" (UPS) map to WooCommerce's carrier name, while "TrackingNumber" (1Z9999W999999999) ensures customers can track their orders.
Setup Instructions
  • 1 Create a Mapping Template: Go to the Mapping Dashboard, name your template (e.g., "WooOrderSync"), and define the initial field mappings.
  • 2 Map Fields: Use the interface to map fields like "Carrier Name" and "Tracking Number" from your platform to WooCommerce fulfillment fields.
  • 3 Save the Template: Click the "Save" button to store your mappings for future use or updates.
  • 4 Sync Orders: Manually trigger a sync or set up a schedule to automatically update WooCommerce with the mapped shipment data.

The Mapping Template defines how your platform's shipment data maps to WooCommerce fulfillment fields.

Interface Overview
  • Header Section: Includes a back button, template name input, and action buttons (Delete, Duplicate, Save).
  • Mapping Section: Displays a group for "WooCommerce Fulfillment Fields" with collapsible options and dropdowns for field selection.
  • Action Buttons: Provides options to delete, duplicate, or save the template.
Mapping Fields

Below is a table of key fields you can map, with examples and purposes:

Field Maps To Example Purpose Status
Carrier Name (T) WooCommerce: Carrier Name UPS Identifies the shipping carrier Required
Note Header (T) WooCommerce: Note Header Shipping Update Customizes text before tracking info Optional
Note Footer (T) WooCommerce: Note Footer Thank you for your order Customizes text after tracking info Optional
Shipped At (D) WooCommerce: Shipped At 2025-07-12T14:00:00Z Records the shipment date Optional
Shipping Method (T) WooCommerce: Shipping Method Ground Specifies the shipping method Required
Tracking Number (T) WooCommerce: Tracking Number 1Z9999W999999999 Provides the tracking identifier Required
Tracking URL (T) WooCommerce: Tracking URL https://www.ups.com/track?num=1Z9999W999999999 Links to the tracking page Optional
Available Source Fields
  • Shipment: Carrier (T), FulfillmentRequestNumber (T), Method (T), Note (T), ShippedAt (D), ShippingCost (N), TrackingNumber (T), TrackingURL (T).
Let's Break It Down: "Carrier" (UPS) maps to the carrier name, while "TrackingNumber" (1Z9999W999999999) allows customers to track their orders in WooCommerce.
Mapping Options
  • Field: Link a platform field (e.g., TrackingNumber) to a WooCommerce field.
  • Value: Set a fixed value (e.g., always set NoteHeader to "Shipping Update").
  • Mapping Set: Use tools to combine or manipulate data (e.g., concatenate fields).
  • Don't Map: Skip the field in WooCommerce.
  • Set to Empty: Clear the WooCommerce field.
Try This: Use "Value" to set a default NoteFooter like "Contact support for issues."
Summary: Map key fields like Carrier Name and Tracking Number to WooCommerce, ensuring accurate order fulfillment updates.

Quick Checks
  • Connection shows Connected and passes Test Connection.
  • Mapping template is selected and saved.
  • WooCommerce Shipment Tracking plugin is installed (recommended for advanced tracking).
  • Carrier and Tracking Number fields are mapped.
Troubleshooting
  • Tracking not showing in WooCommerce? Install the official WooCommerce Shipment Tracking plugin for full tracking support.
  • Orders not updating? Verify the mapping template is saved and the sync job is running.
  • Wrong carrier showing? Check the Carrier Name mapping — ensure it matches WooCommerce's expected carrier values.
Operation Details
Feature Availability What to Expect
Sync Orders Supported Updates WooCommerce with fulfillment/shipment data.
Carrier & Tracking Supported Carrier name, tracking number, and URL mappable.
Shipping Method Supported Method name synced to WooCommerce.
Note Header/Footer Supported Custom text before/after tracking info.
Scheduling Supported Can be scheduled (every few hours recommended) or run manually.
Shipment Tracking Plugin Recommended Install for advanced tracking display in WooCommerce.
Tip: Test your mappings to ensure tracking details sync correctly with WooCommerce.