From 67c4f7672098850cd11527f9cc6e9116a2f46496 Mon Sep 17 00:00:00 2001 From: Anil K Patel Date: Wed, 5 Jun 2024 20:29:11 +0530 Subject: [PATCH] Update shipping-aggregator.md Added links to shipping gateway integration implementations. --- project-ideas/shipping-aggregator.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project-ideas/shipping-aggregator.md b/project-ideas/shipping-aggregator.md index 346b15bd..b1b2d9ff 100644 --- a/project-ideas/shipping-aggregator.md +++ b/project-ideas/shipping-aggregator.md @@ -413,3 +413,11 @@ The `CarrierShipmentMethod` entity represents the specific shipping methods avai * To modify a shipment method's type, delete the existing record and create a new one with the desired `shipmentMethodEnumId`. * Ensure the `shipmentMethodEnumId` in the request body is a valid enumeration value using validation logic. + +Useful links + +https://github.com/hotwax/mantle-fedex +https://github.com/hotwax/mantle-shipstation +https://github.com/hotwax/mantle-shipengine + +