Pigeon Express for WooCommerce wires the Pigeon Express courier service into your WooCommerce store. It registers three shipping methods (address delivery, Pigeon office, parcel locker), quotes live prices at checkout, and gives you a self-contained shipment workflow on every order edit screen.
Key features
Requirements
This plugin connects to the Pigeon Express courier API to provide its core functionality. The service is operated by Pigeon Express. Use of the plugin is subject to the carrier’s terms and privacy policy.
When data is sent
/calculate-price endpoint to obtain a live shipping quote./shipments endpoint to create the shipment and receive the label PDF./shipments/{reference}/cancel endpoint.What data is sent
Authentication
X-API-Key and X-API-Secret headers built from the credentials the merchant configured. The credentials are stored as WordPress options and are never written to the WordPress debug log, never emitted in responses, never echoed in the admin UI.Endpoints
https://api-demo.pigeonexpress.com/v1 (sandbox) and https://api.pigeonexpress.com/v1 (production).No data is sent to any other third-party service.