SalesChannelOrderItem
Updates a specific field for given order item id
The channel ID of the resource.
5Unique identifier of the resource
1Order Item ID
Related order ID
1Related product ID
1Related price list ID
1Related stock list ID
1Status of the order item
waitingPossible values: Currency type for the price list.
tryPossible values: Price of the item
100Tax rate of the item
18Shipping company options
yurticiPossible values: Shipment code for the item
Cancellation status of the order item
waitingPossible values: Indicates if the item is tradable
Installment interest amount
Related data source ID
Related cancellation reconciliation ID
Related reconciliation ID
Indicates if refund is forced
Original stock ID
Related shipping option group ID
Extra field for additional data
OK
Required field(s) are missing, data is invalid, or the action is not allowed.
Required field(s) are missing, data is invalid, or the action is not allowed.
Server Error
PATCH /api/v1/channel/{channel_id}/order_items/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 660
{
"order": 1,
"product": 1,
"price_list": 1,
"stock_list": 1,
"status": "waiting",
"price_currency": "try",
"price": 100,
"tax_rate": 18,
"shipping_company": "yurtici",
"shipment_code": "text",
"cancel_status": "waiting",
"installment_interest_amount": 1,
"datasource": 1,
"cancellation_reconciliation": 1,
"reconciliation": 1,
"forced_refund": true,
"original_stock": 1,
"shipping_option_group": 1,
"extra_field": {},
"modified_date": "2025-12-01T12:05:19.345Z",
"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"
}
}
}{
"pk": 1,
"order": 1,
"product": 1,
"price_list": 1,
"stock_list": 1,
"status": "waiting",
"price_currency": "try",
"price": 100,
"tax_rate": 18,
"shipping_company": "yurtici",
"shipment_code": "text",
"cancel_status": "waiting",
"is_tradable": true,
"installment_interest_amount": 1,
"datasource": 1,
"cancellation_reconciliation": 1,
"reconciliation": 1,
"forced_refund": true,
"original_stock": 1,
"shipping_option_group": 1,
"extra_field": {},
"created_date": "2025-12-01T12:05:19.345Z",
"modified_date": "2025-12-01T12:05:19.345Z",
"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"
}
}
}Returns all of order item data by channel relation
The channel ID of the resource.
5Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filter by integration mapping object's integration type
Filter by integration mapping object's code
Filter(exact) by transaction ID
0Order ID
Enum meanings:
50- Cancellation Waiting100- Cancelled200- Waiting300- Payment Waiting350- Confirmation Waiting400- Approved450- Preparing500- Shipped510- Shipped and Informed520- Ready for Pickup540- Attempted to Delivery544- Review Started545- Review Waiting546- Waiting for Payment547- Paid550- Delivered600- Refunded
Filter by SKU.
SKU123OK
Required field(s) are missing, data is invalid, or the action is not allowed.
Server Error
GET /api/v1/channel/{channel_id}/order_items/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-12-01T12:05:19.345Z",
"modified_date": "2025-12-01T12:05:19.345Z",
"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"
}
}
}
]
}Returns all of order item data via all details by channel relation
The channel ID of the resource.
5Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filter by integration mapping object's integration type
Filter by integration mapping object's code
Filter(exact) by transaction ID
0Order ID
Enum meanings:
50- Cancellation Waiting100- Cancelled200- Waiting300- Payment Waiting350- Confirmation Waiting400- Approved450- Preparing500- Shipped510- Shipped and Informed520- Ready for Pickup540- Attempted to Delivery544- Review Started545- Review Waiting546- Waiting for Payment547- Paid550- Delivered600- Refunded
Filter by SKU.
SKU123OK
Required field(s) are missing, data is invalid, or the action is not allowed.
Server Error
GET /api/v1/channel/{channel_id}/order_items/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-12-01T12:05:19.345Z",
"modified_date": "2025-12-01T12:05:19.345Z",
"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"
}
}
}
]
}Returns all of order item data with integration mapping data by channel relation
The channel ID of the resource.
5Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filter by integration mapping object's integration type
Filter by integration mapping object's code
Filter(exact) by transaction ID
0Order ID
Enum meanings:
50- Cancellation Waiting100- Cancelled200- Waiting300- Payment Waiting350- Confirmation Waiting400- Approved450- Preparing500- Shipped510- Shipped and Informed520- Ready for Pickup540- Attempted to Delivery544- Review Started545- Review Waiting546- Waiting for Payment547- Paid550- Delivered600- Refunded
Filter by SKU.
SKU123OK
GET /api/v1/channel/{channel_id}/order_items/detailed_integration/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
OK
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-12-01T12:05:19.345Z",
"modified_date": "2025-12-01T12:05:19.345Z",
"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"
}
}
}
]
}Was this helpful?

