Skip to main content

SaleChannelListing Object

Represents sale channel listing.

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

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

Fields

id ● ID!

The ID of the channel listing.

channel ● Channel!

The channel in which the sale is available.

discountValue ● Float!

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

currency ● String!

The currency in which the discount value is specified.

Interfaces

Node

An object with an ID

Member Of

Sale object