SalesChannelOrders
Was this helpful?
Was this helpful?
Retrieve the remote ID of an order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/orders/{id}/get_remote_id/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"order_id": 123456,
"remote_id": "123456789"
}
Retrieve order detailed by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/orders/{id}/detailed/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/orders/{id}/gateway_pos_history/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"gateway_pos_history": {
"is_success": true,
"message": "text",
"gateway": "text",
"history": "text"
}
}
Retrieve order by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
GET /api/v1/channel/{channel_id}/orders/{id}/data_sources/ HTTP/1.1
Host:
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.
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)
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.
123
Currency type for the price list.
try
Possible 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.
BASECODE123
Filter 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
android
Possible values: Status of the cancellation plan
waiting
Possible 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)
ERPCODE123
GET /api/v1/channel/{channel_id}/orders/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
]
}
Retrieve a list of orders with optional filtering and 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)
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.
123
Currency type for the price list.
try
Possible 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.
BASECODE123
Filter 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
android
Possible values: Status of the cancellation plan
waiting
Possible 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)
ERPCODE123
GET /api/v1/channel/{channel_id}/orders/detailed/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"extra_field": {},
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
}
],
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
]
Update order status of the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/orders/{id}/update_order_status/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"shipping_tax_rate": 18,
"extra_field": {},
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
}
],
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
]
Retrieve order by ID
The channel ID of the resource.
5
Unique identifier of the resource
1
GET /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Replace multiple products in an order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
List of order items for product replacement
Order item ID for product replacement
1
New product SKU for replacement
NEW_SKU_123
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_replace_product/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
Updates the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Unique identifier for the order.
1
Order number, unique within the context of a channel.
ORDER12345
ID of the channel associated with the order.
ID of the customer who placed the order.
1
Timestamp when the order was placed.
2024-11-20T11:22:23.702774Z
ID of the payment option used for the order.
1
Slug of the payment option.
credit-card
First 6 digits of the customer's card used in the transaction.
123456
ID of the installment object used for the order.
1
Number of installments for the payment.
6
Interest charged on installment payments.
50
ID of the cargo company used for shipping.
1
Indicates whether the order has been sent.
false
Type of delivery selected for the order.
next_day
Possible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}
Status of the order cancellation.
cancelled
Possible values: Interest applied to the shipping cost.
10
ID of the external status associated with the order.
1
Type of client placing the order.
default
Possible values: Tracking code assigned by the carrier.
TRACK12345
Customer segment for the order.
premium
ID of the provider used for checkout.
12345
Status of the order
200
Possible values: Currency type for the order, following ISO 4217 currency codes.
try
Possible values: Total amount for the order.
1000
Discount applied to the order.
50
Shipping charge for the order.
20
Tax rate applied to the shipping charge.
18
Total refund amount for the order. Shipping refund amount included.
100
Refund amount for the discount.
10
Refund amount for the shipping.
5
Invoice number for the order.
INV123456
Invoice date for the order.
2024-11-21T11:22:23.702774Z
URL for the e-archive of the invoice.
https://earchive.example.com/invoice/123
Tracking number for the order.
TRACK12345
URL for tracking the order.
https://tracking.example.com/track/123
Shipping company options
yurtici
Possible values: IP address from where the order was placed.
192.168.0.1
Indicates whether the order has a gift box.
false
Message for the gift box.
Happy Birthday!
Language code for the order.
en
Customer instructions for the order.
Leave at the front door.
Slug for the shipping option.
standard-shipping
Creation Date
Last Modification Date
PUT /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
{
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Partially updates the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Unique identifier for the order.
1
Order number, unique within the context of a channel.
ORDER12345
ID of the channel associated with the order.
ID of the customer who placed the order.
1
Timestamp when the order was placed.
2024-11-20T11:22:23.702774Z
ID of the payment option used for the order.
1
Slug of the payment option.
credit-card
First 6 digits of the customer's card used in the transaction.
123456
ID of the installment object used for the order.
1
Number of installments for the payment.
6
Interest charged on installment payments.
50
ID of the cargo company used for shipping.
1
Indicates whether the order has been sent.
false
Type of delivery selected for the order.
next_day
Possible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}
Status of the order cancellation.
cancelled
Possible values: Interest applied to the shipping cost.
10
ID of the external status associated with the order.
1
Type of client placing the order.
default
Possible values: Tracking code assigned by the carrier.
TRACK12345
Customer segment for the order.
premium
ID of the provider used for checkout.
12345
Status of the order
200
Possible values: Currency type for the order, following ISO 4217 currency codes.
try
Possible values: Total amount for the order.
1000
Discount applied to the order.
50
Shipping charge for the order.
20
Tax rate applied to the shipping charge.
18
Total refund amount for the order. Shipping refund amount included.
100
Refund amount for the discount.
10
Refund amount for the shipping.
5
Invoice number for the order.
INV123456
Invoice date for the order.
2024-11-21T11:22:23.702774Z
URL for the e-archive of the invoice.
https://earchive.example.com/invoice/123
Tracking number for the order.
TRACK12345
URL for tracking the order.
https://tracking.example.com/track/123
Shipping company options
yurtici
Possible values: IP address from where the order was placed.
192.168.0.1
Indicates whether the order has a gift box.
false
Message for the gift box.
Happy Birthday!
Language code for the order.
en
Customer instructions for the order.
Leave at the front door.
Slug for the shipping option.
standard-shipping
Creation Date
Last Modification Date
PATCH /api/v1/channel/{channel_id}/orders/{id}/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
{
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Update the cancel status of the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
ID of the order to be updated.
1
List of order item IDs to be updated.
[1,2,3]
Cancellation status of the order item
waiting
Possible values: POST /api/v1/channel/{channel_id}/orders/{id}/update_cancel_status/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
Capture order with given id
The channel ID of the resource.
5
Unique identifier of the resource
1
true
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/capture_order/ HTTP/1.1
Host:
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.
5
Unique identifier of the resource
1
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/accept_in_store/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
The channel ID of the resource.
5
Unique identifier of the resource
1
The file containing the tracking numbers to be updated.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_tracking_number_update/ HTTP/1.1
Host:
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.
5
Unique identifier of the resource
1
Status of the order item
PATCH /api/v1/channel/{channel_id}/orders/{id}/change_order_status/ HTTP/1.1
Host:
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.
5
Unique identifier of the resource
1
Primary 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
customer
Possible 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
POST /api/v1/channel/{channel_id}/orders/{id}/change_shipping_address/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2521
{
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z"
},
"district": {
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"postcode": "34000",
"zipcode": "34000",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
}
No content
Replace multiple products and reduce their weights in an order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
List of order items for product replacement and weight reduction
Order item ID for product replacement and weight reduction
1
New product SKU for replacement
NEW_SKU_123
New weight for the order item
2.5
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_replace_product_and_reduce_weight/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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.
5
Unique identifier of the resource
1
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/cancellation_approved_order/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}
Creates a new order in the system for the specified channel
The channel ID of the resource.
5
Unique identifier for the order.
1
Order number, unique within the context of a channel.
ORDER12345
ID of the channel associated with the order.
ID of the customer who placed the order.
1
Timestamp when the order was placed.
2024-11-20T11:22:23.702774Z
ID of the payment option used for the order.
1
Slug of the payment option.
credit-card
First 6 digits of the customer's card used in the transaction.
123456
ID of the installment object used for the order.
1
Number of installments for the payment.
6
Interest charged on installment payments.
50
ID of the cargo company used for shipping.
1
Indicates whether the order has been sent.
false
Type of delivery selected for the order.
next_day
Possible values: Details regarding the cancellation of the order.
{"reason":"Customer requested cancellation"}
Status of the order cancellation.
cancelled
Possible values: Interest applied to the shipping cost.
10
ID of the external status associated with the order.
1
Type of client placing the order.
default
Possible values: Tracking code assigned by the carrier.
TRACK12345
Customer segment for the order.
premium
ID of the provider used for checkout.
12345
Status of the order
200
Possible values: Currency type for the order, following ISO 4217 currency codes.
try
Possible values: Total amount for the order.
1000
Discount applied to the order.
50
Shipping charge for the order.
20
Tax rate applied to the shipping charge.
18
Total refund amount for the order. Shipping refund amount included.
100
Refund amount for the discount.
10
Refund amount for the shipping.
5
Invoice number for the order.
INV123456
Invoice date for the order.
2024-11-21T11:22:23.702774Z
URL for the e-archive of the invoice.
https://earchive.example.com/invoice/123
Tracking number for the order.
TRACK12345
URL for tracking the order.
https://tracking.example.com/track/123
Shipping company options
yurtici
Possible values: IP address from where the order was placed.
192.168.0.1
Indicates whether the order has a gift box.
false
Message for the gift box.
Happy Birthday!
Language code for the order.
en
Customer instructions for the order.
Leave at the front door.
Slug for the shipping option.
standard-shipping
Creation Date
Last Modification Date
POST /api/v1/channel/{channel_id}/orders/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
{
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Create a mapping object for the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Unique code for the mapping.
mapping_info
Type of integration mapping
web
Possible values: Content type of the mapping.
1
ID of the object associated with the mapping.
12345
POST /api/v1/channel/{channel_id}/orders/{id}/create_mapping/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Change the billing address of the order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Primary 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
customer
Possible 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
POST /api/v1/channel/{channel_id}/orders/{id}/change_billing_address/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2521
{
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z"
},
"district": {
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"postcode": "34000",
"zipcode": "34000",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
}
No content
Refund an order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
Indicates whether the refund was successful.
true
POST /api/v1/channel/{channel_id}/orders/{id}/refund/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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.
5
Unique identifier of the resource
1
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/deliver_in_store/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Status of the bulk update tracking number specified with cache key
The channel ID of the resource.
5
Unique identifier of the resource
1
The cache ID for the tracking number update operation.
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_tracking_number_update_status/ HTTP/1.1
Host:
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.
5
Unique identifier of the resource
1
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/mark_as_not_sent/ HTTP/1.1
Host:
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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
Cancel an order with the specified ID
The channel ID of the resource.
5
Unique identifier of the resource
1
ID of the order to be cancelled.
1
Indicates whether to cancel all items in the order.
true
List of order item IDs to be cancelled.
[1,2,3]
Amount to be refunded.
100
Cancellation reasons for each order item.
{"1":"reason_id_1","2":"reason_id_2"}
Indicates whether to refund the shipping amount.
true
Invoice number for the refund.
REFUND123456
Holder names for the cancel items.
{"1":"John Doe","2":"Jane Smith"}
Indicates whether to fully refund as loyalty money.
false
POST /api/v1/channel/{channel_id}/orders/{id}/cancel/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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.
5
Unique identifier of the resource
1
Payload containing the split packages.
{"result":"Successfully splitted"}
POST /api/v1/channel/{channel_id}/orders/{id}/split_packages/ HTTP/1.1
Host:
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.
5
Unique identifier of the resource
1
List of order items for weight reduction
Order item ID for weight reduction
1
New weight for the order item
2.5
POST /api/v1/channel/{channel_id}/orders/{id}/bulk_reduce_weights/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"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.
5
Unique identifier of the resource
1
An empty dictionary
POST /api/v1/channel/{channel_id}/orders/{id}/cancellation_reject_order/ HTTP/1.1
Host:
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": "example@domain.com",
"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": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"billing_address": {
"pk": 1,
"email": "name@gmail.com",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"district": {
"pk": 1,
"name": "Davutpasa",
"is_active": true,
"city": 1,
"township": 1,
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"postcode": "34000",
"zipcode": "34000",
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"state": {},
"local_batch_id": "text",
"status": "processing",
"content_object": {}
}
]
},
"remote_id": "text",
"identity_number": "text",
"extra_field": {},
"customer": {
"pk": 123,
"email": "example@domain.com",
"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-05-22T10:08:23.421Z"
},
"currency": "try",
"amount": 1000,
"shipping_amount": 20,
"extra_field": {},
"orderitem_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"transaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"is_commerce_card": false,
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"date_paid": "2025-05-22T10:08:23.421Z",
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
},
"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-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"loyaltytransaction_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"bextransaction_set": [],
"b2btransaction_set": [
{
"pk": 1,
"order": 1,
"amount": 1,
"transaction_type": "purchase",
"user_email": "text",
"remote_addr": "text",
"created_date": "2025-05-22T10:08:23.421Z"
}
],
"cancellationplan_set": [
{
"created_date": "2025-05-22T10:08:23.421Z",
"modified_date": "2025-05-22T10:08:23.421Z"
}
],
"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-05-22T10:08:23.421Z",
"end": "2025-05-22T10:08:23.421Z"
},
"shipping_option_slug": "standard-shipping",
"segment": "premium",
"carrier_shipping_code": "TRACK12345",
"defined_tracking_url": "https://tracking.example.com/track/123",
"installment_free": false
}