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

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

SecurityBearer
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

Shipping option update object

method
string
methodName
string
secondaryOption
string
object
price
number <double>

Represents the price of the shipping method selected

priceExVat
number <double>
totalShippingPrice
number <double>

Price of the shipping method selected plus any additionalServices that might cost extra

totalShippingPriceExVat
number <double>
additionalShippingServices
Array of strings
shippingServicesNames
Array of strings
Responses
200

OK

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/shipping-option-update
Request samples
application/json
{
  • "method": "string",
  • "methodName": "string",
  • "secondaryOption": "string",
  • "pickupLocation": {
    },
  • "price": 0,
  • "priceExVat": 0,
  • "totalShippingPrice": 0,
  • "totalShippingPriceExVat": 0,
  • "additionalShippingServices": [
    ],
  • "shippingServicesNames": [
    ]
}
Copyright © Norce 2024. All right reserved.