Skip to main content

productChannelListingUpdate Mutation

Manage product's availability in channels.

Requires the MANAGE_PRODUCTSpermission.
productChannelListingUpdate(
id: ID!
input: ProductChannelListingUpdateInput!
): ProductChannelListingUpdate
Show return type

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.