> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/inputs/channel-listing-update-input

# ChannelListingUpdateInput Input Type

No description

```graphql
input ChannelListingUpdateInput {
  channelListing: ID!
  price: PositiveDecimal
  costPrice: PositiveDecimal
  priorPrice: PositiveDecimal
  preorderThreshold: Int @deprecated
}
```

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

### Fields

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

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

ID of a channel listing.

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

#### [`price`](#price) ● [`PositiveDecimal`](/api-reference/miscellaneous/scalars/positive-decimal.md)

Price of the particular variant in channel.

<a id="cost-price"></a>

#### [`costPrice`](#cost-price) ● [`PositiveDecimal`](/api-reference/miscellaneous/scalars/positive-decimal.md)

Cost price of the variant in channel.

<a id="prior-price"></a>

#### [`priorPrice`](#prior-price) ● [`PositiveDecimal`](/api-reference/miscellaneous/scalars/positive-decimal.md)

Price of the variant before discount.

Show deprecatedHide deprecated

<a id="preorder-threshold"></a>

#### [`preorderThreshold`](#preorder-threshold) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

DEPRECATED

Preorder is deprecated and will be removed. Model pre-sales with regular stock instead: create the planned quantity in a warehouse, or set `trackInventory` to false to sell without a stock limit.

The threshold for preorder variant in channel.

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

### Member Of

[`ProductVariantChannelListingUpdateInput`](/api-reference/products/inputs/product-variant-channel-listing-update-input.md) input
