Sürat Cargo Easy Return Extension
Extension Installation
Preliminary Works
openssl rand -base64 41curl --location --request POST 'https://extension.lb.akinoncloud.com/addresses' \
--header 'x-akinon-request-id: ••••••' \
--header 'x-akinon-api-version: ••••••'' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data-raw '{
"id": "1234", // return_destination_extension_id in Omnitron config
"addressName": "Test Warehouse",
"addressDescription": "Test Warehouse",
"phone": "000",
"email": "test@test.com",
"address": {
"country": {
"id": 1,
"code": "tr",
"name": "Türkiye"
},
"city": {
"id": 1,
"name": "Adana"
},
"township": {
"id": 1,
"name": "Aladağ"
},
"district": {
"id": 41,
"name": "Ceritler Mah."
},
"zipcode": "01722",
"addressLine": "Test Street No: 7/19"
}
}'
Environment Variables
Mapping
Omnitron Settings
Easy Return Shipping Option
Last updated
Was this helpful?

