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

# ProductChannelListingUpdate Object

Manage product's availability in channels.

Requires the MANAGE\_PRODUCTS permission.

```graphql
type ProductChannelListingUpdate {
  product: Product
  productChannelListingErrors: [ProductChannelListingError!]! @deprecated
  errors: [ProductChannelListingError!]!
}
```

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

### Fields

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

#### [`product`](#product) ● [`Product`](/api-reference/products/objects/product.md)

An updated product instance.

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

#### [`errors`](#errors) ● [`[ProductChannelListingError!]!`](/api-reference/products/objects/product-channel-listing-error.md)

Show deprecatedHide deprecated

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

#### [`productChannelListingErrors`](#product-channel-listing-errors) ● [`[ProductChannelListingError!]!`](/api-reference/products/objects/product-channel-listing-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`productChannelListingUpdate`](/api-reference/products/mutations/product-channel-listing-update.md) mutation
