Category Archives: Magento 2

Magento 2 is a powerful open-source eCommerce platform used to build online stores. It’s the successor to Magento 1, offering improved performance, scalability, and modern architecture.

What is benefit of fedex multiple packages shipment and magento 2 integration

Integrating FedEx Multiple Packages Shipment with Magento 2 offers numerous benefits, particularly for businesses that regularly ship multiple packages. Here are some of the key advantages: 1. Streamlined Shipping Process Batch Processing: Allows businesses to process multiple shipments at once, saving time and reducing manual effort. Centralized Management: Manage all shipping activities from within the… Read More »

Labelary ZPL API with Magento 2 with FedEx API

Integrating the Labelary ZPL API with Magento 2 and FedEx API for generating and printing ZPL shipping labels involves several steps. Here’s a detailed guide: Step 1: Set Up Your Magento 2 Module Create Module Directory Structure: app/code/YourVendor/FedExLabel/ Define the module.xml: <!– app/code/YourVendor/FedExLabel/etc/module.xml –> <config xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Module/etc/module.xsd”> <module name=”YourVendor_FedExLabel” setup_version=”1.0.0″/> </config> Register the Module: //… 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 major backward-incompatible changes were introduced in the 2.4.7

The following major backward-incompatible changes were introduced in the 2.4.7 Adobe Commerce and Magento Open Source releases: API integration: FedEx SOAP API integration: UPS SOAP Default behavior for isEmailAvailable API Elasticsearch 7 deprecation Fixes to resolve compatibility issues with Symfony New block class for subresource integrity verification New interface and method for ApplicationServer module New method and… Read More »