- Determining and selecting shipping methods
- Determining and selecting payment methods
- Calculating totals (including taking into account discounts, surcharges, and other price-relevant components)
- Checking and accepting checkout-relevant data (e.g. delivery/billing data, prerequisites, and conditions for order completion)
- Triggering order completion and transitioning into the respective payment flow (depending on the payment method)
This Storefront API is currently still being developed and is at present available only with a limited scope of functions. Which information and endpoints are currently included can be found in the interface description below. The further development of this interface is being continuously continued.
Supported methods
List of all supported methods.Methods for the checkout
The following methods provide information about the current checkout process of the active session.GET checkout/status
The following call returns the total costs for the checkout process (including small-quantity surcharge “surcharge”, shipping and payment method costs, vouchers, etc.). It can be used, for example, to update the total amount in the checkout without reloading the page.
