> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/objects/sale-channel-listing

# SaleChannelListing Object

Represents sale channel listing.

DEPRECATED: this type will be removed. Use `PromotionRule` type instead.

```graphql
type SaleChannelListing implements Node {
  id: ID!
  channel: Channel!
  discountValue: Float!
  currency: String!
}
```

<a id="fields"></a>

### Fields

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of the channel listing.

<a id="channel"></a>

#### [`channel`](#channel) ● [`Channel!`](/api-reference/channels/objects/channel.md)

The channel in which the sale is available.

<a id="discount-value"></a>

#### [`discountValue`](#discount-value) ● [`Float!`](/api-reference/miscellaneous/scalars/float.md)

The value of the discount applied to the sale in the channel.

<a id="currency"></a>

#### [`currency`](#currency) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

The currency in which the discount value is specified.

<a id="interfaces"></a>

### Interfaces

<a id="node"></a>

#### [`Node`](/api-reference/miscellaneous/interfaces/node.md)

An object with an ID

<a id="member-of"></a>

### Member Of

[`Sale`](/api-reference/discounts/objects/sale.md) object
