Table of Contents

Magento 2 Shipping Guard Extension

Extension context

This is a Toweringmedia Magento 2 extension guide in the Shipping category. Use this page for API-protection settings and shipping quote reliability.

Overview

Shipping Guard is a backend-only shipping quote protection layer that reduces unnecessary carrier API calls from incomplete or repetitive checkout requests.

Key capabilities:

Installation

cd /path/to/magento
composer require toweringmedia/module-shipping-guard:<VERSION>
php -d memory_limit=-1 bin/magento setup:upgrade
php -d memory_limit=-1 bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Versioning notes

Configuration

Go to: Stores > Configuration > Shipping > Shipping Guard

Recommended baseline settings:

Optional controls:

Validation checklist

Troubleshooting