Skip to main content
Version: 3.x

SaleChannelListing

Represents sale channel listing.

DEPRECATED: this type will be removed in Saleor 4.0. Use PromotionRule type instead.

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

Fields

SaleChannelListing.id ● ID! non-null scalar

The ID of the channel listing.

SaleChannelListing.channel ● Channel! non-null object

The channel in which the sale is available.

SaleChannelListing.discountValue ● Float! non-null scalar

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

SaleChannelListing.currency ● String! non-null scalar

The currency in which the discount value is specified.

Interfaces

Node interface

An object with an ID

Member of

Sale object


Was this page helpful?