ChannelListingUpdateInput Input Type
No description
input ChannelListingUpdateInput {
  channelListing: ID!
  price: PositiveDecimal
  costPrice: PositiveDecimal
  priorPrice: PositiveDecimal
  preorderThreshold: Int
}
Fields
ChannelListingUpdateInput.channelListing ● ID! non-null scalar miscellaneous
ID of a channel listing.
ChannelListingUpdateInput.price ● PositiveDecimal scalar miscellaneous
Price of the particular variant in channel.
ChannelListingUpdateInput.costPrice ● PositiveDecimal scalar miscellaneous
Cost price of the variant in channel.
ChannelListingUpdateInput.priorPrice ● PositiveDecimal scalar miscellaneous
Price of the variant before discount.
ChannelListingUpdateInput.preorderThreshold ● Int scalar miscellaneous
The threshold for preorder variant in channel.