Skip to main content

productVariantChannelListingUpdate Mutation

Manage product variant prices in channels.

Requires the MANAGE_PRODUCTSpermission.
productVariantChannelListingUpdate(
id: ID
input: [ProductVariantChannelListingAddInput!]!
sku: String
): ProductVariantChannelListingUpdate
Details
type ProductVariantChannelListingUpdate {
variant: ProductVariant
productChannelListingErrors: [ProductChannelListingError!]! @deprecated
errors: [ProductChannelListingError!]!
}

Arguments

id ● ID

ID of a product variant to update.

input ● [ProductVariantChannelListingAddInput!]!

List of fields required to create or upgrade product variant channel listings.

sku ● String

SKU of a product variant to update.

Type

ProductVariantChannelListingUpdate

Manage product variant prices in channels.

Requires the MANAGE_PRODUCTSpermission.