Shipping option updated notifications. Will update the Norce order with latest shipping selection from Resurs Bank
ResursBank Checkout with the latest shipping selection
OK
{- "id": "string",
- "storeId": "string",
- "orderReference": "string",
- "countryCode": "string",
- "locale": "sv-SE",
- "currency": "string",
- "version": "string",
- "options": {
- "enabledCustomerTypes": [
- "string"
], - "renderCart": true,
- "calculateShipping": true,
- "lookupB2CAddress": true,
- "renderCartCode": true,
- "renderNotes": true,
- "requiredFields": [
- null
], - "allowDelayedAuthorization": true
}, - "cart": {
- "items": [
- {
- "type": "product",
- "itemId": "string",
- "itemIdDisplay": "string",
- "description": "string",
- "quantityUnit": "string",
- "quantity": 0,
- "unitPrice": 0,
- "totalPrice": 0,
- "taxRate": 0,
- "totalTax": 0,
- "totalDiscount": 0,
- "url": "string",
- "imageUrl": "string",
- "tags": [
- "string"
], - "mutable": true,
- "maxQuantity": 0
}
], - "code": "string"
}, - "customer": {
- "type": "b2C",
- "governmentId": "string",
- "delivery": {
- "name": "string",
- "contact": {
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "phone": "string"
}, - "address": {
- "street": "string",
- "addressLine": "string",
- "postalCode": "string",
- "city": "string",
- "notes": "string",
- "countryCode": "string"
}
}, - "billing": {
- "name": "string",
- "contact": {
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "phone": "string"
}, - "address": {
- "street": "string",
- "addressLine": "string",
- "postalCode": "string",
- "city": "string",
- "notes": "string",
- "countryCode": "string"
}
}, - "differentDelivery": true
}, - "shipping": {
- "tracking": {
- "url": "string"
}, - "selection": {
- "methodId": "string",
- "optionId": "string",
- "type": "string"
}, - "methods": [
- {
- "methodId": "string",
- "name": "string",
- "scope": [
- "string"
], - "type": "string",
- "carrier": "string",
- "description": "string",
- "price": {
- "display": "string",
- "calculate": 0,
- "calculateTax": 0
}, - "deliveryEta": "string",
- "options": [
- {
- "optionId": "string",
- "name": "string",
- "description": "string",
- "address": {
- "street": "string",
- "addressLine": "string",
- "postalCode": "string",
- "city": "string",
- "notes": "string",
- "countryCode": "string",
- "openingHours": [
- null
]
}
}
], - "required": [
- "string"
]
}
]
}, - "payment": {
- "status": {
- "type": "string",
- "requestedAmount": 0,
- "authorizedAmount": 0,
- "capturedAmount": 0,
- "refundedAmount": 0,
- "cancelledAmount": 0,
- "availableActions": [
- "string"
]
}, - "selection": {
- "methodId": "string",
- "optionId": "string",
- "type": "string"
}, - "methods": [
- {
- "methodId": "string",
- "name": "string",
- "type": "string",
- "customerTypes": [
- "string"
], - "minLimit": 0,
- "maxLimit": 0,
- "fee": 0,
- "required": [
- "string"
], - "subtitle": "string",
- "descriptions": [
- "string"
], - "terms": "string",
- "links": [
- {
- "label": "string",
- "url": "string"
}
]
}
]
}, - "status": {
- "type": "string",
- "location": {
- "type": "string",
- "url": "string",
- "cancelUrl": "string"
}
}, - "checkboxes": [
- {
- "id": "string",
- "label": "string",
- "checked": true,
- "required": true,
- "link": {
- "label": "string",
- "url": "string"
}
}
], - "merchant": {
- "displayName": "string",
- "termsUrl": "string",
- "logoUrl": "string",
- "homepageUrl": "string"
}, - "notes": "string"
}