Skip to main content

ChannelListingUpdateInput Input Type

No description

input ChannelListingUpdateInput {
channelListing: ID!
price: PositiveDecimal
costPrice: PositiveDecimal
priorPrice: PositiveDecimal
preorderThreshold: Int
}

Fields

channelListing ● ID!

ID of a channel listing.

price ● PositiveDecimal

Price of the particular variant in channel.

costPrice ● PositiveDecimal

Cost price of the variant in channel.

priorPrice ● PositiveDecimal

Price of the variant before discount.

preorderThreshold ● Int

The threshold for preorder variant in channel.

Member Of

ProductVariantChannelListingUpdateInput input