Skip to main content
Version: 3.x

ProductChannelListingUpdate

Manage product's availability in channels.

Requires MANAGE_PRODUCTSpermission.
type ProductChannelListingUpdate {
product: Product
productChannelListingErrors: [ProductChannelListingError!]! @deprecated
errors: [ProductChannelListingError!]!
}

Fields

ProductChannelListingUpdate.product ● Product object

An updated product instance.

ProductChannelListingUpdate.productChannelListingErrors ● [ProductChannelListingError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductChannelListingUpdate.errors ● [ProductChannelListingError!]! non-null object

Returned by

productChannelListingUpdate mutation


Was this page helpful?