Skip to main content
Version: 3.x

ProductVariantChannelListingUpdate

Manage product variant prices in channels.

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

Fields

ProductVariantChannelListingUpdate.variant ● ProductVariant object

An updated product variant instance.

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

DEPRECATED

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

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

Returned by

productVariantChannelListingUpdate mutation


Was this page helpful?