Category Archives: Woocommerce

WooCommerce is a free WordPress plugin that turns a regular WordPress website into a fully functional online store.

Woocommerce Fedex Rest API shipping rates integration

To integrate FedEx shipping rates via the REST API into a WooCommerce store, here’s a step-by-step guide you can follow. This allows your WooCommerce checkout to fetch real-time shipping rates from FedEx using their REST API. đź”§ Requirements FedEx Developer Account Sign up or log in: https://developer.fedex.com Create a project to get your API Key,… Read More »

Woocommerce with echo global shipping carrier integration

Integrating WooCommerce with the Echo Global Shipping Carrier requires a combination of API integration and plugin customization to enable real-time freight calculations, tracking, and shipping label generation. Here’s a step-by-step guide to achieve this: 1. Understand Echo Global’s API Obtain access to the Echo Global API by contacting their support team. Review their API documentation… Read More »

Woocommerce how to create custom api shipping method to display rates and tracking

Creating a custom API shipping method for WooCommerce involves implementing a custom shipping method class and leveraging WooCommerce’s hooks to integrate it. This process typically includes defining a new shipping method, calculating rates dynamically, and providing tracking data via an API. Below is a step-by-step guide to help you achieve this: 1. Set Up Your… Read More »