Storm cart adapter
Storm cart adapter handles both creation and update of an Norce Checkout order based on a Storm basket. Updates made through the adapter will update both the Storm basket and the Norce Checkout order.
Configure
Configure this adapter to connect a Storm application to Norce Checkout.
Id: storm_adapter
Url: https://rest.lab.storm.io/checkout-adapter
Now you can call the cart adapter with a Storm basket id and an order will automatically be created. Don't forget to add the x-merchant header.
GET /api/v1/orders/redirect?cartId=1234567&channel=1&culture=sv-SE
Environments
There are two environments that you can use.
Environment | Address |
---|---|
Test | https://rest.lab.storm.io/checkout-adapter |
Production | Not published |