Skip to main content

ProductVariantChannelListingUpdate Object

Manage product variant prices in channels.

Requires the MANAGE_PRODUCTSpermission.
type ProductVariantChannelListingUpdate {
variant: ProductVariant
productChannelListingErrors: [ProductChannelListingError!]! @deprecated
errors: [ProductChannelListingError!]!
}

Fields

variant ● ProductVariant

An updated product variant instance.

errors ● [ProductChannelListingError!]!

Show deprecated

Returned By

productVariantChannelListingUpdate mutation