How it Works¶
This package is a wrapper around Klarnas Checkout API. With the API, you can create, update or retrieve existing orders. For more information see the official Klarna Checkout API documentation
To get a better grasp around how it works from a less technical standpoint, look at the official Klarna Checkout documentation.
Create order¶
Create an order in Klarna with products supplied, that was previously fetched from CRM. Based on payload the package will calculate total price and VAT automatically, using the configured product limetype and settings from Lime Admin.
Retrieve order¶
Fetch previously placed orders using the order_id
supplied by Klarna.
Complete use case¶
For a more technical description of the use case and data flow, see section Technical