Category Archives: Ecommerce

Ecommerce (or electronic commerce) is the buying and selling of goods and services online through the internet. It includes all the activities involved in online transactions, from product listing to payment processing and delivery.

Fedex and UPS Soap API Last Usage Date

Here are the last dates for the usage of SOAP APIs for FedEx and UPS: FedEx SOAP API End-of-Life Date: May 31, 2024 Details: FedEx is transitioning from SOAP APIs to RESTful APIs. After this date, SOAP APIs will no longer be supported, and developers are advised to migrate to the new RESTful APIs. https://www.ecomplugins.com/magento2/magento2-ups-extensions… Read More »

Magento 2 Store pickup shipping method selection then calculate order tax based on store origin address automatically on checkout page

To achieve the functionality of calculating order tax based on the store origin address when the “Store Pickup” shipping method is selected in Magento 2, you can follow these steps: 1. Configure Store Pickup Shipping Method Magento 2 doesn’t have a built-in “Store Pickup” method by default, so you’ll need to: Install a third-party extension… Read More »

What is difference in Rest API and Graph QL

REST API and GraphQL are both technologies for building and consuming APIs, but they have significant differences in how they handle data and functionality. Here’s a comparison: 1. Data Fetching: REST API: Operates on fixed endpoints (e.g., /users, /users/123/posts). Each endpoint returns a predefined structure of data. Can result in over-fetching (getting more data than… 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 »

How to create Bigcommerce shipping plugin to get online rates from FedEx / UPS / USPS

Creating a BigCommerce shipping plugin to get real-time rates from FedEx, UPS, or USPS requires integration with their respective APIs and implementing the plugin within BigCommerce’s ecosystem. Here’s a step-by-step guide to help you: 1. Understand BigCommerce and Carrier APIs BigCommerce Developer Documentation Familiarize yourself with BigCommerce’s APIs and webhooks: BigCommerce Developer Documentation Carrier APIs… Read More »

Magento vs Shopify vs BigCommerce

Choosing between Magento, Shopify, and BigCommerce depends on your business needs, technical expertise, and growth plans. Here’s a detailed comparison across key dimensions: 1. Ease of Use Magento: Requires technical expertise or a developer. It’s best for users familiar with coding or those willing to invest in professional support. Shopify: Very user-friendly with a simple… Read More »