Porter Express Shipment Extension
Extension Installation
Preliminary Works
openssl rand -base64 41curl --location 'https://<extension_url>/addresses' \
--header 'x-akinon-request-id: <guid>' \
--header 'x-akinon-api-version: 1.0' \
--header 'Authorization: Basic <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": <id(str)>, // return_destination_extension_id in Omnitron config,
"addressName": "Jacobs Group",
"addressDescription": "totam quisquam qui",
"phone": "+90 216 555 1234",
"email": "[email protected]",
"type": "PICK_UP_LOCATION",
"address": {
"country": {
"id": 0, // optional
"code": "TR",
"name": "Türkiye"
},
"city": {
"id": 0, // optional
"name": "Istanbul"
},
"township": {
"id": 0, // optional
"name": "Kadıköy"
},
"district": { // optional
"id": 0, // optional
"name": "Acıbadem"
},
"zipcode": "34100",
"addressLine": "Caferağa Mahallesi, Dr. Esat Işık Caddesi No:35"
}
}'Environment Variables
Variable
Description
Omnitron Settings
Shipping Provider
Example Omnitron Configuration:
Field
Description
Easy Return Shipping Option
Example Omnitron Configuration:
Field
Description
Mapping
Mapper Type
Description
Steps to Use the Mapper Method for the CITY:
Field
Description
Steps to Use the Mapper Method for the TOWNSHIP:
Field
Description
Example Requests
Generate Mapping Request:
Update Mapping Request:
Get Mapping Request:
Delete Mapping Request:
Additonal Notes
Last updated
Was this helpful?

