Skip to main content

ChannelListingUpdateInput

No description

input ChannelListingUpdateInput {
channelListing: ID!
price: PositiveDecimal
costPrice: 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.preorderThreshold ● Int scalar miscellaneous

The threshold for preorder variant in channel.

Member Of

ProductVariantChannelListingUpdateInput input