Title: Pasts Courier &amp; Locker
Author: latvijaspasts
Published: <strong>2026年6月2日</strong>
Last modified: 2026年7月13日

---

プラグインを検索

![](https://ps.w.org/pasts-expresspasts/assets/icon.svg?rev=3559586)

# Pasts Courier & Locker

 作者: [latvijaspasts](https://profiles.wordpress.org/latvijaspasts/)

[ダウンロード](https://downloads.wordpress.org/plugin/pasts-expresspasts.1.5.4.zip)

 * [詳細](https://ja.wordpress.org/plugins/pasts-expresspasts/#description)
 * [レビュー](https://ja.wordpress.org/plugins/pasts-expresspasts/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/pasts-expresspasts/#installation)
 * [開発](https://ja.wordpress.org/plugins/pasts-expresspasts/#developers)

 [サポート](https://wordpress.org/support/plugin/pasts-expresspasts/)

## 説明

**Pasts Courier & Locker** adds official Pasts Expresspasts options to WooCommerce
checkout.

Main features:

 * Supports both classic checkout and WooCommerce Checkout Blocks.
 * Supports both WordPress posts order storage and WooCommerce High-performance 
   order storage.
 * Show Pasts parcel lockers, post offices, and courier options at checkout.
 * Supports delivery to Latvia, Lithuania, Estonia, and worldwide.
 * Shipping method pricing rules by country, weight, amount, and box size.
 * Label and manifest generation from the plugin orders.
 * Supports courier pickup as well as shipment drop-off at parcel lockers.
 * Debug logging for request and response troubleshooting.

### External services

#### ExpressPasts API

This plugin connects to the Pasts ExpressPasts API, which is also called Express
Mail Customer Information System or EKIS. It is necessary for most of the plugin
functions – getting terminal or other location lists, creating shipments, getting
labels, creating manifests, calling courier. Refer to the [Privacy Policy in Latvian](https://pasts.lv/personas-datu-apstrade)
or the [Privacy Policy in English](https://pasts.lv/en/privacy-policy) and the [Terms of Use in Latvian](https://pasts.lv/finansu-pakalpojumi/biznesam).

#### Esri ArcGIS

The plugin uses the Esri ArcGIS geocoding service (geocode.arcgis.com) to convert
a postcode or address into geographic coordinates. This is required to sort and 
show the parcel lockers and customer service locations closest to the customer.

The postcode or address is sent to the service each time the customer searches for
a pickup location, or the closest location is calculated, both in the classic checkout
and in the WooCommerce Checkout block. No other personal data is sent. Refer to 
the [Esri Terms of Use](https://www.esri.com/en-us/legal/terms/master-agreement)
and the [Esri Privacy Statement](https://www.esri.com/en-us/privacy/overview).

### Source code and build process

The WooCommerce Checkout block assets in `assets/blocks/` (`index.js`, `post-terminals-
block.js`, `post-terminals-block-frontend.js`) are compiled bundles. Their human-
readable JavaScript (React/JSX) source is included with the plugin in the `src/`
directory.

The bundles are built with [@wordpress/scripts](https://www.npmjs.com/package/@wordpress/scripts)
and [@woocommerce/dependency-extraction-webpack-plugin](https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin).
To rebuild them, run the following from the `src/` directory (requires Node.js and
npm):

    ```
    npm install
    npm run build
    ```

Full build instructions are in `src/BUILD.md`.

#### Bundled third-party libraries

This plugin bundles the following minified third-party library. Its human-readable,
non-minified source is publicly available from the linked upstream project, and 
the link is also included in the file headers.

 * **Datetimepicker for Bootstrap**, version 3.1.3, by Jonathan Peterson (Eonasdan),
   MIT License. Files: `assets/js/datetimepicker/bootstrap-datetimepicker.min.js`
   and `bootstrap-datetimepicker.min.css`. Used for the pickup date/time selector
   on the courier manifest screen. Source: https://github.com/Eonasdan/bootstrap-
   datetimepicker

## インストール

 1.  Upload the plugin folder to `/wp-content/plugins/`, or install from the WordPress
     Plugins screen.
 2.  Make sure WooCommerce is active.
 3.  Activate **Pasts Courier & Locker**.
 4.  Go to **WooCommerce > Settings > Shipping > Pasts Courier & Locker**.
 5.  Enter API credentials and sender information.
 6.  Configure shipping methods, pricing, and other settings and save changes.
 7.  Go to **WooCommerce > Settings > Shipping > Shipping zones**.
 8.  Add the Pasts courier delivery shipping method to the necessary shipping zones.
 9.  Test the checkout.

## FAQ

### Where to get API credentials?

Reach out to [Latvia Post](https://pasts.lv) directly for API credentials.

### Where do I configure API credentials?

Go to **WooCommerce > Settings > Shipping > Pasts Courier & Locker** and fill in
your API key and sender details.

### Is WooCommerce required?

Yes. This plugin extends WooCommerce shipping and requires WooCommerce to be installed
and active.

### Can I print labels and manifests from WooCommerce?

Yes. Labels and manifests can be generated from the plugin order management workflow
in wp-admin.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Pasts Courier & Locker はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ latvijaspasts ](https://profiles.wordpress.org/latvijaspasts/)

“Pasts Courier & Locker” は1ロケールに翻訳されています。 [翻訳者](https://translate.wordpress.org/projects/wp-plugins/pasts-expresspasts/contributors)
のみなさん、翻訳へのご協力ありがとうございます。

[“Pasts Courier & Locker” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/pasts-expresspasts)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/pasts-expresspasts/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/pasts-expresspasts/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/pasts-expresspasts/)を
[RSS](https://plugins.trac.wordpress.org/log/pasts-expresspasts/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.5.4

 * Moved the parcel terminal and customer service location selector to a separate
   checkout field below the shipping methods.
 * Added Latvia (LV) as the default country when the checkout country is missing
   or unsupported.
 * Added configurable checkout labels for the parcel terminal and customer service
   location selectors.
 * Applied the custom labels and default country handling to both classic checkout
   and WooCommerce Checkout Blocks.

#### 1.5.3

 * Renamed the plugin to **Pasts Courier & Locker** across the plugin name, shipping
   method title, and admin manifest screen.
 * Updated the plugin description and build documentation to reflect the new name.

#### 1.5.2

 * Improved courier pickup request modal with pickup date and time interval fields.
 * Added frontend and backend validation for courier pickup date and time values.
 * Added dedicated courier call logs in the debug section with masked API key data
   and 30-day retention.
 * Updated the minimum WordPress requirement to 5.3 and aligned plugin version metadata.

#### 1.5.1

 * Improved destination country resolution for courier shipments, including EMS (
   international courier), with a clear error message when the country cannot be
   resolved.
 * Added a configurable automatic data update interval (WP-Cron) for Expresspasts
   classifier data.
 * Added a “Fetch Expresspasts data now” button to manually refresh countries, parcel
   terminals, customer service locations, and external parcel terminals without 
   leaving the settings page.
 * Added a data update log viewer to the shipping method settings.

#### 1.5.0

 * Security hardening and for initial release on WordPress.org.

## メタ

 *  バージョン **1.5.4**
 *  最終更新日 **2か月前**
 *  有効インストール数 **30+**
 *  WordPress バージョン ** 5.3またはそれ以降 **
 *  検証済み最新バージョン: **7.0.4**
 *  PHP バージョン ** 7.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/pasts-expresspasts/)、[Latvian](https://lv.wordpress.org/plugins/pasts-expresspasts/).
 *  [プラグインを翻訳](https://translate.wordpress.org/projects/wp-plugins/pasts-expresspasts)
 * タグ
 * [courier](https://ja.wordpress.org/plugins/tags/courier/)[latvia](https://ja.wordpress.org/plugins/tags/latvia/)
   [parcel-locker](https://ja.wordpress.org/plugins/tags/parcel-locker/)[shipping](https://ja.wordpress.org/plugins/tags/shipping/)
   [woocommerce](https://ja.wordpress.org/plugins/tags/woocommerce/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/pasts-expresspasts/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/pasts-expresspasts/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/pasts-expresspasts/reviews/)

## 貢献者

 *   [ latvijaspasts ](https://profiles.wordpress.org/latvijaspasts/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/pasts-expresspasts/)