Packages
Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Filter by exact value of the number field.
Filter by exact value of the waybill number field.
Filter by status field. Must be one of the provided integer values.
Filters data where the "updated_at" field is exactly equal to a specified value.
Filters data where the "updated_at" field is greater than a specified value.
Filters data where the "updated_at" field is greater than or equal to a specified value.
Filters data where the "updated_at" field is less than a specified value.
Filters data where the "updated_at" field is less than or equal to a specified value.
Filters data where the "created_at" field is exactly equal to a specified value.
Filters data where the "created_at" field is greater than a specified value.
Filters data where the "created_at" field is greater than or equal to a specified value.
Filters data where the "created_at" field is less than a specified value.
Filters data where the "created_at" field is less than or equal to a specified value.
Specifies the communication language of the API.
OK
Unauthorized
Unexpected error.
GET /api/i2/packages/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://seller-center.akinon.com/api/i2/resource?page=2&limit=10",
"previous": null,
"results": [
{
"number": "2595053219311870",
"order_number": "2594887831811953",
"status": 2,
"shipping_address": {
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": "text",
"country_code": "text",
"city": "text",
"township": "text",
"district": "text",
"line": "text",
"postcode": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"identity_number": "text",
"notes": "text"
},
"billing_address": {
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": "text",
"country_code": "text",
"city": "text",
"township": "text",
"district": "text",
"line": "text",
"postcode": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"identity_number": "text",
"notes": "text"
},
"currency": "TRY",
"amount": 99.99,
"discount_amount": 9.99,
"net_amount": 90,
"has_gift_box": true,
"gift_box_note": "Happy Birthday!",
"notes": "Please handle with care.",
"date_placed": "2025-12-01T10:13:55.694Z",
"shipping_method": "DHL - Standard",
"shipping_company": {
"name": "DHL",
"slug": "dhl"
},
"is_requires_manual_entry": false,
"waybill_number": "A456231",
"tracking_number": "3457623412",
"tracking_url": "https://akinon.com/track/3457623412",
"shipment_date": "2025-12-01T10:13:55.694Z",
"delivery_date": "2025-12-01T10:13:55.694Z",
"invoice_date": "2025-12-01T10:13:55.694Z",
"invoice_number": "IN-3457623412",
"invoice_url": "https://akinon.com/invoice/IN-3457623412.pdf",
"updated_at": "2025-12-01T10:13:55.694Z",
"created_at": "2025-12-01T10:13:55.694Z"
}
]
}Unique identifier for the package.
2595053219311870Specifies the page number of the current dataset.
1Specifies the row count of the current page.
10Filters data where the "updated_at" field is exactly equal to a specified value.
Filters data where the "updated_at" field is greater than a specified value.
Filters data where the "updated_at" field is greater than or equal to a specified value.
Filters data where the "updated_at" field is less than a specified value.
Filters data where the "updated_at" field is less than or equal to a specified value.
Filters data where the "created_at" field is exactly equal to a specified value.
Filters data where the "created_at" field is greater than a specified value.
Filters data where the "created_at" field is greater than or equal to a specified value.
Filters data where the "created_at" field is less than a specified value.
Filters data where the "created_at" field is less than or equal to a specified value.
Specifies the communication language of the API.
OK
Unauthorized
Given resource or object is not found or available.
Unexpected error.
GET /api/i2/packages/{number}/items/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://seller-center.akinon.com/api/i2/resource?page=2&limit=10",
"previous": null,
"results": [
{
"number": "2595053219311870-1",
"status": 1,
"product": "AKN-TSHRT-RD",
"amount": 99.99,
"discount_amount": 9.99,
"net_amount": 90,
"tax_rate": 0.1,
"has_reservation": true,
"updated_at": "2025-12-01T10:13:55.694Z",
"created_at": "2025-12-01T10:13:55.694Z"
}
]
}Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
Status of the package:
2 - Preparing: The package is being prepared for shipment.3 - Ready to Ship: The package is ready to be shipped.4 - Shipped: The package has been shipped.5 - Delivered: The package has been successfully delivered.6 - Delivery Failed: The delivery of the package has failed.
3Possible values: Unique identifier for the waybill associated with the package.
A456231Tracking number for monitoring the package's shipment progress.
3457623412URL for tracking the package online.
https://akinon.com/track/3457623412Name of the shipping company handling the package.
DHLDate and time when the package was shipped.
2022-01-01T12:00:00ZDate and time when the package was delivered.
2022-01-02T12:00:00ZDate and time when the invoice for the package was generated.
2022-01-01T12:00:00ZUnique identifier or number associated with the package's invoice.
IN-3457623412URL for the package's invoice.
https://akinon.com/invoice/IN-3457623412.pdfOK
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
PUT /api/i2/packages/{number}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 358
{
"status": 3,
"waybill_number": "A456231",
"tracking_number": "3457623412",
"tracking_url": "https://akinon.com/track/3457623412",
"shipping_company": "DHL",
"shipment_date": "2022-01-01T12:00:00Z",
"delivery_date": "2022-01-02T12:00:00Z",
"invoice_date": "2022-01-01T12:00:00Z",
"invoice_number": "IN-3457623412",
"invoice_url": "https://akinon.com/invoice/IN-3457623412.pdf"
}{
"number": "2595053219311870",
"order_number": "2594887831811953",
"status": 2,
"shipping_address": {
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": "text",
"country_code": "text",
"city": "text",
"township": "text",
"district": "text",
"line": "text",
"postcode": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"identity_number": "text",
"notes": "text"
},
"billing_address": {
"email": "[email protected]",
"phone_number": "text",
"first_name": "text",
"last_name": "text",
"country": "text",
"country_code": "text",
"city": "text",
"township": "text",
"district": "text",
"line": "text",
"postcode": "text",
"company_name": "text",
"tax_office": "text",
"tax_no": "text",
"e_bill_taxpayer": true,
"identity_number": "text",
"notes": "text"
},
"currency": "TRY",
"amount": 99.99,
"discount_amount": 9.99,
"net_amount": 90,
"has_gift_box": true,
"gift_box_note": "Happy Birthday!",
"notes": "Please handle with care.",
"date_placed": "2025-12-01T10:13:55.694Z",
"shipping_method": "DHL - Standard",
"shipping_company": {
"name": "DHL",
"slug": "dhl"
},
"is_requires_manual_entry": false,
"waybill_number": "A456231",
"tracking_number": "3457623412",
"tracking_url": "https://akinon.com/track/3457623412",
"shipment_date": "2025-12-01T10:13:55.694Z",
"delivery_date": "2025-12-01T10:13:55.694Z",
"invoice_date": "2025-12-01T10:13:55.694Z",
"invoice_number": "IN-3457623412",
"invoice_url": "https://akinon.com/invoice/IN-3457623412.pdf",
"updated_at": "2025-12-01T10:13:55.694Z",
"created_at": "2025-12-01T10:13:55.694Z"
}Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
OK
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
GET /api/i2/packages/{number}/label/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"data": "text"
}Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
Unique identifier for the shipping method associated with the new package.
847b006e-000a-432e-b500-e3f49fa9ddccNo Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
POST /api/i2/packages/{number}/change-shipping-method/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"shipping_method": "847b006e-000a-432e-b500-e3f49fa9ddcc"
}No content
Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
Number of the package item to be split into a new package.
2595053219311870-1Unique identifier for the shipping method associated with the new package. If not provided, the default shipping method is used.
847b006e-000a-432e-b500-e3f49fa9ddccNo Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
POST /api/i2/packages/{number}/split/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 91
[
{
"items": [
"2595053219311870-1"
],
"shipping_method": "847b006e-000a-432e-b500-e3f49fa9ddcc"
}
]No content
Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
Number of the package item to be rejected.
2595053219311870-1Reason for rejecting the package item.
UnsuppliedNo Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
POST /api/i2/packages/{number}/reject/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"items": [
"2595053219311870-1"
],
"reason": "Unsupplied"
}No content
Unique identifier for the package.
2595053219311870Unique identifier for the package item.
2595053219311870-1Specifies the communication language of the API.
No Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
DELETE /api/i2/packages/{number}/reservations/{item-number} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
Reason for refunding the package.
UnsuppliedRefund invoice number for rejecting the package.
AKINON123456No Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
POST /api/i2/packages/{number}/refund/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 62
{
"reason": "Unsupplied",
"refund_invoice_number": "AKINON123456"
}No content
Unique identifier for the package.
2595053219311870Specifies the communication language of the API.
No Content
Missing required field(s), invalid data or invalid action.
Unauthorized
Given resource or object is not found or available.
Unexpected error.
DELETE /api/i2/packages/{number}/reservations/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?

