Get the current state of an order.
When you want to view the complete order information, this will give you information on the current content and state of the order.
Fig.1 Retrieve order information
GET /ordermanagement/v1/orders/{order_id}
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Content-Type: application/json
Klarna will respond with 200 . The order is returned or an error message
HTTP/1.1 200 OK
Content-Type: application/json
{}