---
title: "Get info about hotel order(s)"
method: POST
path: "/api/b2b/v3/hotel/order/info"
---

# Get info about hotel order(s)

`POST /api/b2b/v3/hotel/order/info`

Get info about hotel order by it partner order ID(s) or by other filters.

## Request body

- InfoRequest
  - `language` string — B2B field
  - `ordering` InfoOrdering
    - `ordering_by` string
    - `ordering_type` string
  - `pagination` InfoPagination
    - `page_number` integer
    - `page_size` integer
  - `search` InfoSearch
    - `cancelled_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `checkin_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `checkout_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `created_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `free_cancellation_before` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `modified_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `order_ids` integer[]
    - `paid_at` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `partner_order_ids` string[]
    - `payment_due` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `payment_pending` InfoDateRange
      - `from_date` string
      - `to_date` string
    - `source` string
    - `status` string

## Response `200`

Successful response with order info details

- object
  - `data` InfoResponseB2B
    - `current_page_number` integer
    - `found_orders` integer
    - `found_pages` integer
    - `orders` InfoOrderB2B[]
      - `agreement_number` string
      - `amount_payable` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_payable_vat` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_payable_with_upsells` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_refunded` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_sell` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_sell_b2b2c` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `amount_sell_b2b2c_commission` PartnerMoney
        - `amount` string
        - `currency_code` string
      - `api_auth_key_id` integer
      - `cancellation_info` InfoB2BCancellationInfoData
        - `free_cancellation_before` string
        - `policies` InfoB2BCancellationPolicyData[]
          - `end_at` string
          - `penalty` InfoB2BPenalty
            - `amount` string
            - `amount_info` InfoB2BAmountInfo
              - …
            - `currency_code` string
          - `start_at` string
      - `cancelled_at` string
      - `checkin_at` string
      - `checkout_at` string
      - `contract_slug` string
      - `created_at` string
      - `has_tickets` boolean
      - `hotel_data` InfoHotelData
        - `hid` integer
        - `id` string
        - `order_id` string
      - `invoice_id` string
      - `is_cancellable` boolean
      - `is_checked` boolean
      - `is_package` boolean
      - `meta_data` InfoMetaData
        - `voucher_order_comment` string
      - `modified_at` string
      - `nights` integer
      - `order_id` integer
      - `order_type` string
      - `partner_data` InfoPartnerData
        - `order_comment` string
        - `order_id` string
      - `payment_data` InfoB2BPaymentData
        - `invoice_id` integer — B2B
        - `invoice_id_v2` string
        - `paid_at` string
        - `payment_by` string
        - `payment_due` string
        - `payment_pending` string
        - `payment_type` string
      - `roomnights` integer
      - `rooms_data` InfoRoomData[]
        - `bedding_name` string[]
        - `guest_data` InfoRoomGuestData
          - `adults_number` integer
          - `children_number` integer
          - `guests` InfoGuestData[]
            - `age` integer
            - `first_name` string
            - `first_name_original` string
            - `is_child` boolean
            - `last_name` string
            - `last_name_original` string
        - `has_breakfast` boolean
        - `meal_name` string
        - `no_child_meal` boolean
        - `room_idx` integer
        - `room_name` string
      - `source` string
      - `status` string
      - `supplier_data` InfoSupplierData
        - `confirmation_id` string
        - `name` string
        - `order_id` string
      - `taxes` InfoTaxData[]
        - `amount_tax` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `is_included` boolean
        - `name` string
      - `total_vat` InfoTotalVat
        - `amount` string
        - `currency_code` string
        - `included` boolean
      - `upsells` InfoUpsellData[]
        - `amount_payable` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `amount_payable_vat` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `amount_refunded` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `amount_sell` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `amount_sell_b2b2c` PartnerMoney
          - `amount` string
          - `currency_code` string
        - `cancelled_at` string
        - `created_at` string
        - `free_cancellation_before` string
        - `info` unknown
        - `order_id` integer
        - `order_type` string
        - `payment_data` InfoB2BPaymentData
          - `invoice_id` integer — B2B
          - `invoice_id_v2` string
          - `paid_at` string
          - `payment_by` string
          - `payment_due` string
          - `payment_pending` string
          - `payment_type` string
        - `status` string
        - `type` string
      - `user_data` InfoB2BUserData
        - `arrival_datetime` string
        - `email` string
        - `user_comment` string
    - `total_orders` integer
    - `total_pages` integer
  - `debug` V3Debug
    - `api_endpoint` V3DebugEndpoint
      - `endpoint` string
      - `is_active` boolean
      - `is_limited` boolean
      - `remaining` integer
      - `requests_number` integer
      - `reset` string
      - `seconds_number` integer
    - `api_key_id` integer
    - `key_id` integer
    - `method` string
    - `real_ip` string
    - `request` integer[]
    - `request_id` string
    - `utcnow` string
    - `validation_error` string
  - `error` string
  - `status` string

---

[API](https://skmtc.net/worldota/apis/etg-api-v3.md) · [All operations](https://skmtc.net/worldota/apis/etg-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldota/etg-api-v3/revisions/eb86c2c78ad5/schema)
