Orders
Authorizations
AuthorizationstringRequired
Path parameters
numberstringRequiredExample:
Unique identifier for the order.
2594887831811953Responses
200
OK
application/json
numberstring · uuidOptionalExample:
Unique identifier of the order.
2594887831811953currencystring · enumOptionalExample:
Currency code of the order.
TRYPossible values: shipping_amountnumber · floatOptionalExample:
Shipping amount of the order.
10installment_interest_amountnumber · floatOptionalExample:
Installment interest amount of the order.
10401
Unauthorized
application/json
404
Given resource or object is not found or available.
application/json
500
Unexpected error.
get/i2/orders/{number}/
GET /api/i2/orders/{number}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"number": "2594887831811953",
"currency": "TRY",
"shipping_amount": 10,
"installment_interest_amount": 10,
"packages": [
{
"number": "2595053219311870",
"status": 3
}
]
}Last updated
Was this helpful?

