Skip to main content
Version: 3.x

ProductVariantChannelListingAddInput

No description

input ProductVariantChannelListingAddInput {
channelId: ID!
price: PositiveDecimal!
costPrice: PositiveDecimal
preorderThreshold: Int
}

Fields

ProductVariantChannelListingAddInput.channelId ● ID! non-null scalar

ID of a channel.

ProductVariantChannelListingAddInput.price ● PositiveDecimal! non-null scalar

Price of the particular variant in channel.

ProductVariantChannelListingAddInput.costPrice ● PositiveDecimal scalar

Cost price of the variant in channel.

ProductVariantChannelListingAddInput.preorderThreshold ● Int scalar

The threshold for preorder variant in channel.

Added in Saleor 3.1

Member of

ProductVariantBulkCreateInput input ● productVariantChannelListingUpdate mutation ● ProductVariantChannelListingUpdateInput input


Was this page helpful?