Skip to main content

productChannelListingUpdate Mutation

Manage product's availability in channels.

Requires the MANAGE_PRODUCTSpermission.
productChannelListingUpdate(
id: ID!
input: ProductChannelListingUpdateInput!
): ProductChannelListingUpdate
Details
type ProductChannelListingUpdate {
product: Product
productChannelListingErrors: [ProductChannelListingError!]! @deprecated
errors: [ProductChannelListingError!]!
}

Arguments

id ● ID!

ID of a product to update.

input ● ProductChannelListingUpdateInput!

Fields required to create or update product channel listings.

Type

ProductChannelListingUpdate

Manage product's availability in channels.

Requires the MANAGE_PRODUCTSpermission.