CampaignOfferProduct
type CampaignOfferProduct {
id: String!
applicablePrice: CampaignOfferProductApplicablePriceEnum
countdownMinutes: Float
description: String
discountAmount: Float
discountType: OrderAmountTypeEnum
excludedVariantIdList: [String!]
order: Float!
productId: String!
showCriteria: CampaignOfferProductShowCriteriaEnum
skipOfferIfProductExistsInCart: Boolean
title: String!
translations: [CampaignOfferProductTranslation!]
}
Fields
applicablePrice
CampaignOfferProductApplicablePriceEnumcountdownMinutes
Floatdescription
StringdiscountAmount
FloatdiscountType
OrderAmountTypeEnumexcludedVariantIdList
[String!]showCriteria
CampaignOfferProductShowCriteriaEnumskipOfferIfProductExistsInCart
Booleantranslations
[CampaignOfferProductTranslation!]