Shipping Methods
Specifies 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
Indicates the number of objects that match the criteria specified in the request.
1Indicates the next page URL that points to the location of the next set of results.
https://seller-center.akinon.com/api/i2/resource?page=2&limit=10Indicates the previous page URL that points to the location of the next set of results.
Unauthorized
Unexpected error.
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": "2026-01-01T00:00:00.000Z",
"created_at": "2026-01-01T00:00:00.000Z"
}
]
}Last updated
Was this helpful?

