kustom/module-checkout is a metapackage for Magento 2 that orchestrates a comprehensive checkout
solution for e-commerce platforms. It aggregates multiple specialized modules designed to enhance
and streamline the checkout experience, payments processing, and order management within Magento 2.
This metapackage serves as a unified checkout ecosystem for Magento 2, combining the following key functionalities:
- Payment Processing: Comprehensive payment methods support including Kustom and Kustom Checkout (KCO)
- Order Management: Advanced order line management and order status management
- GraphQL Support: GraphQL API endpoints for modern headless commerce implementations
- Logging & Debugging: Centralized logging for monitoring and troubleshooting
- Admin Settings: Customizable admin configuration panel for checkout features
- API Integrations: Plugin API support and Klarna API integrations
- Sign-In Workflows: Kustom Sign In With Klarna (SIWK) functionality
- Knowledge Base System: Kustom Service Support (KSS) module
- Core Infrastructure: Base modules for module support and interoperability
The metapackage includes the following dependencies:
kustom/module-admin-settings- Admin configurationkustom/module-backend- Backend serviceskustom/module-base- Base module utilitieskustom/module-kco- Klarna Checkout integrationkustom/module-klarna-api- Klarna API integrationkustom/module-kss- Kustom Service Supportkustom/module-logger- Logging utilitieskustom/module-orderlines- Order line managementkustom/module-osm- Order status managementkustom/module-payments-graph-ql- GraphQL payment APIskustom/module-payments- Payment processingkustom/module-plugins-api- Plugins API frameworkkustom/module-siwk- Sign In With Klarnakustom/module-support- Core support functionality
This is a metapackage and should be installed via Composer as part of your Magento 2 project:
composer require kustom/module-checkout- Magento 2.x
- Composer
- Access to Magento Composer repository and Kustom GitHub repositories