FindApplicableDiscountsProductVariantInput
Triple of a product variant id, a count, and a list of coupon ids for which discounts should be computed
input FindApplicableDiscountsProductVariantInput {
count: Int!
couponIds: [UUID!]!
productVariantId: UUID!
}
Fields
FindApplicableDiscountsProductVariantInput.count ● Int! non-null scalar
The number of items to which the discounts should be applied.
FindApplicableDiscountsProductVariantInput.couponIds ● [UUID!]! non-null scalar
The list of coupon ids for which discounts should be computed.
FindApplicableDiscountsProductVariantInput.productVariantId ● UUID! non-null scalar
The product variant id for which discounts should be computed.