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:
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.
The plugin does not track users and does not send data to third-party servers by itself. It only responds to authenticated API requests.