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

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

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

Payload from client-side iframe event

id
string
object
orderId
string
name
string
carrier
string
totalShippingFee
integer <int64>
Responses
200

OK

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/shipping-option-update
Request samples
application/json
{
  • "id": "string",
  • "location": {
    },
  • "orderId": "string",
  • "name": "string",
  • "carrier": "string",
  • "totalShippingFee": 0
}
Copyright © Norce 2024. All right reserved.