Shipping Methods
Specifies the page number of the current dataset.
1
Specifies the row count of the current page.
10
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.
GET /api/i1/shipping-methods/ 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": [
{
"id": "f488f79f-503f-4787-a8ef-6a37b085b5e1",
"shipping_option": "Standard",
"shipping_company": "DHL",
"priority": 1,
"updated_at": "2025-07-14T11:55:54.405Z",
"created_at": "2025-07-14T11:55:54.405Z"
}
]
}
Was this helpful?