We are getting sales via our own Klarna Checkout portal and want to send those orders to our Shopify order section so we can manage them all in one place.
Klarna says this is possible by connecting my API to Shopify, but i don’t know how to do it.
I’ve tried to add a custom app but there i can’t add any API myself…
Sign up with Klarna. To get started, you’ll need to create a merchant account and sign up with Klarna.
Get your Klarna API credentials. Generate new API credentials by going to Settings in the Merchant portal. …
Install Klarna in your Shopify store. …
Place a trial purchase.
The current Klarna alternative payment method HPSDK integration (and upcoming new payments integration) redirect back to Shopify code to place the Shopify order. With upcoming Shopify new payment integrations, I believe Shopify would not allow orders to be created directly via API external to their payments integration architecture, but hopefully these links will provide some helpful documentation about what Shopify APIs offer regarding this.
I was hoping that by sharing how the current Klarna Payments integration works with Shopify, it could help with your request about how to place orders in Shopify for KCO. I believe that Shopify intentionally does not expose an API to allow orders to be placed directly by code into Shopify.
I requested our developer provide some input regarding this; hope this helps!
If you want just to pass orders data to Shopify, and ignore any order management done within Shopify Admin, you should be able to do so.
Below is proposed solution that we did not test to fully prove out, but as we use some of these Shopify APIs, this likely could work.