Horoz Lojistik Satıcı Öder Shipment Extension
Extension Installation
Preliminary Works
openssl rand -base64 41curl --location --request GET '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>",
"addressName": "ADDRESS NAME",
"addressDescription": "...",
"phone": "639-228-8456",
"email": "[email protected]",
"address": {
"country": {
"id": 1,
"code": "TC",
"name": "TÜRKİYE"
},
"city": {
"id": 1,
"name": "İSTANBUL"
},
"district": {
"id": 1,
"name": "ESENLER"
},
"township": {
"id": 1,
"name": "PENDİK"
},
"zipcode": "1724588042",
"addressLine": "771 Kyleigh Via"
},
"type": "DISTRIBUTION_POINT"}'Environment Variables
Variable
Description
Omnitron Settings
Shipping Provider
Example Omnitron Configuration:
Field
Description
Easy Return Shipping Option
Example Omnitron Configuration:
Field
Description
Mapping
Field
Description
Generate Mapping Request:
Update Mapping Request:
Get Mapping Request:
Delete Mapping Request:
Last updated
Was this helpful?

