Provides a way to change the email address associated with an order from the Magento admin panel. Automatically reassigns the order to a registered customer if the new email matches, or converts it to a guest order otherwise.
Integrates DHL eCommerce, allowing you to add delivery options and print shipping labels directly within your store. Supports stores shipping from the Benelux region.
Looking for contributors - Help fix build issues
Integrates Magento 2 with the Carriyo shipping platform for automated shipment creation, shipping method mapping, and order status synchronization. Supports COD and non-COD payment flows with configurable status mappings.
Integrates ItsLog shipping rate calculation into Magento 2 checkout, enabling stores to offer shipping quotes from the ItsLog logistics API directly at checkout.
Adds a delivery date timestamp field to the shipment admin page, allowing administrators to record and track actual delivery dates for shipments via a dedicated API endpoint.
Looking for contributors - Help fix build issues
Exposes a REST API endpoint to retrieve printable invoice PDFs as base64-encoded data, extending the native Magento invoice API.
Looking for contributors - Help fix build issues
Automatically generates a custom identifier code for each order during checkout, displayed on the success page, admin order grid, and order detail. Includes a CLI command to backfill existing orders.
Disables Magento's inventory reservation system, preventing writes to the inventory_reservation table. Deducts stock on order placement instead of shipment, and replenishes stock on order cancellation or credit memo.
Looking for contributors - Help fix build issues
Captures and stores product thumbnail images for order items at order placement, displaying them on the admin order view and exposing them via GraphQL for headless storefronts, with configurable-product child-image selection and placeholder fallback.
Looking for contributors - Help fix build issues
Triggers order-related Magento events (sales_order_place_after, checkout_submit_all_after, sales_order_save_after) for an existing order via a secret-key-secured URL, useful for processing orders created directly in the database.
Adds extra filtered order grids to the Magento 2 admin that show only orders with a particular status, useful for workflows like pre-orders, backorders, or pay-by-invoice.
Looking for contributors - Help fix build issues
Adds CLI commands to manage Magento 2 shipping table rates, allowing you to list, export to CSV, and import table rates per website directly from the command line.