ETS API
  1. AVIA
ETS API
  • Try it and Run in ApiDog
  • AVIA API
  • AVIA Flows example
  • HOTELS API
  • AVIA
    • 1 REQ B2B Login
      POST
    • 1 REQ B2B Login Token
      POST
    • 1 REQ B2C Login
      GET
    • 2A Search Direct flight
      POST
    • 2B Search Connecting flight
      POST
    • 2C Search Round trip
      POST
    • 3 Schedule - Amadeus optional
      POST
    • 4 Offers request
      GET
    • 4B Smart Offer Request optional
      GET
    • 5 Documents types for offer
      GET
    • 6 Offer info UPD LATER
      GET
    • 7 Availability of Offer
      GET
    • 8 OPT Available Services
      GET
    • 9 OPT Select services
      POST
    • 10 Create Order
      POST
    • 11 Split Order
      PATCH
    • 12 Order payment
      POST
    • 13 Сheckout status
      GET
    • 14 Refund order
      GET
    • 15 Get order info
      GET
    • 16 Print E-Tiket
      GET
    • 17 Receiving a cancellation fee
      GET
    • 18 Cancel Order
      GET
    • 19 Get airports
      GET
    • 20 Get cities
      GET
    • 21 Get countries
      GET
  • HOTELS
    • REQUIRED
      • 1 REQ B2B Login
      • 1 REQ B2C Login
      • 2 REQ Destination
      • 2 REQ Search
      • 3 REQ Receiving found hotels
      • 4 REQ Getting a Hotel Offer
      • 5 REQ Create order
      • 6 REQ Cancel order
    • OPTIONAL
      • 1 REQ B2B Login
      • 1 REQ B2C Login
      • 2 REQ Search
      • 3 OPT Destination point info
      • 4 OPT List of popular destinations Copy
      • 5 OPT List of filtered destinations
      • 6 OPT Group guide
      • 7 OPT Getting information on possible hotels
      • 8 OPT Getting the list of currencies
      • 9 REQ Receiving found hotels
      • 10 REQ Getting a Hotel Offer
      • 11 OPT Cancel-policies
      • 12 OPT Account number and info
      • 13 OPT Receiving information on the hotel offer
      • 14 OPT Receive detailed information about the cost of an offer
      • 15 REQ Create order
      • 16 OPT Receive hotel services
  1. AVIA

15 Get order info

GET
{{AVIA_URL}}/api/air/orders/{{order_id}}

Retrieve Air Order Details#

This endpoint retrieves the details of a specific air order identified by the order_id.

Request Body#

No request body is required for this endpoint.

Response Body#

status (string): The status of the order.
message (string): Any additional message related to the order.
data (object): Contains detailed information about the air order, including order_id, book_id, buy_id, amount, currency, buyer, agency, operator, rl_number, stamp_create, stamp_ticket, time_till_ticket, left_to_void, left_to_void_time, directions, flights_info, passengers, services, prices, price_extra, payment_methods, actions, settings, and site_log.
The data object provides comprehensive information about the air order, including flight details, passenger information, pricing, payment methods, and available actions.

Example#

{
    "status": "ok",
    "message": "",
    "data": {
        "order_id": 12345,
        "book_id": 67890,
        ...
    }
}

Request

Header Params

Responses

🟢20010 Get order info
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/orders/{{order_id}}' \
--header 'etm-auth-key: ' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d'
Response Response Example
{
    "status": "ok",
    "message": "",
    "data": {
        "order_id": 1053260,
        "book_id": 982461,
        "buy_id": "2275013209_2275013210",
        "status": "T",
        "pnr_number": "NHXAYD",
        "amount": 599,
        "currency": "EUR",
        "buyer": {
            "email": "support@etsgroup.travel",
            "phone": "(7) 9998887766",
            "country": {
                "code": "RU",
                "name": "Россия"
            },
            "city": "Нюрнберг",
            "address": "Farbershtrasse",
            "zip": "0015"
        },
        "agency": {
            "id": 37594,
            "login": "TEST_API_ETS",
            "type": "O",
            "company": "TEST API ETS International",
            "email": "support@etsgroup.travel",
            "phone": "9483889922",
            "city": "9483889922",
            "address": "Farbershtrasse",
            "zip": "0015",
            "country": "RU"
        },
        "operator": {
            "id": 37594,
            "login": "TEST_API_ETS",
            "type": "O",
            "firstname": null,
            "lastname": null,
            "company": "TEST API ETS International",
            "email": "support@etsgroup.travel",
            "phone": "9483889922",
            "city": "9483889922",
            "address": "Farbershtrasse",
            "zip": "0015",
            "country": "RU"
        },
        "rl_number": {
            "BA": "NHXAYD"
        },
        "stamp_create": "2024-10-28 12:55:00",
        "stamp_ticket": "2024-10-28 13:54:00",
        "time_till_ticket": null,
        "left_to_void": false,
        "left_to_void_time": "2024-10-28 12:55:00",
        "directions": [
            {
                "id": 2275013209,
                "direction": 1,
                "stops": 0,
                "duration": "01:55:00",
                "duration_seconds": 6900,
                "segments": {
                    "1": {
                        "number": 1,
                        "departure": {
                            "country": {
                                "code": "DE",
                                "name": "Германия"
                            },
                            "city": {
                                "code": "FRA",
                                "name": "Франкфурт-на-Майне"
                            },
                            "airport": {
                                "code": "FRA",
                                "name": "Франкфурт"
                            },
                            "terminal": "2",
                            "date": "2024-11-11",
                            "time": "11:35:00",
                            "timezone": "+01:00",
                            "timestamp": 1731321300
                        },
                        "arrival": {
                            "country": {
                                "code": "GB",
                                "name": "Соединенное Королевство"
                            },
                            "city": {
                                "code": "LON",
                                "name": "Лондон"
                            },
                            "airport": {
                                "code": "LHR",
                                "name": "Хитроу"
                            },
                            "terminal": "5",
                            "date": "2024-11-11",
                            "time": "12:30:00",
                            "timezone": "+00:00",
                            "timestamp": 1731321300
                        },
                        "technical": [],
                        "wait": null,
                        "duration": "01:55:00",
                        "duration_seconds": 6900,
                        "flight_number": "903",
                        "booking_class": "Q",
                        "fare_basis": "QOV2HMR",
                        "baggage": "1PC",
                        "is_hand_luggage": true,
                        "service_class": {
                            "code": "E",
                            "name": "Эконом"
                        },
                        "validating_airline": {
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "marketing_airline": {
                            "logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "operating_airline": {
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "airplane": {
                            "code": "320",
                            "name": "A320"
                        },
                        "fare_family": {
                            "type": "ECONSEL_E",
                            "data": {
                                "routes": [
                                    {
                                        "departure": "FRA",
                                        "arrival": "LHR"
                                    }
                                ],
                                "name": "ECONSEL",
                                "class": "",
                                "services": [
                                    {
                                        "name": "Первое место багажа",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Изменения до вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Изменения рейса в той же дате вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета до вылета",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Изменения после вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета после вылета",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Второе место багажа",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Бизнес зал",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Приоритетная служба безопасности",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Бронирование стандартного места",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Приоритетная регистрация на рейс",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Легкая закуска и напитки",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "CABIN BAG MAX 23KG 51LB 126LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Ноутбук или ручная кладь до 85LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    }
                                ]
                            }
                        }
                    }
                },
                "flights_info": [
                    {
                        "operating_airline_code": "BA",
                        "operating_airline_name": "British Airways",
                        "operating_airline_logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                        "marketing_airline_code": "BA",
                        "marketing_airline_name": "British Airways",
                        "marketing_airline_logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                        "flight_number": "903",
                        "flight_number_print": "BA-903",
                        "airplane_code": "320",
                        "airplane_name": "A320",
                        "departure_country": "DE",
                        "departure_city": "Франкфурт-на-Майне",
                        "departure_city_code": "FRA",
                        "route_locales": [],
                        "departure_airport": "FRA",
                        "departure_terminal": "2",
                        "departure_date": "2024-11-11",
                        "departure_local_time": "11:35",
                        "departure_timezone": "GMT+01:00",
                        "departure_local_timestamp": 1731321300,
                        "arrival_country": "GB",
                        "arrival_city": "Лондон",
                        "arrival_city_code": "LON",
                        "arrival_airport": "LHR",
                        "arrival_terminal": "5",
                        "arrival_date": "2024-11-11",
                        "arrival_local_time": "12:30",
                        "arrival_timezone": "GMT+00:00",
                        "arrival_local_timestamp": 1731324600,
                        "duration_formated": "1 ч 55 мин",
                        "duration_minutes": 115,
                        "stop_time": null,
                        "stop_time_minutes": null,
                        "techstop": false,
                        "ifs": {},
                        "delays": false
                    }
                ]
            },
            {
                "id": 2275013210,
                "direction": 2,
                "stops": 0,
                "duration": "01:40:00",
                "duration_seconds": 6000,
                "segments": {
                    "1": {
                        "number": 1,
                        "departure": {
                            "country": {
                                "code": "GB",
                                "name": "Соединенное Королевство"
                            },
                            "city": {
                                "code": "LON",
                                "name": "Лондон"
                            },
                            "airport": {
                                "code": "LHR",
                                "name": "Хитроу"
                            },
                            "terminal": "5",
                            "date": "2024-12-01",
                            "time": "12:10:00",
                            "timezone": "+00:00",
                            "timestamp": 1733055000
                        },
                        "arrival": {
                            "country": {
                                "code": "DE",
                                "name": "Германия"
                            },
                            "city": {
                                "code": "FRA",
                                "name": "Франкфурт-на-Майне"
                            },
                            "airport": {
                                "code": "FRA",
                                "name": "Франкфурт"
                            },
                            "terminal": "2",
                            "date": "2024-12-01",
                            "time": "14:50:00",
                            "timezone": "+01:00",
                            "timestamp": 1733055000
                        },
                        "technical": [],
                        "wait": null,
                        "duration": "01:40:00",
                        "duration_seconds": 6000,
                        "flight_number": "902",
                        "booking_class": "O",
                        "fare_basis": "OV2HMR",
                        "baggage": "1PC",
                        "is_hand_luggage": true,
                        "service_class": {
                            "code": "E",
                            "name": "Эконом"
                        },
                        "validating_airline": {
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "marketing_airline": {
                            "logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "operating_airline": {
                            "code": "BA",
                            "name": "British Airways"
                        },
                        "airplane": {
                            "code": "320",
                            "name": "A320"
                        },
                        "fare_family": {
                            "type": "ECONSEL_E",
                            "data": {
                                "routes": [
                                    {
                                        "departure": "LHR",
                                        "arrival": "FRA"
                                    }
                                ],
                                "name": "ECONSEL",
                                "class": "",
                                "services": [
                                    {
                                        "name": "Первое место багажа",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Изменения до вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Изменения рейса в той же дате вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета до вылета",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Изменения после вылета",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Возврат билета после вылета",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Второе место багажа",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Бизнес зал",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Приоритетная служба безопасности",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Бронирование стандартного места",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "Приоритетная регистрация на рейс",
                                        "status": {
                                            "code": "locked",
                                            "name": "Не предлагается"
                                        }
                                    },
                                    {
                                        "name": "Легкая закуска и напитки",
                                        "status": {
                                            "code": "extra",
                                            "name": "Платно"
                                        }
                                    },
                                    {
                                        "name": "CABIN BAG MAX 23KG 51LB 126LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    },
                                    {
                                        "name": "Ноутбук или ручная кладь до 85LCM",
                                        "status": {
                                            "code": "included",
                                            "name": "Включено"
                                        }
                                    }
                                ]
                            }
                        }
                    }
                },
                "flights_info": [
                    {
                        "operating_airline_code": "BA",
                        "operating_airline_name": "British Airways",
                        "operating_airline_logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                        "marketing_airline_code": "BA",
                        "marketing_airline_name": "British Airways",
                        "marketing_airline_logo": "https://stage-tatyana.etm-system.ru/images/airline/BA.svg",
                        "flight_number": "902",
                        "flight_number_print": "BA-902",
                        "airplane_code": "320",
                        "airplane_name": "A320",
                        "departure_country": "GB",
                        "departure_city": "Лондон",
                        "departure_city_code": "LON",
                        "route_locales": [],
                        "departure_airport": "LHR",
                        "departure_terminal": "5",
                        "departure_date": "2024-12-01",
                        "departure_local_time": "12:10",
                        "departure_timezone": "GMT+00:00",
                        "departure_local_timestamp": 1733051400,
                        "arrival_country": "DE",
                        "arrival_city": "Франкфурт-на-Майне",
                        "arrival_city_code": "FRA",
                        "arrival_airport": "FRA",
                        "arrival_terminal": "2",
                        "arrival_date": "2024-12-01",
                        "arrival_local_time": "14:50",
                        "arrival_timezone": "GMT+01:00",
                        "arrival_local_timestamp": 1733061000,
                        "duration_formated": "1 ч 40 мин",
                        "duration_minutes": 100,
                        "stop_time": null,
                        "stop_time_minutes": null,
                        "techstop": false,
                        "ifs": {},
                        "delays": false
                    }
                ]
            }
        ],
        "passengers": [
            {
                "pax_id": 1510085,
                "info": {
                    "type": {
                        "code": "ADT",
                        "name": "Взрослый"
                    },
                    "title": "MR",
                    "firstname": "BSJJIZODX",
                    "lastname": "LVLJEUJOK",
                    "birthdate": "1986-12-11"
                },
                "document": {
                    "citizenship": {
                        "code": null,
                        "name": null,
                        "flag": ""
                    },
                    "type": {
                        "id": null,
                        "code": "",
                        "name": ""
                    },
                    "number": "",
                    "expire": "",
                    "issue": ""
                },
                "arrival_info": "",
                "visa_info": "",
                "frequent": [],
                "fe_data": null,
                "ticket": {
                    "pax_id": 1510085,
                    "ticket_id": 1592533,
                    "status": "TKTT",
                    "number": "125-9098986831",
                    "stamp": "2024-10-28 13:54:00",
                    "taxes": [
                        {
                            "type": "YQ",
                            "amount": "6.00",
                            "currency": "EUR"
                        },
                        {
                            "type": "DE",
                            "amount": "10.00",
                            "currency": "EUR"
                        },
                        {
                            "type": "OY",
                            "amount": "15.53",
                            "currency": "EUR"
                        },
                        {
                            "type": "RA",
                            "amount": "38.12",
                            "currency": "EUR"
                        },
                        {
                            "type": "GB",
                            "amount": "15.59",
                            "currency": "EUR"
                        },
                        {
                            "type": "UB",
                            "amount": "26.37",
                            "currency": "EUR"
                        }
                    ],
                    "refund_info": false,
                    "actions": {
                        "void": true,
                        "refund": false,
                        "exchage": false,
                        "ticket": false,
                        "docs": true,
                        "frequent": true,
                        "service": true,
                        "osi": true,
                        "fe": false
                    }
                },
                "price": {
                    "currency": "EUR",
                    "fare": 172,
                    "tax": 111.61,
                    "fee": 0,
                    "psp": 0,
                    "hidden": 0,
                    "total": 283.61,
                    "total_nf": 283.61
                },
                "contacts": []
            },
            {
                "pax_id": 1510086,
                "info": {
                    "type": {
                        "code": "CHD",
                        "name": "Ребёнок"
                    },
                    "title": "MR",
                    "firstname": "ARTEM",
                    "lastname": "LVLJEUJOK",
                    "birthdate": "2016-12-12"
                },
                "document": {
                    "citizenship": {
                        "code": null,
                        "name": null,
                        "flag": ""
                    },
                    "type": {
                        "id": null,
                        "code": "",
                        "name": ""
                    },
                    "number": "",
                    "expire": "",
                    "issue": ""
                },
                "arrival_info": "",
                "visa_info": "",
                "frequent": [],
                "fe_data": null,
                "ticket": {
                    "pax_id": 1510086,
                    "ticket_id": 1592534,
                    "status": "TKTT",
                    "number": "125-9098986830",
                    "stamp": "2024-10-28 13:54:00",
                    "taxes": [
                        {
                            "type": "YQ",
                            "amount": "6.00",
                            "currency": "EUR"
                        },
                        {
                            "type": "DE",
                            "amount": "10.00",
                            "currency": "EUR"
                        },
                        {
                            "type": "OY",
                            "amount": "15.53",
                            "currency": "EUR"
                        },
                        {
                            "type": "RA",
                            "amount": "38.12",
                            "currency": "EUR"
                        },
                        {
                            "type": "UB",
                            "amount": "26.37",
                            "currency": "EUR"
                        }
                    ],
                    "refund_info": false,
                    "actions": {
                        "void": true,
                        "refund": false,
                        "exchage": false,
                        "ticket": false,
                        "docs": true,
                        "frequent": true,
                        "service": true,
                        "osi": true,
                        "fe": false
                    }
                },
                "price": {
                    "currency": "EUR",
                    "fare": 172,
                    "tax": 96.02,
                    "fee": 0,
                    "psp": 0,
                    "hidden": 0,
                    "total": 268.02,
                    "total_nf": 268.02
                },
                "contacts": []
            },
            {
                "pax_id": 1510087,
                "info": {
                    "type": {
                        "code": "INF",
                        "name": "Младенец"
                    },
                    "title": "MR",
                    "firstname": "DANIEL",
                    "lastname": "LVLJEUJOK",
                    "birthdate": "2023-12-12"
                },
                "document": {
                    "citizenship": {
                        "code": null,
                        "name": null,
                        "flag": ""
                    },
                    "type": {
                        "id": null,
                        "code": "",
                        "name": ""
                    },
                    "number": "",
                    "expire": "",
                    "issue": ""
                },
                "arrival_info": "",
                "visa_info": "",
                "frequent": [],
                "fe_data": null,
                "ticket": {
                    "pax_id": 1510087,
                    "ticket_id": 1592535,
                    "status": "TKTT",
                    "number": "125-9098986832",
                    "stamp": "2024-10-28 13:54:00",
                    "taxes": [
                        {
                            "type": "YQ",
                            "amount": "6.00",
                            "currency": "EUR"
                        },
                        {
                            "type": "UB",
                            "amount": "26.37",
                            "currency": "EUR"
                        }
                    ],
                    "refund_info": false,
                    "actions": {
                        "void": true,
                        "refund": false,
                        "exchage": false,
                        "ticket": false,
                        "docs": false,
                        "frequent": false,
                        "service": true,
                        "osi": false,
                        "fe": false
                    }
                },
                "price": {
                    "currency": "EUR",
                    "fare": 15,
                    "tax": 32.37,
                    "fee": 0,
                    "psp": 0,
                    "hidden": 0,
                    "total": 47.37,
                    "total_nf": 47.37
                },
                "contacts": []
            }
        ],
        "services": [],
        "prices": {
            "currency": "EUR",
            "fare": 359,
            "base": 359,
            "tax": 240,
            "tax_total": 240,
            "tax_extra": [],
            "airline": 0,
            "supplier": 0,
            "supplier_hidden": 0,
            "fee": 0,
            "hidden": 0,
            "psp": 0,
            "comm": 0,
            "cash": 0,
            "total": 599,
            "total_nf": 599
        },
        "price_extra": {
            "RUB": {
                "currency": "RUB",
                "fare": 37695,
                "tax": 25202,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 62897,
                "total_nf": 62897
            },
            "AMD": {
                "currency": "AMD",
                "fare": 150090,
                "tax": 100338,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 250428,
                "total_nf": 250428
            },
            "KZT": {
                "currency": "KZT",
                "fare": 188167,
                "tax": 125795,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 313962,
                "total_nf": 313962
            },
            "KRW": {
                "currency": "KRW",
                "fare": 535600,
                "tax": 358100,
                "fee": 0,
                "psp": 0,
                "hidden": 0,
                "total": 893700,
                "total_nf": 893700
            }
        },
        "payment_methods": [],
        "actions": {
            "void_book": true,
            "void_segment": false,
            "split": true,
            "refund": false,
            "share": true,
            "owner": true,
            "ticket": false,
            "cancel_bills": false,
            "remarks": false,
            "tourcode": false,
            "timelimit": false,
            "seats": false,
            "service": true,
            "osi": true,
            "queue": true,
            "rebook": true,
            "recalc": false,
            "book_osi": false,
            "add_bill": true,
            "checktrip": true,
            "involuntary_refund": false,
            "itinerary": true,
            "eticket": false,
            "exchange": true,
            "all_refund": false,
            "print": true,
            "bonus": false,
            "krs": true
        },
        "settings": {
            "client_price": false,
            "hide_cc_fee": false
        },
        "site_log": []
    }
}
Modified at 2025-08-19 06:06:38
Previous
14 Refund order
Next
16 Print E-Tiket
Built with