---
title: "Get Sales Channels"
method: GET
path: "/v2/salesChannels"
tags: ["saleschannel"]
---

# Get Sales Channels

`GET /v2/salesChannels`

Get all sales channels

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all sales channels with the available endpoints.

- JTLWawiRestContractsModelsV1SalesChannelSalesChannel[]
  - `id` string — Unique ID to identify a sales channel.
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 — 0 = JTL_Wawi, 1 = OnlineShop, 2 = JTL_POS, 3 = Ebay, 4 = Unicorn, 5 = SCX, 6 = JTL_Fulfillment_Network, 7 = REST_API, 8 = XML_Import, 9 = Amazon, 10 = JTL_BI
  - `name` string — Name of the sales channel, e.g. eBay.de, amazon.uk, myshop.de.
  - `itemCapabilities` JTLWawiRestContractsModelsV1SalesChannelItemCapabilities — Model Class: ItemCapabilities
    - `descriptions` boolean — Indicates if the category descriptions for this sales channel can be created or changed via REST-API.
    - `onlineShopActivation` boolean — Indicates if the category for this sales channel can be activated. Categories can only be activated for online shops or JTL-POS.
    - `prices` boolean — Indicates if the prices for this sales channel can be manipulated.
    - `specialPrices` boolean — Indicates if the prices for this sales channel can be manipulated.
    - `images` boolean — Indicates if the images for this sales channel can be manipulated.
  - `categoryCapabilities` JTLWawiRestContractsModelsV1SalesChannelCategoryCapabilities — Model Class: CategoryCapabilities
    - `descriptions` boolean — Indicates if the category descriptions for this sales channel can be created or changed via REST-API.
    - `onlineShopActivation` boolean — Indicates if the category for this sales channel can be activated. Categories can only be activated for online shops or JTL-POS.
  - `documentationUrl` string — URL for the documentation of the available endpoints for this specific sales channel.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
