Shipping options change. Updates order with the selected shipping option from PayPal

Handles shipping option changes from PayPal. Updates the order with the selected shipping option and returns updated pricing information.

SecurityBearer
Request
path Parameters
order_id
required
string
payment_id
required
string
query Parameters
merchant
required
string
channel
required
string
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

404

Not Found

post/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/shipping-options-change
Request samples
application/json
{
  • "selectedShippingOption": {
    }
}
Copyright © Norce 2024. All right reserved.