Category Archives: Shipping Modules

Shipping modules refer to software components or extensions that integrate with e-commerce platforms or websites to facilitate the management and processing of shipping-related tasks. These modules are designed to streamline the shipping process, provide accurate shipping rates, generate shipping labels, and track shipments.

FedEx / UPS Packaging Logic With Rest API Plugin Flow

Lets discuss how fedex / ups box packaging setting will work. After you installed our plugin, then you will see fedex / ups settings in Magento 2 admin with following path. Admin -> Store -> Configuration -> Sales -> Delivery Methods https://magento2.ecomplugins.com/admin/admin/system_config/edit/section/carriers/ Packaging Logic:  See below examples to understand flow. Case: 1 Packaging Logic: Yes… Read More »

FedEx / UPS Shipping Plugin settings

See below details for each setting options for FedEx / UPS Shipping Carrier Rest API Plugin: https://magento2.ecomplugins.com/admin/admin/system_config/edit/section/carriers/ Enabled:  If you want to enable plugin for checkout. Frontend Enabled: If you want to enable for frontend customer checkout. If set as “No” then shipping rates will display only for admin order creation. Enabled for RMA: If… Read More »

Magento 2 how to create shipment from different shipping method than customer ordered shipping method.

To create a shipment with a different shipping method than the one originally ordered, and allow selection from a dropdown of all available shipping methods, you need to customize the Magento 2 admin panel and extend its functionality. Here is a step-by-step guide to achieve this: Step 1: Create a Custom Module Assuming you have… Read More »

How to use 3rd party FedEx account shipping label via FedEx Rest API Oauth 2.0

Using a third-party FedEx account for generating shipping labels via the FedEx REST API with OAuth 2.0 involves several steps. This process includes obtaining OAuth credentials, authenticating, and making API requests with third-party billing information. Here’s a step-by-step guide on how to achieve this: Step 1: Obtain FedEx REST API and OAuth 2.0 Credentials Register… Read More »

How to use 3rd party ups account shipping label via UPS Rest API Oauth 2.0

Using a third-party UPS account for generating shipping labels via the UPS REST API with OAuth 2.0 involves several steps, including obtaining OAuth credentials, authenticating, and making API requests with third-party billing information. Here’s a detailed guide on how to achieve this: Step 1: Obtain UPS REST API and OAuth 2.0 Credentials Register for a… Read More »

Magento 2 Ultimate Shipping Rules to manage shipping markup and rates

Creating a comprehensive shipping strategy in Magento 2 involves configuring shipping rules to manage shipping markup and rates effectively. Here’s how you can implement shipping rules to achieve this: Configure Shipping Methods: In your Magento 2 admin panel, navigate to Stores > Configuration > Sales > Shipping Methods. Enable the shipping methods you want to… Read More »

Magento 2 Peninsula Shipping carrier integration with rating

To integrate Peninsula Shipping carrier with rating in Magento 2, you would typically follow these steps: Register with Peninsula Shipping: First, sign up for an account with Peninsula Shipping if you haven’t already. They will provide you with the necessary credentials and API documentation. Install Extension: Look for a Magento 2 extension that supports Peninsula… Read More »