Update billing and/or shipping address for an order. Please note that doing so the order will be subject to customer credit check.
The customer needs to change their shipping and/or billing address.
Fig.1 Update the customer address flow
Fields can be updated independently. To clear a field, set its value to “” (empty string). Mandatory fields can not be cleared.
PATCH /ordermanagement/v1/orders/{order_id}/customer-details
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Content-Type: application/json
{
"shipping_address": {
"street_address": "123 Fake St",
"postal_code": "12345",
"city": "New York",
"region": "NY",
Klarna will respond with 204 . The server has fulfilled the request or an error message
HTTP/1.1 204 No Content