Get Address Clear Page context
A utility page that clears all address-related data from the pre-order. Used internally to reset checkout state. Does not require user interaction.
get
Header parameters
x-requested-withstring · enumRequiredDefault:
Required header for AJAX requests. Must be set to XMLHttpRequest for all checkout requests.
XMLHttpRequestPossible values: CookiestringOptional
Session cookie header (e.g. sessionid=abc123 or osessionid=<session_id>)
Responses
200
Address clear page context
application/json
errorsone of · nullableOptional
or
string[]Optional
template_namestringOptional
get/orders/checkout/?page=AddressClearPage
GET /orders/checkout/?page=AddressClearPage HTTP/1.1
Host: sandbox.akinon.com
x-requested-with: XMLHttpRequest
Accept: */*
200
Address clear page context
{
"context_list": [
{
"page_name": "text",
"page_slug": "text",
"page_context": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"pre_order": {
"basket": {
"pk": 1,
"total_amount": "text"
},
"shipping_address": {
"pk": 1,
"email": "text",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"pk": 1,
"code": "text",
"name": "text"
},
"city": {
"pk": 1,
"name": "text"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "text"
},
"district": {
"pk": 1,
"name": "text"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"is_corporate": true,
"primary": true,
"identity_number": "text"
},
"billing_address": {
"pk": 1,
"email": "text",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"pk": 1,
"code": "text",
"name": "text"
},
"city": {
"pk": 1,
"name": "text"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "text"
},
"district": {
"pk": 1,
"name": "text"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"is_corporate": true,
"primary": true,
"identity_number": "text"
},
"shipping_option": {
"pk": 1,
"name": "text",
"slug": "text",
"logo": "https://example.com",
"shipping_amount": "text",
"description": "text",
"kwargs": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"billing_and_shipping_same": true,
"payment_option": {
"pk": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"payment_type_label": "text"
},
"notifications": [
{}
],
"shipping_amount": "text",
"total_amount": "text",
"unpaid_amount": "text",
"loyalty_money": "text",
"currency_type_label": "text",
"installment": {
"pk": 1,
"installment_count": 1,
"label": "text",
"price_with_accrued_interest": "text",
"monthly_price_with_accrued_interest": "text"
},
"card_info": {
"bin_number": "text",
"card": {
"pk": 1,
"name": "text"
}
},
"redirect_to_three_d": true,
"delivery_option": {
"pk": 1,
"name": "text",
"delivery_option_type": "customer",
"is_active": true
},
"retail_store": {
"pk": 1,
"name": "text",
"erp_code": "text",
"township": {
"pk": 1,
"name": "text"
},
"click_and_collect": true,
"is_active": true
},
"funds_transfer_bank": {
"pk": 1,
"bank_name": "text",
"account_holder": "text",
"iban": "text",
"currency": "text",
"is_active": true
},
"number": "text",
"order": {
"pk": 1,
"number": "text",
"status": "text"
},
"payment_choice": {
"value": "text",
"label": "text",
"price": "text"
},
"user_email": "text",
"phone_number": "text",
"user_phone_number": "text",
"gift_box": {
"note": "text",
"gift_video": true,
"gift_video_notification_sent": true,
"price": "text"
},
"delivery_range": {
"lower": "2026-01-01T00:00:00.000Z",
"upper": "2026-01-01T00:00:00.000Z"
},
"total_amount_with_interest": "text",
"is_guest": true,
"is_post_order": true,
"data_source_shipping_options": [
{
"pk": 1,
"shipping_amount": "text",
"shipping_option_name": "text",
"shipping_option_logo": "https://example.com",
"data_source": {
"pk": 1,
"title": "text"
},
"description": "text"
}
],
"attribute_based_shipping_options": [
{
"pk": 1,
"shipping_option_name": "text",
"shipping_option_logo": "https://example.com",
"shipping_amount": "text",
"product_ids": [
1
],
"attribute_value": "text",
"attribute_key": [
"text"
]
}
]
},
"errors": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"template_name": "text"
}Last updated
Was this helpful?

