---
title: "Get all services items"
method: GET
path: "/orders/catalog"
tags: ["service catalog"]
---

# Get all services items

`GET /orders/catalog`

## Query parameters

- `product` 'dpi' | 'sdr' | 'firewall' | 'dia_fw' | 'ddos' | 'ids' | 'dns' | 'fqdn' | 'tenant_service_package' | 'remote_user' | 'nat' | 'dia' | 'customer_port' | 'connection' | 'direct_connection' | 'cloud_router' | 'dia_connection' | 'direct_cloud_link' | 'cr_cloud_link' | 'direct_elan_connection'
- `enable` boolean, nullable
- `operator` string, nullable
- `location` string, nullable
- `base_quantity` number, nullable
- `base_unit` string, nullable
- `contract_period` integer, nullable
- `additional_unit` string, nullable
- `discount` integer, nullable
- `customer_package` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ItemsListNBServiceItem
  - `items` NBServiceItem[], required
    - `id` integer, required
    - `product` string, required
    - `enable` boolean, required
    - `operator` string, nullable
    - `location` string, nullable
    - `base_quantity` number, nullable
    - `base_unit` string, nullable
    - `monthly_recurring_charge` ServicePrice
      - `value` number, required
      - `currency` string, required
    - `non_recurring_charge` ServicePrice
      - `value` number, required
      - `currency` string, required
    - `contract_period` integer, nullable
    - `billing_type` string, nullable
    - `additional_price` ServicePrice
      - `value` number, required
      - `currency` string, required
    - `additional_unit` string, nullable
    - `discount` integer, nullable
    - `customer_package` string, nullable
  - `count` integer
  - `total_count` integer

## Other responses

- `422` — Validation Error

---

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