Simple Order API Field Map
Simple Order
API Field MapKlarna API Field Name | Simple Order API Field
Name |
---|---|
authorization_token | apAuthService_preapprovalToken |
billing_address.city | billTo_city |
billing_address.country | billTo_country |
billing_address.email | billTo_email |
billing_address.family_name | billTo_lastName |
billing_address.given_name | billTo_firstName |
billing_address.phone | billTo_phoneNumber |
billing_address.postal_code | billTo_postalCode |
billing_address.region | billTo_district |
billing_address.street_address | billTo_street1 |
billing_address.street_address2 | billTo_street2 |
billing_address.title | billTo_title |
customer.date_of_birth | billTo_dateOfBirth |
customer.gender | billTo_gender |
locale | billTo_language |
merchant_urls.confirmation | apAuthService_successURL |
options.color_border | apUI_colorBorder |
options.color_border_selected | apUI_colorBorderSelected |
options.color_button | apUI_colorButton |
options.color_button_text | apUI_colorButtontext |
options.color_checkbox | apUI_colorCheckbox |
options.color_checkbox_checkmark | apUI_colorCheckboxCheckMark |
options.color_header | apUI_colorHeader |
options.color_link | apUI_colorLink |
options.color_text | apUI_colorText |
options.payment_method_category | paymentMethod_name |
options.radius_border | apUI_borderRadius |
order_amount | purchaseTotals_grandTotalAmount |
order_lines.name | item_#_productName |
order_lines.reference | item_#_productSKU |
order_lines.tax_rate | item_#_taxRate |
order_lines.total_amount | item_#_totalAmount |
order_lines.unit_price | item_#_unitPrice |
order_lines.quantity | item_#_quantity |
order_lines.tax_amount | item_#_taxAmount |
purchase_country | billTo_country |
purchase_currency | purchaseTotals_currency |
shipping_address.city | shipTo_city |
shipping_address.country | shipTo_country |
shipping_address.email | shipTo_email |
shipping_address.family_name | shipTo_lastName |
shipping_address.given_name | shipTo_firstName |
shipping_address.phone | shipTo_phoneNumber |
shipping_address.postal_code | shipTo_postalCode |
shipping_address.region | shipTo_district |
shipping_address.street_address | shipTo_street1 |
shipping_address.street_address2 | shipTo_street2 |
shipping_address.title | shipTo_title |