Skip to main content

ProductVariantChannelListingAddInput Input Type

No description

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

Fields

ProductVariantChannelListingAddInput.channelId ● ID! non-null scalar miscellaneous

ID of a channel.

ProductVariantChannelListingAddInput.price ● PositiveDecimal! non-null scalar miscellaneous

Price of the particular variant in channel.

ProductVariantChannelListingAddInput.costPrice ● PositiveDecimal scalar miscellaneous

Cost price of the variant in channel.

ProductVariantChannelListingAddInput.priorPrice ● PositiveDecimal scalar miscellaneous

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 (unreleased)

ProductVariantChannelListingAddInput.preorderThreshold ● Int scalar miscellaneous

The threshold for preorder variant in channel.

Member Of

ProductVariantBulkCreateInput input ● productVariantChannelListingUpdate mutation ● ProductVariantChannelListingUpdateInput input