Loading...
Loading...
Use when creating or changing a Bagisto shipping method — a carrier class, shipping rates, the carriers config, or integrating a courier such as FedEx, UPS or DHL. Trigger phrases include "shipping", "shipping method", "carrier", "delivery", "shipping rate", "FedEx", "UPS", "DHL", "free shipping", "flat rate".
npx skill4agent add bagisto/agent-skills bagisto-shipping-method-development| Component | Purpose | Location |
|---|---|---|
| Carriers Configuration | Defines shipping method properties | |
| Carrier Classes | Contains rate calculation logic | |
| System Configuration | Admin interface forms | |
| Service Provider | Registers shipping method | |
| Shipping Facade | Collects and manages rates | |
| File | Load when |
|---|---|
| implementation.md | Building a carrier — the step-by-step guide |
| carrier-api.md | The base carrier class and the CartShippingRate model |
| reference.md | Built-in carriers, pricing examples, the Shipping facade, package layout, testing, pitfalls |