Shipping option updated notifications. Will update the Norce order with latest shipping selection from klarna. Frontend implementation should subscribe to Klarna frontend event and call this endpoint.
OK
Bad Request
Not Found
{- "order_amount": 0,
- "order_tax_amount": 0,
- "order_lines": [
- {
- "type": "string",
- "reference": "string",
- "name": "string",
- "quantity": 0,
- "quantity_unit": "string",
- "unit_price": 0,
- "tax_rate": 0,
- "total_amount": 0,
- "total_discount_amount": 0,
- "total_tax_amount": 0,
- "merchant_data": "string",
- "product_identifiers": {
- "category_path": "string",
- "global_trade_item_number": "string",
- "manufacturer_part_number": "string",
- "brand": "string"
}, - "shipping_attributes": {
- "weight": 0,
- "dimensions": {
- "height": 0,
- "width": 0,
- "length": 0
}, - "tags": [
- "string"
]
}
}
], - "billing_address": {
- "given_name": "string",
- "family_name": "string",
- "organization_name": "string",
- "email": "string",
- "title": "string",
- "street_address": "string",
- "street_address2": "string",
- "street_name": "string",
- "street_number": "string",
- "house_extension": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "phone": "string",
- "country": "string",
- "care_of": "string",
- "reference": "string",
- "attention": "string"
}, - "shipping_address": {
- "given_name": "string",
- "family_name": "string",
- "organization_name": "string",
- "email": "string",
- "title": "string",
- "street_address": "string",
- "street_address2": "string",
- "street_name": "string",
- "street_number": "string",
- "house_extension": "string",
- "postal_code": "string",
- "city": "string",
- "region": "string",
- "phone": "string",
- "country": "string",
- "care_of": "string",
- "reference": "string",
- "attention": "string"
}, - "selected_shipping_option": {
- "id": "string",
- "name": "string",
- "description": "string",
- "promo": "string",
- "price": 0,
- "tax_amount": 0,
- "tax_rate": 0,
- "preselected": true,
- "shipping_method": "string",
- "delivery_details": {
- "carrier": "string",
- "class": "string",
- "product": {
- "reference": "string",
- "name": "string"
}, - "pickupLocation": {
- "reference": "string",
- "name": "string",
- "address": {
- "streetAddress": "Adaptivevägen 18",
- "city": "Boden",
- "postalCode": "955 60",
- "country": "SE"
}
}
}, - "tms_reference": "string",
- "selected_addons": [
- {
- "reference": "string",
- "price": 0
}
]
}, - "purchase_currency": "string",
- "merchant_data": "string",
- "merchant_reference1": "string",
- "merchant_reference2": "string",
- "customer": {
- "billing": {
- "givenName": "Rosalinainho",
- "familyName": "Undulatsson",
- "careOf": "Olleinho Jyckesson",
- "reference": "string",
- "organizationName": "Storm",
- "streetAddress": "Adaptivevägen 18",
- "streetAddress2": "Lgh 1203",
- "postalCode": "955 60",
- "city": "Boden",
- "region": "Norrbotten",
- "country": "SE",
- "phone": "0753892233",
- "email": "rosalinainho.undulatsson@example.com",
- "attributes": {
- "property1": null,
- "property2": null
}
}, - "shipping": {
- "givenName": "Rosalinainho",
- "familyName": "Undulatsson",
- "careOf": "Olleinho Jyckesson",
- "reference": "string",
- "organizationName": "Storm",
- "streetAddress": "Adaptivevägen 18",
- "streetAddress2": "Lgh 1203",
- "postalCode": "955 60",
- "city": "Boden",
- "region": "Norrbotten",
- "country": "SE",
- "phone": "0753892233",
- "email": "rosalinainho.undulatsson@example.com",
- "attributes": {
- "property1": null,
- "property2": null
}
}, - "type": "Person",
- "attributes": {
- "property1": null,
- "property2": null
}
}, - "locale": "string",
- "tags": [
- "string"
]
}
{- "purchase_currency": "string",
- "order_amount": 0,
- "order_tax_amount": 0,
- "order_lines": [
- {
- "type": "string",
- "reference": "string",
- "name": "string",
- "quantity": 0,
- "quantity_unit": "string",
- "unit_price": 0,
- "tax_rate": 0,
- "total_amount": 0,
- "total_discount_amount": 0,
- "total_tax_amount": 0,
- "merchant_data": "string",
- "product_identifiers": {
- "category_path": "string",
- "global_trade_item_number": "string",
- "manufacturer_part_number": "string",
- "brand": "string"
}, - "shipping_attributes": {
- "weight": 0,
- "dimensions": {
- "height": 0,
- "width": 0,
- "length": 0
}, - "tags": [
- "string"
]
}
}
]
}