GraphQL OBJECT
Promotion
Price discount off of the regular product price you offer the customer.
link Definition
- type Promotion {
- # Unique ID of the promotion.
- Int! :
- # Date and time when the promotion was created.
- DateTime :
- # User who created the promotion.
- UserAccount! :
- # Date and time when the last edit occurred.
- DateTime :
- # User who last edited the promotion.
- UserAccount! :
- # Name of the promotion.
- String :
- # Indicates whether the promotion is active.
- Boolean! :
- # First date and time in which the promotion is valid.
- DateTime :
- # Last date and time in which the promotion is valid.
- DateTime :
- # Indicates whether the promotion is currently active and valid.
- Boolean :
- # Client who offers the promoted product for sale.
- Client :
- # List of promoted products.
- PromotionProductList :
- # Coupon settings.
- PromotionCouponSettings :
- # How much revenue the promotion has generated for the client.
- ClientSalesRevenueStatistics :
- # How many orders for the promoted product have been placed.
- OrderStatistics :
- # List of price configurations that limit the promotion.
- PriceConfigurationList :
- # Options to limit the discount and to specify a pricing model.
- PriceSettingsInterface :
- # Affiliate who is credited for every purchase made with a coupon from this
- # promotion.
- Affiliate :
- # X-parameters for the promotion. X-parameters are components of URLs that are
- # used to pass information through the checkout process.
- String :
- # The type of the promotion.
- PromotionType :
- # Minimum number of items for the cart level promotion to be applied.
- Int :
- }
link Required by
- CreatePromotionPayloadPayload for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- OrderItemInterfacenull
- PriceConfigurationListnull
- ProductItem or service offered for sale.
- promotionReferringsResultnull
- PurchaseTransaction data related to the purchase.
- PurchaseItemItem purchased by the customer.
- querynull
- SubscriptionThe subscription.
- SubscriptionItemItem of a subscription.
- UpdatePromotionPayloadPayload for promotion update. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.