Shipping option update. The Norce order will be updated with the latest selected delivery information from Resurs Bank

Shipping option updated notifications. Will update the Norce order with latest shipping selection from Resurs Bank

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

ResursBank Checkout with the latest shipping selection

id
string
storeId
string
orderReference
string
countryCode
string
locale
string
Enum: "sv-SE" "da-DK" "nb-NO" "fi-FI"
currency
string
version
string
object
object
object
object
object
object
Array of objects (Norce.Checkout.ResursBankAdapter.Domain.Models.ResursBank.Checkbox)
object
notes
string
Responses
200

OK

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/shipping-option-update
Request samples
application/json
{
  • "id": "string",
  • "storeId": "string",
  • "orderReference": "string",
  • "countryCode": "string",
  • "locale": "sv-SE",
  • "currency": "string",
  • "version": "string",
  • "options": {
    },
  • "cart": {
    },
  • "customer": {
    },
  • "shipping": {
    },
  • "payment": {
    },
  • "status": {
    },
  • "checkboxes": [
    ],
  • "merchant": {
    },
  • "notes": "string"
}
Copyright © Norce 2024. All right reserved.