Skip to main content

ProductVariantChannelListingAddInput Input Type

No description

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

Fields

channelId ● ID!

ID of a channel.

price ● PositiveDecimal!

Price of the particular variant in channel.

costPrice ● PositiveDecimal

Cost price of the variant in channel.

priorPrice ● PositiveDecimal

Previous price of the variant in channel. Useful for providing promotion information required by customer protection laws such as EU Omnibus directive.

Added in Saleor 3.21

preorderThreshold ● Int

The threshold for preorder variant in channel.

Member Of

ProductVariantBulkCreateInput input ● productVariantChannelListingUpdate mutation ● ProductVariantChannelListingUpdateInput input