內容簡介
Bex Courier Integration 外掛讓 WooCommerce 訂單能直接安排 BexExpress 快遞取件,無需登入其他快遞平台,簡化了發貨流程,提升管理效率。
【主要功能】
• 從 WooCommerce 訂單安排快遞取件
• 直接在訂單畫面取消貨件
• 列印運送標籤
• 查看每個訂單的運送追蹤歷史
• 瀏覽所有活躍貨件及其狀態
• 可配置寄件人資訊、包裹商店、付款方式等
外掛標籤
開發者團隊
原文外掛簡介
Bex Courier Integration adds a “Schedule Courier” action to WooCommerce orders, allowing you to dispatch shipments to BexExpress directly from the WordPress admin — no need to log in to a separate courier portal.
Features:
Schedule a courier pickup from any WooCommerce order
Cancel shipments directly from the order screen
Print shipping labels
View shipment tracking history per order
Browse all active shipments and their statuses
Configurable sender details, parcel shop, payment type, package weight, and more
Developer mode with API request/response log for support and diagnostics
External Services
This plugin communicates with the BexExpress courier API. Data is only transmitted when a site administrator explicitly performs an action (scheduling, cancelling, or looking up a shipment). No data is sent automatically or without user interaction.
Shipment Creation and Cancellation
Used when scheduling or cancelling a courier pickup from the order screen.
* Endpoint: https://api.bex.rs:62503/ship/api/Ship/postShipments
* Endpoint: https://api.bex.rs:62503/ship/api/Ship/deleteShipments
* Data sent: receiver name, address, phone number, package details, payment type, order reference, API credentials
Parcel Shop Lookup
Used to display the list of BexExpress pickup locations in the settings screen.
* Endpoint: https://api.bex.rs:62503/ship/api/Ship/listParcelShop
* Data sent: API credentials
API Key Validation and Label Printing
Used to verify your API key from the settings screen and to generate printable shipping labels.
* Endpoint: https://integrations.bexexpress.rs/api/Addresses/Municipalities
* Endpoint: https://integrations.bexexpress.rs/api/Shipments/getLabelWithProperties
* Data sent: API credentials (for key validation); shipment ID (for label printing)
Shipment History
Used to display tracking history for individual shipments in the admin.
* Endpoint: https://integrations.bexexpress.rs/api/Shipments/shipmentHistory
* Data sent: shipment tracking number, API credentials
This service is provided by BexExpress: Terms of Service (Serbian), Privacy Policy (Serbian), publicly available API documentation (Serbian).
* Terms of Service: https://bexexpress.rs/assets/BEX_Opsti_uslovi–i8uOTMY.pdf
* Privacy Policy: https://www.bex.rs/doc/OBAVESTENJE_O_OBRADI_PODATAKA_O_LICNOSTI.pdf
* API documentation: https://bexexpress.rs/DevDocumentation
