Sendo

설명

Sendo integrates WooCommerce with the Sendo logistics platform, providing real-time shipping rates and pickup point selection at checkout.

Supports multiple carriers including Postnord, Schenker, and Norlines.

External Services

This plugin communicates with an external service operated by Sendo AS.

By using this plugin, order and address data is transmitted to Sendo servers to calculate shipping rates and retrieve pickup locations. Store owners are responsible for ensuring compliance with applicable data protection laws (including GDPR).

Service provider: Sendo AS
Website: https://sendo.no
API endpoint: https://v2.sendo.no/woo-endpoint

Terms of Service: https://sendo.no/vilkar
Privacy Policy: https://sendo.no/personvern

What data is sent

• Customer shipping address (postcode, city, street, country)
• Cart contents (products, SKUs, quantities, weight, dimensions)
• Store URL
• Sendo API credentials

When data is sent

Data is sent when checkout loads and when the customer updates address or cart contents.

Why data is sent

To calculate real-time shipping prices and retrieve pickup points.

Features

  • Real-time shipping rate calculations
  • Pickup point selection
  • Pickup point auto-selection
  • Pickup preference memory per postcode
  • Automatic order transfer to Sendo on status change (configurable)
  • Shipping method exclusion filter for auto-transfer
  • Manual “Send to Sendo” button on admin order pages
  • Re-send orders to Sendo with one click
  • Tracking link display in order sidebar
  • Compatible with iframe payment gateways (Kustom, Svea, Dintero, Klarna)
  • Intelligent caching (60 seconds)
  • Debug logging support
  • HPOS compatible

License

This plugin is licensed under the GPL v2 or later.

설치

  1. Upload the sendo folder to /wp-content/plugins/
  2. Activate the plugin via WordPress admin
  3. Go to WooCommerce Settings Shipping
  4. Add “Sendo” to your shipping zone
  5. Enter your API credentials

FAQ

Does this plugin require a Sendo account?

Yes. You must obtain API credentials from Sendo.

What happens if the API is unavailable?

You may configure a fallback shipping rate.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Sendo”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Sendo”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

5.1.9

  • Pickup point / parcel locker data is now included when sending orders to Sendo (ship_pickuppoint, pickup_point_id, pickup_point_address)

5.1.8

  • Release version update

5.1.7

  • Ensured product dimensions are always converted to centimeters before sending to Sendo API, regardless of WooCommerce unit settings
  • Switched frontend AJAX from admin-ajax.php to WooCommerce wc-ajax endpoint — fixes Brave browser blocking checkout requests

5.1.6

  • Automatic order transfer to Sendo when order status changes (completed, partial-shipped, or custom status)
  • Configurable shipping method exclusion — skip auto-transfer for specific shipping methods
  • Duplicate-send prevention — orders already sent to Sendo are not re-sent automatically
  • Refactored order-send logic into shared sendoaspSendOrderToSendo() function (used by both manual and auto-transfer)
  • Debug logging for auto-transfer success and failure events

5.1.5

  • Real-time shipping rates can now be toggled on/off per shipping zone instance (default: off)
  • Stores using only order sync no longer need to disable the shipping method
  • Added “Send ordre til Sendo” metabox on admin order pages
  • Manual order sync with one-click button in order sidebar
  • Re-send capability for previously sent orders
  • Tracking ID and tracking link display after successful send
  • HPOS-compatible meta storage for tracking data
  • Backward-compatible with legacy frakt123 tracking meta keys
  • Dedicated admin JavaScript for order sync (sendo-admin-order.js)
  • Permission check (edit_shop_orders) and nonce protection on send endpoint

5.1.4

  • Stability improvements
  • Compatibility updates

5.1.2

  • Renaming and prefix standardization
  • External service disclosure added
  • Pickup point preference memory
  • Improved iframe compatibility

5.1.1

  • Loop prevention improvements
  • Auto-select first pickup point
  • Address sync improvements

5.1.0

  • Checkout performance improvements
  • Address normalization
  • Pickup point dropdown fixes

5.0.0

  • Complete architecture rewrite
  • Single API call optimization
  • HPOS support
  • Pickup point validation