APIkurir Shipping integrates your WooCommerce store with the APIkurir courier aggregator API, giving your customers access to real-time shipping rates from multiple Indonesian couriers at checkout.
This plugin connects to the APIkurir API (https://live.apikurir.id/v2 and sandbox https://sandbox.apikurir.id/v2) to provide shipping functionality.
What the service is used for:
– Fetching province/city/district location data used in checkout selectors.
– Fetching courier and service availability/rates.
– Creating shipment orders after checkout/payment.
– Tracking shipment status and handling shipment updates.
What data is sent and when:
– During shipping-rate requests: origin/destination location codes, shipment type (regular/COD), selected courier/service, and package details (weight/quantity/value context).
– During shipment creation/tracking/cancel operations: order shipping recipient info (name, phone, address/district), selected courier/service, and order shipping metadata required by the API.
– During account/API checks from admin settings: configured API credentials (API ID and API Key) are used to authenticate API calls.
Service provider legal pages:
– Terms and Conditions: https://apikurir.id/terms-condition/
– Privacy Policy: https://apikurir.id/privacy-policy/
This plugin also connects to OpenStreetMap services on the APIkurir settings page:
– OpenStreetMap map tiles (https://{s}.tile.openstreetmap.org) display the map used to select an origin pinpoint. The browser sends the visitor’s IP address and standard HTTP request metadata when map tiles are loaded.
– Nominatim (https://nominatim.openstreetmap.org/search) searches for an address after an administrator enters at least three characters. The search text, the fixed country context “Indonesia”, the administrator’s IP address, and standard HTTP request metadata are sent to Nominatim.
OpenStreetMap service policies:
– Tile Usage Policy: https://operations.osmfoundation.org/policies/tiles/
– Nominatim Usage Policy: https://operations.osmfoundation.org/policies/nominatim/
– Privacy Policy: https://osmfoundation.org/wiki/Privacy_Policy
This plugin includes both built assets and editable source files.
assets/build/checkout-blocks.jssrc/checkout-blocks/index.jspackage.json, package-lock.json, webpack.config.jsnpm run buildThe bundled Leaflet library is licensed under the BSD 2-Clause License. Its editable upstream source is available at https://github.com/Leaflet/Leaflet/tree/v1.9.4.