Shipping option update

Shipping option updated notifications. Will update the Norce order with latest shipping selection from klarna. Frontend implementation should subscribe to Klarna frontend event and call this endpoint.

Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

query Parameters
merchant
required
string

Merchant identifier

channel
required
string

Merchant channel

Request Body schema: application/json
order_amount
integer <int32>
order_tax_amount
integer <int32>
Array of objects (OrderLine)
object
object
object
purchase_currency
string
merchant_data
string
merchant_reference1
string
merchant_reference2
string
object
locale
string
tags
Array of strings
Responses
200

OK

400

Bad Request

404

Not Found

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/shipping-option-update
Request samples
application/json
{
  • "order_amount": 0,
  • "order_tax_amount": 0,
  • "order_lines": [
    ],
  • "billing_address": {
    },
  • "shipping_address": {
    },
  • "selected_shipping_option": {
    },
  • "purchase_currency": "string",
  • "merchant_data": "string",
  • "merchant_reference1": "string",
  • "merchant_reference2": "string",
  • "customer": {
    },
  • "locale": "string",
  • "tags": [
    ]
}
Response samples
application/json
{
  • "purchase_currency": "string",
  • "order_amount": 0,
  • "order_tax_amount": 0,
  • "order_lines": [
    ]
}
Copyright © Norce 2024. All right reserved.