SalesChannelOrders
Replace multiple products in an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1List of order items for product replacement
Order item ID for product replacement
1New product SKU for replacement
NEW_SKU_123Products successfully replaced in the order
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_replace_product/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
[]{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Retrieve order by ID
The channel ID of the resource.
5Unique identifier of the resource
1Order found successfully
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Updates the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Unique identifier for the order.
1Order number, unique within the context of a channel.
ORDER12345ID of the channel associated with the order.
ID of the customer who placed the order.
1Timestamp when the order was placed.
2024-11-20T11:22:23.702774ZID of the payment option used for the order.
1Slug of the payment option.
credit-cardFirst 6 digits of the customer's card used in the transaction.
123456ID of the installment object used for the order.
1Number of installments for the payment.
6Interest charged on installment payments.
50ID of the cargo company used for shipping.
1Indicates whether the order has been sent.
falseType of delivery selected for the order.
next_dayPossible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}Status of the order cancellation.
cancelledPossible values: Interest applied to the shipping cost.
10ID of the external status associated with the order.
1Type of client placing the order.
defaultPossible values: Tracking code assigned by the carrier.
TRACK12345Customer segment for the order.
premiumID of the provider used for checkout.
12345Status of the order
200Possible values: Currency type for the order, following ISO 4217 currency codes.
tryPossible values: Total amount for the order.
1000Discount applied to the order.
50Shipping charge for the order.
20Tax rate applied to the shipping charge.
18Total refund amount for the order. Shipping refund amount included.
100Refund amount for the discount.
10Refund amount for the shipping.
5Invoice number for the order.
INV123456Invoice date for the order.
2024-11-21T11:22:23.702774ZURL for the e-archive of the invoice.
https://earchive.example.com/invoice/123Tracking number for the order.
TRACK12345URL for tracking the order.
https://tracking.example.com/track/123Shipping company options
yurticiPossible values: IP address from where the order was placed.
192.168.0.1Indicates whether the order has a gift box.
falseMessage for the gift box.
Happy Birthday!Language code for the order.
enCustomer instructions for the order.
Leave at the front door.Slug for the shipping option.
standard-shippingCreation Date
Last Modification Date
Order successfully updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
PUT /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1406
{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Partially updates the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Unique identifier for the order.
1Order number, unique within the context of a channel.
ORDER12345ID of the channel associated with the order.
ID of the customer who placed the order.
1Timestamp when the order was placed.
2024-11-20T11:22:23.702774ZID of the payment option used for the order.
1Slug of the payment option.
credit-cardFirst 6 digits of the customer's card used in the transaction.
123456ID of the installment object used for the order.
1Number of installments for the payment.
6Interest charged on installment payments.
50ID of the cargo company used for shipping.
1Indicates whether the order has been sent.
falseType of delivery selected for the order.
next_dayPossible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}Status of the order cancellation.
cancelledPossible values: Interest applied to the shipping cost.
10ID of the external status associated with the order.
1Type of client placing the order.
defaultPossible values: Tracking code assigned by the carrier.
TRACK12345Customer segment for the order.
premiumID of the provider used for checkout.
12345Status of the order
200Possible values: Currency type for the order, following ISO 4217 currency codes.
tryPossible values: Total amount for the order.
1000Discount applied to the order.
50Shipping charge for the order.
20Tax rate applied to the shipping charge.
18Total refund amount for the order. Shipping refund amount included.
100Refund amount for the discount.
10Refund amount for the shipping.
5Invoice number for the order.
INV123456Invoice date for the order.
2024-11-21T11:22:23.702774ZURL for the e-archive of the invoice.
https://earchive.example.com/invoice/123Tracking number for the order.
TRACK12345URL for tracking the order.
https://tracking.example.com/track/123Shipping company options
yurticiPossible values: IP address from where the order was placed.
192.168.0.1Indicates whether the order has a gift box.
falseMessage for the gift box.
Happy Birthday!Language code for the order.
enCustomer instructions for the order.
Leave at the front door.Slug for the shipping option.
standard-shippingCreation Date
Last Modification Date
Order successfully updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
PATCH /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1406
{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Update the cancel status of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1ID of the order to be updated.
1List of order item IDs to be updated.
[1,2,3]Cancellation status of the order item
waitingPossible values: Order cancel status successfully updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/update_cancel_status/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"order": 1,
"order_items": [
[
1,
2,
3
]
],
"cancel_status": "waiting"
}{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Retrieve the remote ID of an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Remote ID found successfully
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/get_remote_id/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"order_id": 123456,
"remote_id": "123456789"
}Retrieve order detailed by ID
The channel ID of the resource.
5Unique identifier of the resource
1Order found successfully
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Retrieve the gateway pos history for the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Gateway pos history found successfully
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/gateway_pos_history/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"gateway_pos_history": {
"is_success": true,
"message": "text",
"gateway": "text",
"history": "text"
}
}Capture order with given id
The channel ID of the resource.
5Unique identifier of the resource
1trueOrder capture done successfully
An empty dictionary
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/capture_order/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"force_refund": true
}{}Accept when staff took the order in retail store. Update order item statuses to ready_for_pickup.
The channel ID of the resource.
5Unique identifier of the resource
1An empty dictionary
Order successfully accepted in store
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/accept_in_store/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}The channel ID of the resource.
5Unique identifier of the resource
1The file containing the tracking numbers to be updated.
Tracking number status successfully updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_tracking_number_update/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: form-data
Accept: */*
Content-Length: 21
{
"filename": "binary"
}{
"cache": "123e4567-e89b-12d3-a456-426614174000"
}Change the status of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Status of the order item
Order status successfully updated
No content
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
PATCH /api/v1/channel/{channel_id}/orders/{id}/change_order_status/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"status": "cancellation_waiting"
}No content
Change the shipping address of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Primary key of the address
Email address of the contact person
Phone number of the contact person
First name of the contact person
Last name of the contact person
Street address line
Title of the contact person
Postal code
Additional notes about the address
Company name associated with the address
Tax office name
Tax number
Indicates if the address is an e-bill taxpayer
Hash data for the address
Type of address
customerPossible values: Remote ID for the address
Identity number of the contact person
Extra field for additional data
Indicates if the address is active
Date when the address was last modified
Order shipping address successfully updated
No content
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/change_shipping_address/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2521
{
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"name": "Türkiye",
"code": "TR",
"is_active": true
},
"city": {
"name": "Istanbul",
"is_active": true,
"country": 1,
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"postcode": "34000",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"postcode": "34000",
"zipcode": "34000",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"address_type": "customer",
"retail_store": {
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
}No content
Replace multiple products and reduce their weights in an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1List of order items for product replacement and weight reduction
Order item ID for product replacement and weight reduction
1New product SKU for replacement
NEW_SKU_123New weight for the order item
2.5Products successfully replaced and weights reduced in the order
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_replace_product_and_reduce_weight/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
[]{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Approve cancellation of an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1An empty dictionary
Order successfully cancelled
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/cancellation_approved_order/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Retrieve order by ID
The channel ID of the resource.
5Unique identifier of the resource
1Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Order found successfully
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/data_sources/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"pk": 1,
"name": "text"
}
]
}Retrieve a list of orders with optional filtering
The channel ID of the resource.
5Indicates the number of rows on the current page.
10Specifies the page number of the current dataset
1Filter by multiple primary key values (comma-separated list of integers)
Filters by mapping id
Status of the order item
Filter by whether the order has been sent
Filter by shipping company enum
Filter by cancel status
Filter by invoice number
Filter by whether the invoice number is null
Filter by customer ID.
123Currency type for the price list.
tryPossible values: Filter by whether the order has a gift box
Filter by whether the order has a gift note
Filter by whether the e-archive URL is null
Order number (case-insensitive)
Order placed after this date
Filter by cargo company name
Filter by payment option IDs
Filter by fund transfer payment bank IDs
Filter by delivery option IDs
Product SKU (case-insensitive)
Filter by base code.
BASECODE123Filter by order amount
Filter by discount amount
Filter by point of sale name
Filter by order external status ID
Filter by exact order number
Type of client
androidPossible values: Status of the cancellation plan
waitingPossible values: Filter by shipping amount
Filter by shipping amount greater than a value
Filter by shipping amount greater than or equal to a value
Filter by shipping amount less than a value
Filter by shipping amount less than or equal to a value
Order number (case-insensitive)
Tracking number (case-insensitive)
Filter by coupon code
Filter by data source IDs.
Filter by whether the vendor order is null
Filter by exact brand name
Filter by succeeded transaction or payment option ID
Filter by whether the order is waiting for capture
Filter by checkout provider IDs
Filter by ERP code (contains)
ERPCODE123Successful response
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
]
}Creates a new order in the system for the specified channel
The channel ID of the resource.
5Unique identifier for the order.
1Order number, unique within the context of a channel.
ORDER12345ID of the channel associated with the order.
ID of the customer who placed the order.
1Timestamp when the order was placed.
2024-11-20T11:22:23.702774ZID of the payment option used for the order.
1Slug of the payment option.
credit-cardFirst 6 digits of the customer's card used in the transaction.
123456ID of the installment object used for the order.
1Number of installments for the payment.
6Interest charged on installment payments.
50ID of the cargo company used for shipping.
1Indicates whether the order has been sent.
falseType of delivery selected for the order.
next_dayPossible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}Status of the order cancellation.
cancelledPossible values: Interest applied to the shipping cost.
10ID of the external status associated with the order.
1Type of client placing the order.
defaultPossible values: Tracking code assigned by the carrier.
TRACK12345Customer segment for the order.
premiumID of the provider used for checkout.
12345Status of the order
200Possible values: Currency type for the order, following ISO 4217 currency codes.
tryPossible values: Total amount for the order.
1000Discount applied to the order.
50Shipping charge for the order.
20Tax rate applied to the shipping charge.
18Total refund amount for the order. Shipping refund amount included.
100Refund amount for the discount.
10Refund amount for the shipping.
5Invoice number for the order.
INV123456Invoice date for the order.
2024-11-21T11:22:23.702774ZURL for the e-archive of the invoice.
https://earchive.example.com/invoice/123Tracking number for the order.
TRACK12345URL for tracking the order.
https://tracking.example.com/track/123Shipping company options
yurticiPossible values: IP address from where the order was placed.
192.168.0.1Indicates whether the order has a gift box.
falseMessage for the gift box.
Happy Birthday!Language code for the order.
enCustomer instructions for the order.
Leave at the front door.Slug for the shipping option.
standard-shippingCreation Date
Last Modification Date
Order created successfully
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1406
{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Retrieve a list of orders with optional filtering and detailed information
The channel ID of the resource.
5Indicates the number of rows on the current page.
10Specifies the page number of the current dataset
1Filter by multiple primary key values (comma-separated list of integers)
Filters by mapping id
Status of the order item
Filter by whether the order has been sent
Filter by shipping company enum
Filter by cancel status
Filter by invoice number
Filter by whether the invoice number is null
Filter by customer ID.
123Currency type for the price list.
tryPossible values: Filter by whether the order has a gift box
Filter by whether the order has a gift note
Filter by whether the e-archive URL is null
Order number (case-insensitive)
Order placed after this date
Filter by cargo company name
Filter by payment option IDs
Filter by fund transfer payment bank IDs
Filter by delivery option IDs
Product SKU (case-insensitive)
Filter by base code.
BASECODE123Filter by order amount
Filter by discount amount
Filter by point of sale name
Filter by order external status ID
Filter by exact order number
Type of client
androidPossible values: Status of the cancellation plan
waitingPossible values: Filter by shipping amount
Filter by shipping amount greater than a value
Filter by shipping amount greater than or equal to a value
Filter by shipping amount less than a value
Filter by shipping amount less than or equal to a value
Order number (case-insensitive)
Tracking number (case-insensitive)
Filter by coupon code
Filter by data source IDs.
Filter by whether the vendor order is null
Filter by exact brand name
Filter by succeeded transaction or payment option ID
Filter by whether the order is waiting for capture
Filter by checkout provider IDs
Filter by ERP code (contains)
ERPCODE123Successful response
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"extra_field": {},
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"client_type": "android",
"shipping_interest_amount": 10,
"include_unified_order": false,
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"segment": "premium",
"vendororder_set": [
{
"data_source": {
"pk": 1,
"name": "Example Data Source",
"slug": "example-data-source",
"stock_list": 1,
"price_list": 1,
"is_active": true,
"token": "text",
"conf": {},
"commission": 5,
"maturity": 1,
"supplier_code": "text",
"supplier_detail": {},
"easy_return_detail": {},
"extras": {},
"data_source_type": "unified",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
}
],
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
]Create a mapping object for the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Unique code for the mapping.
mapping_infoType of integration mapping
webPossible values: Content type of the mapping.
1ID of the object associated with the mapping.
12345Order mapping object successfully created
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/create_mapping/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"code": "mapping_info",
"integration_type": "web",
"content_type": 1,
"object_id": 12345
}{
"pk": 1,
"code": "mapping_info",
"integration_type": "web",
"content_type": 1,
"object_id": 12345,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Change the billing address of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Primary key of the address
Email address of the contact person
Phone number of the contact person
First name of the contact person
Last name of the contact person
Street address line
Title of the contact person
Postal code
Additional notes about the address
Company name associated with the address
Tax office name
Tax number
Indicates if the address is an e-bill taxpayer
Hash data for the address
Type of address
customerPossible values: Remote ID for the address
Identity number of the contact person
Extra field for additional data
Indicates if the address is active
Date when the address was last modified
Order billing address successfully updated
No content
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/change_billing_address/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2521
{
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"name": "Türkiye",
"code": "TR",
"is_active": true
},
"city": {
"name": "Istanbul",
"is_active": true,
"country": 1,
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"postcode": "34000",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"postcode": "34000",
"zipcode": "34000",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"address_type": "customer",
"retail_store": {
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
}No content
Refund an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Indicates whether the refund was successful.
trueOrder successfully refunded
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/refund/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 26
{
"is_refund_success": true
}{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Deliver when staff deliver the order to the customer in retail store. Update order item statuses to delivered.
The channel ID of the resource.
5Unique identifier of the resource
1An empty dictionary
Order delivered in store successfully
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/deliver_in_store/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Status of the bulk update tracking number specified with cache key
The channel ID of the resource.
5Unique identifier of the resource
1The cache ID for the tracking number update operation.
Tracking number status successfully updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_tracking_number_update_status/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"cache": "123e4567-e89b-12d3-a456-426614174000"
}{
"progress": [
[
1,
2
],
[
3,
4
]
],
"errors": [
"Error 1",
"Error 2"
],
"chunk_count": 5,
"status": "waiting"
}Mark the order with the specified ID as not sent
The channel ID of the resource.
5Unique identifier of the resource
1An empty dictionary
Order successfully marked as not sent
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
POST /api/v1/channel/{channel_id}/orders/{id}/mark_as_not_sent/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"pk": 1,
"number": "ORDER12345",
"channel": 1,
"customer": 1,
"date_placed": "2024-11-20T11:22:23.702774Z",
"extra_field": {
"special_note": "Handle with care"
},
"payment_option": 1,
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": 1,
"installment_count": 6,
"installment_interest_amount": 50,
"cargo_company": 1,
"is_send": false,
"delivery_type": "next_day",
"cancellation_info": {
"reason": "Customer requested cancellation"
},
"cancel_status": "cancelled",
"shipping_interest_amount": 10,
"external_status": 1,
"client_type": "default",
"carrier_shipping_code": "TRACK12345",
"segment": "premium",
"checkout_provider_id": 12345,
"status": 200,
"currency": "try",
"amount": 1000,
"discount_amount": 50,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"tracking_number": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"shipping_company": "yurtici",
"remote_addr": "192.168.0.1",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"language_code": "en",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}Update order status of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Order status successfully updated
Unauthorized Access
The given resource or object was not found or does not exist.
GET /api/v1/channel/{channel_id}/orders/{id}/update_order_status/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"extra_field": {},
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"client_type": "android",
"shipping_interest_amount": 10,
"include_unified_order": false,
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"segment": "premium",
"vendororder_set": [
{
"data_source": {
"pk": 1,
"name": "Example Data Source",
"slug": "example-data-source",
"stock_list": 1,
"price_list": 1,
"is_active": true,
"token": "text",
"conf": {},
"commission": 5,
"maturity": 1,
"supplier_code": "text",
"supplier_detail": {},
"easy_return_detail": {},
"extras": {},
"data_source_type": "unified",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
}
],
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
]Cancel an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1ID of the order to be cancelled.
1Indicates whether to cancel all items in the order.
trueList of order item IDs to be cancelled.
[1,2,3]Amount to be refunded.
100Cancellation reasons for each order item.
{"1":"reason_id_1","2":"reason_id_2"}Indicates whether to refund the shipping amount.
trueInvoice number for the refund.
REFUND123456Holder names for the cancel items.
{"1":"John Doe","2":"Jane Smith"}Indicates whether to fully refund as loyalty money.
falseOrder successfully cancelled
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/cancel/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"order": 1,
"is_all": true,
"cancel_items": [
[
1,
2,
3
]
],
"forced_refund_amount": 100,
"reasons": {
"1": "reason_id_1",
"2": "reason_id_2"
},
"is_cargo_refund": true,
"refund_invoice_number": "REFUND123456",
"holder_names": {
"1": "John Doe",
"2": "Jane Smith"
},
"fully_refund_as_loyalty_money": false
}{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Split the packages of the order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1Payload containing the split packages.
Order packages successfully split
{"result":"Successfully splitted"}Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/split_packages/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"payload": {}
}{
"result": "Successfully splitted"
}Reduce the weights of multiple products in an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1List of order items for weight reduction
Order item ID for weight reduction
1New weight for the order item
2.5Weights successfully reduced in the order
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_reduce_weights/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
[]{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Reject a cancellation of an order with the specified ID
The channel ID of the resource.
5Unique identifier of the resource
1An empty dictionary
Order successfully cancelled
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
A custom 406 error occurs due to different validation failures in viewset or service level, such as uniqueness checks or other service-related exceptions.
POST /api/v1/channel/{channel_id}/orders/{id}/cancellation_reject_order/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"pk": 1,
"number": "ORDER12345",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"status": "cancellation_waiting",
"date_placed": "2024-11-20T11:22:23.702774Z",
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"shipping_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"billing_address": {
"pk": 1,
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": {
"id": 1,
"name": "Türkiye",
"code": "TR",
"is_active": true,
"created_date": "2021-07-07T14:00:00Z",
"modified_date": "2021-07-07T14:00:00Z",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"city": {
"id": 1,
"name": "Istanbul",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"is_active": true,
"country": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"priority": 1,
"postcode": "34000"
},
"line": "text",
"title": "text",
"township": {
"pk": 1,
"name": "Esenler",
"is_active": true,
"city": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"postcode": "text",
"notes": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"hash_data": "text",
"address_type": "customer",
"retail_store": {
"pk": 1,
"name": "Downtown Flagship Store",
"township_id": 12,
"district_id": 3,
"address": "500 Market St, San Francisco, CA 94103",
"phone_number": "+1-234-567-890",
"fax_phone_number": "+1-234-567-890",
"image": "https://cdn.example.com/stores/1.jpg",
"store_hours": [
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"09:00",
"21:00"
],
[
"10:00",
"20:00"
],
[
"12:00",
"18:00"
]
],
"latitude": 41.0202767,
"longitude": 28.8888964,
"is_active": true,
"click_and_collect": true,
"kapida_enabled": false,
"fast_delivery": true,
"store_type_id": 2,
"config": {
"auto_assign": true,
"capacity_limit": 200
},
"group_id": 4,
"related_retail_stores": [
102,
103
],
"sort_order": 10,
"is_return_accepted": true,
"channels": [
1,
2,
5
],
"mapping": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"integration": [
{
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"content_type": {
"id": 1,
"app_label": "text",
"model": "text"
},
"object_id": 1,
"remote_id": "text",
"version_date": "2025-12-01T09:39:00.483Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+123456789",
"is_active": true,
"channel_code": "CH123",
"erp_code": "ERP456",
"attributes": {
"logged_ip": "127.0.0.1",
"register_client_type": "default"
},
"attribute_kwargs": {},
"localized_attributes": {},
"localized_attribute_kwargs": {},
"extra_field": {
"key1": "value1",
"key2": 100
},
"email_allowed": true,
"sms_allowed": false,
"call_allowed": true,
"date_joined": "2023-01-15T10:30:00Z",
"gender": "female",
"user_type": "guest",
"date_of_birth": "1985-08-25",
"channel": 5
},
"is_active": true,
"modified_date": "2025-12-01T09:39:00.483Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z",
"attributes": {
"key1": "value1",
"key2": "value2"
},
"attributes_kwargs": {
"key1": "value1",
"key2": "value2"
},
"localized_attributes": {
"name": {
"en": "English",
"es": "Spanish"
}
},
"localized_attributes_kwargs": {
"key": {
"key1": "value1",
"key2": "value2"
}
}
}
],
"discountitem_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"transaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"payment_option": {
"id": 1,
"name": "text",
"slug": "text",
"payment_type": "credit_card",
"sort_order": 0,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"is_active": true,
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"translations": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"payment_option_slug": "credit-card",
"bin_number": "123456",
"installment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bank_interest_rate": 1,
"card": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"bank": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/bank-xyz.png",
"integration": {},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_type": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"logo": "https://example.com/logos/credit-card.png",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"card_payment_type": "credit",
"cash_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"three_d_payment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"is_commerce_card": false,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"installment_count": 1,
"label": "text",
"interest_rate": 1,
"is_active": true,
"config": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"translations": {},
"created_date": "2024-01-01T12:00:00Z",
"modified_date": "2024-01-02T12:00:00Z"
},
"installment_count": 6,
"installment_interest_amount": 10,
"cargo_company": {
"pk": 1,
"name": "UPS",
"erp_code": "UPS_001",
"shipping_company": "yurtici",
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"invoice_number": "INV123456",
"invoice_date": "2024-11-21T11:22:23.702774Z",
"e_archive_url": "https://earchive.example.com/invoice/123",
"refund_amount": 100,
"discount_refund_amount": 10,
"shipping_refund_amount": 5,
"discount_amount": 50,
"cancellation_info": {},
"status_display": "waiting",
"tracking_number": "TRACK12345",
"is_send": false,
"cancel_status": "waiting",
"net_shipping_amount": 15,
"remote_addr": "0.0.0.0",
"language_code": "tr-tr",
"fundstransfertransaction_set": [
{
"pk": 1,
"order": 1,
"user_email": "text",
"remote_addr": "text",
"amount": 1,
"chosen_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"date_paid": "2025-12-01T09:39:00.483Z",
"paid_bank_account": {
"pk": 1,
"bank": 1,
"slug": "text",
"holder_name": "text",
"iban": "text",
"is_active": true,
"sort_order": 1,
"description": "text",
"channel": 1,
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
},
"user_holder_name": "text",
"user_iban": "text",
"transaction_type": "purchase",
"status": "paid",
"pos": 1,
"raw_request": "text",
"raw_response": "text",
"is_succeeded": true,
"reference_code": "text",
"currency": "try"
}
],
"has_gift_box": false,
"gift_box_note": "Happy Birthday!",
"tracking_url": "https://tracking.example.com/track/123",
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"payondeliverytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-12-01T09:39:00.483Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-12-01T09:39:00.483Z",
"modified_date": "2025-12-01T09:39:00.483Z"
}
],
"cashregistertransaction_set": [
{
"pk": 1,
"transaction_id": "text",
"order": 1,
"user_email": "text",
"raw_request": "text",
"raw_response": "text",
"amount": 1,
"remote_addr": "text",
"staff_id": 1,
"staff_remote_id": "text",
"staff_email": "text",
"store_id": 1,
"store_remote_id": "text",
"transaction_type": "purchase",
"is_succeeded": true
}
],
"client_type": "android",
"shipping_interest_amount": 10,
"delivery_type": "same_day",
"notes": "Leave at the front door.",
"delivery_range": {
"start": "2025-12-01T09:39:00.483Z",
"end": "2025-12-01T09:39:00.483Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}Was this helpful?

