Linux 软件免费装

Todogift Shipping API

开发者 maicene
更新时间 2026年3月9日 18:23
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

shipping woocommerce api rest-api

下载

1.0.1

详情介绍:

Todogift Shipping API exposes a simple, production-focused REST API endpoint so an external service can retrieve shipping rates calculated by WooCommerce on a vendor's store. This plugin is primarily built for stores integrating with the Todogift platform. It can also be used by any external system that needs authenticated access to WooCommerce-calculated shipping rates. This plugin does not re-implement shipping logic. It delegates to WooCommerce shipping calculation, so all configured rules apply: Endpoints Authentication All endpoints require authentication using WooCommerce REST API keys. For security, always use HTTPS and HTTP Basic Auth when calling the API. Do not transmit API keys over plain HTTP. Privacy The plugin does not track users and does not send data to third-party servers by itself. It only responds to authenticated API requests.

安装:

  1. Upload the todogift-shipping-api folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Ensure WooCommerce is installed and active.
  4. Create WooCommerce REST API keys (WooCommerce → Settings → Advanced → REST API) and share them with your integration.

常见问题:

Does this plugin send any data to Todogift automatically?

No. The plugin only responds to authenticated API requests. It does not phone home.

What data is exposed by the API?

The shipping/calculate endpoint returns shipping rates for a provided address and product IDs. It does not return customer account data. Access is restricted by WooCommerce REST API keys.

Does this plugin require a Todogift account?

To use it with Todogift, you will need a Todogift integration. Without Todogift (or another integration calling the endpoints), the plugin has no user-facing UI and simply exposes authenticated endpoints.

Is this compatible with all shipping plugins?

The plugin relies on WooCommerce shipping calculation. Compatibility depends on whether the installed shipping plugins properly register rates via WooCommerce shipping APIs.

更新日志:

1.0.1 1.0.0