ProductChannelListingUpdate
Manage product's availability in channels.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductChannelListingUpdate.errors ● [ProductChannelListingError!]! non-null object
Returned by
productChannelListingUpdate mutation
Was this page helpful?