Skip to main content
Version: 3.x

ChannelListingUpdateInput

No description

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

Fields

ChannelListingUpdateInput.channelListing ● ID! non-null scalar

ID of a channel listing.

ChannelListingUpdateInput.price ● PositiveDecimal scalar

Price of the particular variant in channel.

ChannelListingUpdateInput.costPrice ● PositiveDecimal scalar

Cost price of the variant in channel.

ChannelListingUpdateInput.preorderThreshold ● Int scalar

The threshold for preorder variant in channel.

Member of

ProductVariantChannelListingUpdateInput input


Was this page helpful?