SalesChannelCancellationRequests
Reject an existing cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Cancellation request rejected 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.
POST /api/channel/{channel_id}/cancellation_requests/{id}/reject/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "refund",
"status": "rejected",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
Get detailed information about a specific cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Cancellation request for given ID
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/channel/{channel_id}/cancellation_requests/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "refund",
"status": "rejected",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
Update an existing cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Status of the cancellation request.
waiting
Possible values: Description of the cancellation request
IBAN for refund
Name of the account holder
Type of cancellation
cancel
Possible values: Quantity of items to be cancelled
Flag to indicate if the refund should be processed as loyalty money
false
Related cancellation reason ID
1
Related order item ID
1
Cancellation request updated 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.
PUT /api/channel/{channel_id}/cancellation_requests/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 182
{
"status": "waiting",
"description": "text",
"iban": "text",
"holder_name": "text",
"cancellation_type": "cancel",
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"reason": 1,
"order_item": 1
}
{
"id": 1,
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "refund",
"status": "rejected",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
Delete an existing cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Cancellation request deleted successfully
No content
Unauthorized Access
The given resource or object was not found or does not exist.
DELETE /api/channel/{channel_id}/cancellation_requests/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Partial update an existing cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Status of the cancellation request.
waiting
Possible values: Description of the cancellation request
IBAN for refund
Name of the account holder
Type of cancellation
cancel
Possible values: Quantity of items to be cancelled
Flag to indicate if the refund should be processed as loyalty money
false
Related cancellation reason ID
1
Related order item ID
1
Cancellation request updated 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.
PATCH /api/channel/{channel_id}/cancellation_requests/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 182
{
"status": "waiting",
"description": "text",
"iban": "text",
"holder_name": "text",
"cancellation_type": "cancel",
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"reason": 1,
"order_item": 1
}
{
"id": 1,
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "refund",
"status": "rejected",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
Get detailed information about a specific cancellation request
The channel ID of the resource.
5
Unique identifier of the resource
1
Cancellation request for given ID
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/channel/{channel_id}/cancellation_requests/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"order_item": {
"pk": 1,
"order": {
"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-08-30T04:08:02.024Z",
"end": "2025-08-30T04:08:02.024Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"product": {
"id": 1,
"name": "text",
"base_code": "text",
"sku": "text",
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"description": "text",
"brand": 1,
"erp_categories": [
1
],
"tax_rate": 1,
"weight": 1,
"product_type": "pre_product",
"productization_date": "2025-08-30T04:08:02.024Z",
"data_source": 1,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"is_active": true,
"attribute_set": 1,
"parent": 1,
"group_products": [
1
],
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"listing_code": "text",
"is_seller_product": false,
"custom_attribute_set": 1
},
"price_list": {
"pk": 1,
"name": "Standard Price List",
"code": "shop_price_list",
"currency": "try",
"is_auto_sync": true,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"stock_list": {
"pk": 1,
"name": "text",
"code": "text",
"is_auto_sync": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"status": "waiting",
"price_currency": "try",
"price": 100,
"tax_rate": 18,
"shipping_company": "yurtici",
"shipment_code": "text",
"cancel_status": "waiting",
"is_tradable": true,
"installment_interest_amount": 1,
"benefitapplicant_set": [
{
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
}
],
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"datasource": {
"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-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"tracking_url": "https://example.com",
"shipping_option_group": {
"pk": 1,
"amount": 0,
"tax_rate": 18,
"shipping_option_slug": "text",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"forced_refund": true,
"extra_field": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"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"
}
}
},
"reason": {
"pk": 1,
"cancellation_type": "cancel",
"extra_information_needed": false,
"order": 100,
"subject": "text",
"is_active": true,
"send_to_remote": true,
"translations": {},
"uuid": "text",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"description": "text",
"cancellation_type": "refund",
"status": "waiting",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"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"
},
"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
}
}
Get a list of cancellation requests for a sales channel
The channel ID of the resource.
5
Indicates the number of rows on the current page.
10
Specifies the page number of the current dataset
1
Filter by multiple primary key values (comma-separated list of integers)
Status of the cancellation request.
rejected
Possible values: Order number (case-insensitive)
Order number (case-insensitive)
Order placed after this date
Product SKU (case-insensitive)
ID of the channel the customer belongs to
5
Customer's first name (case-insensitive)
Customer's last name (case-insensitive)
Customer's email (case-insensitive)
Order ID
Status of the cancellation plan
waiting
Possible values: Easy return code (case-insensitive)
Tracking number (case-insensitive)
List of cancellation requests
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
GET /api/channel/{channel_id}/cancellation_requests/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://example.com",
"previous": "https://example.com",
"results": [
{
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
]
}
Create a new cancellation request for a sales channel
The channel ID of the resource.
5
Related order item ID
1
Related cancellation reason ID
1
Description of the cancellation request
Type of cancellation
cancel
Possible values: IBAN for refund
Name of the account holder
Quantity of items to be cancelled
Cancellation request created successfully
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
Forbidden
POST /api/channel/{channel_id}/cancellation_requests/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "cancel",
"iban": "text",
"holder_name": "text",
"quantity": 1
}
{
"id": 1,
"order_item": 1,
"reason": 1,
"description": "text",
"cancellation_type": "refund",
"status": "rejected",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"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"
}
}
}
Get a list of cancellation requests for a sales channel with detailed information
The channel ID of the resource.
5
Indicates the number of rows on the current page.
10
Specifies the page number of the current dataset
1
Filter by multiple primary key values (comma-separated list of integers)
Status of the cancellation request.
rejected
Possible values: Order number (case-insensitive)
Order placed after this date
Product SKU (case-insensitive)
ID of the channel the customer belongs to
5
Customer's first name (case-insensitive)
Customer's last name (case-insensitive)
Customer's email (case-insensitive)
Order ID
Status of the cancellation plan
waiting
Possible values: Easy return code (case-insensitive)
Tracking number (case-insensitive)
List of cancellation requests
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
GET /api/channel/{channel_id}/cancellation_requests/detailed HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://example.com",
"previous": "https://example.com",
"results": [
{
"id": 1,
"order_item": {
"pk": 1,
"order": {
"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-08-30T04:08:02.024Z",
"end": "2025-08-30T04:08:02.024Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"product": {
"id": 1,
"name": "text",
"base_code": "text",
"sku": "text",
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"description": "text",
"brand": 1,
"erp_categories": [
1
],
"tax_rate": 1,
"weight": 1,
"product_type": "pre_product",
"productization_date": "2025-08-30T04:08:02.024Z",
"data_source": 1,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"is_active": true,
"attribute_set": 1,
"parent": 1,
"group_products": [
1
],
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"listing_code": "text",
"is_seller_product": false,
"custom_attribute_set": 1
},
"price_list": {
"pk": 1,
"name": "Standard Price List",
"code": "shop_price_list",
"currency": "try",
"is_auto_sync": true,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"stock_list": {
"pk": 1,
"name": "text",
"code": "text",
"is_auto_sync": false,
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"status": "waiting",
"price_currency": "try",
"price": 100,
"tax_rate": 18,
"shipping_company": "yurtici",
"shipment_code": "text",
"cancel_status": "waiting",
"is_tradable": true,
"installment_interest_amount": 1,
"benefitapplicant_set": [
{
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
}
],
"external_status": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"code": "text"
},
"datasource": {
"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-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"tracking_url": "https://example.com",
"shipping_option_group": {
"pk": 1,
"amount": 0,
"tax_rate": 18,
"shipping_option_slug": "text",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"forced_refund": true,
"extra_field": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"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"
}
}
},
"reason": {
"pk": 1,
"cancellation_type": "cancel",
"extra_information_needed": false,
"order": 100,
"subject": "text",
"is_active": true,
"send_to_remote": true,
"translations": {},
"uuid": "text",
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z"
},
"description": "text",
"cancellation_type": "refund",
"status": "waiting",
"iban": "text",
"holder_name": "text",
"easy_return": {
"id": 1,
"shipping_company": "yurtici",
"code": "EASYRETURN123",
"start_date": "2025-08-30T04:08:02.024Z",
"end_date": "2025-08-30T04:08:02.024Z",
"max_count": 1,
"status": "active",
"raw_request": "text",
"raw_response": "text",
"tracking_number": "123456789",
"tracking_url": "https://example.com/track/123456789",
"pickup_date": {},
"created_date": "2025-08-30T04:08:02.024Z",
"modified_date": "2025-08-30T04:08:02.024Z",
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"quantity": 1,
"fully_refund_as_loyalty_money": false,
"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"
},
"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
}
}
]
}
Was this helpful?