Plugin to provide Foxpost apt and home delivery shipping methods to woocommerce webshop. It also ensure an order export function to create mass import file to Foxpost.
This plugin utilizes Foxpost Web API and Foxpost APT finder
Foxpost Web API docs: docs Foxpost Web API service terms and privacy policy: docs
Foxpost APT finder docs: docs Foxpost APT finder is an embeddable widget to the website, it is not handling any of your data.
External services
This plugin connects to Foxpost external services in order to create and manage parcel shipments.
Foxpost Web API – https://webapi.foxpost.hu/api/
What it is used for: creating parcels, printing labels, synchronizing parcel status and exporting orders to Foxpost.
What data is sent and when: when you create or update a parcel, export orders or trigger a parcel status sync, the plugin sends shipment‑related data such as:
* order ID and reference code,
* recipient name, address, postcode, city and country,
* phone number and email address (if provided),
* COD amount, parcel size and delivery mode (locker or home delivery).
Service documentation: https://webapi.foxpost.hu/swagger-ui/index.html
Terms of service and privacy policy: https://foxpost.hu/en/general-terms-and-conditions
Foxpost APT finder widget – https://cdn.foxpost.hu/apt-finder/v1/app/
What it is used for: displaying an interactive map and list of Foxpost parcel lockers on the checkout page so customers can select a pickup point.
What data is sent and when: the widget is loaded in the customer’s browser from Foxpost’s CDN; the plugin itself does not send any personal data to this widget. The widget may receive non‑personal context such as language and previously selected locker ID.
Service documentation: https://cdn.foxpost.hu/apt-finder/v1/documentation/
Upgrade
1. Its simple: make the install process one more time
Development
The JavaScript bundle used for the checkout integration is generated via a build step and the distributed, minified file is:
public/checkout/index.js
The corresponding, human‑readable source code is kept in the plugin repository under:
public/checkout/index.js(source before minification / bundling)public/checkout/index.js.map(source map generated by the build)
These files allow developers to review and debug the original uncompressed code used to create the production bundle.
