Shipment Flows
username
Username for basic authentication
generate-shipment (POST)
^^/shipmentsx-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
{
"shipmentId": "", - Akinon unique id
"orderNumber": "", - Akinon unique order number
"locale": "", – IETF BCP 47 language tag
"deliveryNote":"",
"type":"", -CUSTOMER, PICK_UP_LOCATION
"destination": {
"name": "",
"surname": "",
"tel": "",
"country": {
"id": 0, -Omnitron country id
"code": "",-ISO code
"name": ""
},
"city": {
"id": 0, -Omnitron city id
"name": ""
},
"district": {
"id": 0, -Omnitron district id
"name": ""
},
"township": {
"id": 0, -Omnitron township id
"name": ""
},
"zipcode": "",
"addressLine": ""
}
}CREATED
Shipment information created at the cargo company.
query-shipment (GET)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
query-shipment-history (GET)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
delete-shipment (DELETE)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
update-shipment (PATCH)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
query-shipment-label (GET)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
generate-easy-return (POST)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
query-easy-return (GET)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
delete-easy-return (DELETE)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
search-appointment-dates (POST)
Authorization
Basic [BASE64_encoded(username:password)]
Mandatory
generate-address (POST)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
get-addresses (POST)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
get-address-detail (GET)
x-akinon-request-id
Unique ID for problem solving & tracing.
Mandatory
Response Body For Errors (ALL)
Last updated
Was this helpful?

